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 22 Dec. 2024.
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

Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
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  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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