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.3-6")



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.3-6, https://cran.r-project.org/web/packages/ows4R
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 (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
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

ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
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  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  
steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns