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 16 Apr. 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
03/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/14Downloads for ows4R5101520253035404550556065TrendBars

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  
hkclustering  
Ensemble Clustering using K Means and Hierarchical Clustering
Implements an ensemble algorithm for clustering combining a k-means and a hierarchical clustering ap ...
Download / Learn more Package Citations See dependency  
apache.sedona  
R Interface for Apache Sedona
R interface for 'Apache Sedona' based on 'sparklyr' (). ...
Download / Learn more Package Citations See dependency  
datadictionary  
Create a Data Dictionary
Creates a data dictionary from any dataframe or tibble in your R environment. You can opt to add va ...
Download / Learn more Package Citations See dependency  
MM4LMM  
Inference of Linear Mixed Models Through MM Algorithm
The main function MMEst() performs (Restricted) Maximum Likelihood in a variance component mixed mod ...
Download / Learn more Package Citations See dependency  
MultiKink  
Estimation and Inference for Multi-Kink Quantile Regression
Estimation and inference for multiple kink quantile regression for longitudinal data and the i.i.d d ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

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