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]
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 03 Jun. 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
05/0405/0505/0605/0705/0805/0905/1005/1105/1205/1305/1405/1505/1605/1705/1805/1905/2005/2105/2205/2305/2405/2505/2605/2705/3106/0106/02Downloads for ows4R0102030405060708090TrendBars

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
trotter  
Pseudo-Vectors Containing All Permutations, Combinations and Subsets of Objects Taken from a Vector
Class definitions and constructors for pseudo-vectors containing all permutations, combinations and ...
Download / Learn more Package Citations See dependency  
FSDAM  
Forward Stepwise Deep Autoencoder-Based Monotone NLDR
FS-DAM performs feature extraction through latent variables identification. Implementation is based ...
Download / Learn more Package Citations See dependency  
treecm  
Centre of Mass Assessment and Consolidation of Trees
The centre of mass is a crucial data for arborists in order to consolidate a tree using steel or dy ...
Download / Learn more Package Citations See dependency  
dynr  
Dynamic Models with Regime-Switching
Intensive longitudinal data have become increasingly prevalent in various scientific disciplines. M ...
Download / Learn more Package Citations See dependency  
bild  
A Package for BInary Longitudinal Data
Performs logistic regression for binary longitudinal data, allowing for serial dependence among obs ...
Download / Learn more Package Citations See dependency  

24,352

R Packages

207,311

Dependencies

65,804

Author Associations

24,331

Publication Badges

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