Other packages > Find by keyword >

ows4R  

Interface to OGC Web-Services (OWS)
View on CRAN: Click here


Download and install ows4R package within the R console
Install from CRAN:
install.packages("ows4R")

Install from Github:
library("remotes")
install_github("cran/ows4R")

Install by package version:
library("remotes")
install_version("ows4R", "0.4")



Attach the package and use:
library("ows4R")
Maintained by
Emmanuel Blondel
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2018-09-01
Latest Update: 2023-09-01
Description:
Provides an Interface to Web-Services defined as standards by the Open Geospatial Consortium (OGC), including Web Feature Service (WFS) for vector data, Web Coverage Service (WCS), Catalogue Service (CSW) for ISO/OGC metadata, Web Processing Service (WPS) for data processes, and associated standards such as the common web-service specification (OWS) and OGC Filter Encoding. Partial support is provided for the Web Map Service (WMS). The purpose is to add support for additional OGC service standards such as Web Coverage Processing Service (WCPS), the Sensor Observation Service (SOS), or even new standard services emerging such OGC API or SensorThings.
How to cite:
Emmanuel Blondel (2018). ows4R: Interface to OGC Web-Services (OWS). R package version 0.4, https://cran.r-project.org/web/packages/ows4R. Accessed 01 Feb. 2025.
Previous versions and publish date:
0.1-0 (2018-09-01 01:20), 0.1-1 (2019-05-27 01:30), 0.1-2 (2019-06-19 00:11), 0.1-3 (2019-11-05 19:50), 0.1-4 (2019-11-12 18:30), 0.1-5 (2020-05-27 17:20), 0.2-1 (2022-01-27 00:00), 0.2 (2021-11-30 08:50), 0.3-1 (2022-09-04 11:36), 0.3-2 (2022-11-08 23:30), 0.3-3 (2023-01-12 10:40), 0.3-4 (2023-03-11 00:10), 0.3-5 (2023-04-13 17:10), 0.3-6 (2023-09-01 12:10), 0.3 (2022-07-05 15:30)
Other packages that cited ows4R R package
View ows4R citation profile
Other R packages that ows4R depends, imports, suggests or enhances
Complete documentation for ows4R
Functions, R codes and Examples using the ows4R R package
Some associated functions: And . BBOX . BinaryComparisonOpType . BinaryLogicOpType . CASClient . CSWCapabilities . CSWClient . CSWConstraint . CSWDescribeRecord . CSWGetRecordById . CSWGetRecords . CSWHarvest . CSWQuery . CSWRecordProperty . CSWTransaction . Not . OGCAbstractObject . OGCExpression . OGCFilter . OWSBoundingBox . OWSCapabilities . OWSClient . OWSCodeType . OWSGetCapabilities . OWSHttpRequest . OWSNamespace . OWSOperation . OWSOperationsMetadata . OWSRequest . OWSServiceIdentification . OWSServiceProvider . OWSUtils . OWSWGS84BoundingBox . Or . PropertyIsBetween . PropertyIsEqualTo . PropertyIsGreaterThan . PropertyIsGreaterThanOrEqualTo . PropertyIsLessThan . PropertyIsLessThanOrEqualTo . PropertyIsLike . PropertyIsNotEqualTo . PropertyIsNull . UnaryLogicOpType . WCSCapabilities . WCSClient . WCSCoverage . WCSCoverageDescription . WCSCoverageDomain . WCSCoverageFilenameHandler . WCSCoverageSpatialDomain . WCSCoverageSummary . WCSCoverageTemporalDomain . WCSDescribeCoverage . WCSGSElevationDomain . WCSGSTimeDomain . WCSGetCoverage . WCSGridCRS . WFSCapabilities . WFSClient . WFSDescribeFeatureType . WFSFeatureType . WFSFeatureTypeElement . WFSGetFeature . WMSCapabilities . WMSClient . WMSGetFeatureInfo . WMSLayer . WPSBoundingBoxData . WPSCapabilities . WPSClient . WPSComplexData . WPSComplexInputDescription . WPSComplexOutputDescription . WPSDescribeProcess . WPSDescriptionParameter . WPSException . WPSExecute . WPSExecuteResponse . WPSFormat . WPSInput . WPSInputDescription . WPSLiteralData . WPSLiteralInputDescription . WPSLiteralOutputDescription . WPSOutput . WPSOutputDescription . WPSParameter . WPSProcess . WPSProcessDescription . WPSResponseDocument . WPSStatus . getOWSNamespace . getOWSNamespaces . ows4R . registerOWSNamespace . setOWSNamespaces . 
Some associated R codes: CASClient.R . CSWCapabilities.R . CSWClient.R . CSWConstraint.R . CSWDescribeRecord.R . CSWGetRecordById.R . CSWGetRecords.R . CSWHarvest.R . CSWQuery.R . CSWRecordProperty.R . CSWTransaction.R . OGCAbstractObject.R . OGCExpression.R . OGCFilter.R . OWSBoundingBox.R . OWSCapabilities.R . OWSClient.R . OWSCodeType.R . OWSGetCapabilities.R . OWSHttpRequest.R . OWSNamespace.R . OWSOperation.R . OWSOperationsMetadata.R . OWSRequest.R . OWSServiceIdentification.R . OWSServiceProvider.R . OWSUtils.R . OWSWGS84BoundingBox.R . WCSCapabilities.R . WCSClient.R . WCSCoverage.R . WCSCoverageDescription.R . WCSCoverageDomain.R . WCSCoverageFilenameHandler.R . WCSCoverageSpatialDomain.R . WCSCoverageSummary.R . WCSCoverageTemporalDomain.R . WCSDescribeCoverage.R . WCSGSElevationDomain.R . WCSGSTimeDomain.R . WCSGetCoverage.R . WCSGridCRS.R . WFSCapabilities.R . WFSClient.R . WFSDescribeFeatureType.R . WFSFeatureType.R . WFSFeatureTypeElement.R . WFSGetFeature.R . WMSCapabilities.R . WMSClient.R . WMSGetFeatureInfo.R . WMSLayer.R . WPSBoundingBoxData.R . WPSCapabilities.R . WPSClient.R . WPSComplexData.R . WPSComplexInputDescription.R . WPSComplexOutputDescription.R . WPSDescribeProcess.R . WPSDescriptionParameter.R . WPSException.R . WPSExecute.R . WPSExecuteResponse.R . WPSFormat.R . WPSInput.R . WPSInputDescription.R . WPSLiteralData.R . WPSLiteralInputDescription.R . WPSLiteralOutputDescription.R . WPSOutput.R . WPSOutputDescription.R . WPSParameter.R . WPSProcess.R . WPSProcessDescription.R . WPSResponseDocument.R . WPSStatus.R . ows4R.R . profile.R .  Full ows4R package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
bayesDP  
Implementation of the Bayesian Discount Prior Approach for Clinical Trials
Functions for data augmentation using the Bayesian discount prior method for single arm and two-arm ...
Download / Learn more Package Citations See dependency  
longit  
High Dimensional Longitudinal Data Analysis Using MCMC
High dimensional longitudinal data analysis with Markov Chain Monte Carlo(MCMC). Currently support ...
Download / Learn more Package Citations See dependency  
tidyxl  
Read Untidy Excel Files
Imports non-tabular from Excel files into R.Exposes cell content, position and formatting in a tidy ...
Download / Learn more Package Citations See dependency  
extraoperators  
Extra Binary Relational and Logical Operators
Speed up common tasks, particularly logical or relational comparisons and routine follow up tasks s ...
Download / Learn more Package Citations See dependency  

23,580

R Packages

204,057

Dependencies

63,980

Author Associations

23,581

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA