-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
increase version for support of #140
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Package: ows4R | ||
Version: 0.4-1 | ||
Date: 2025-01-27 | ||
Version: 0.5 | ||
Date: 2025-01-31 | ||
Title: Interface to OGC Web-Services (OWS) | ||
Authors@R: c(person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-5870-5762")), | ||
person("Alexandre", "Bennici", role = c("ctb"), comment = c(ORCID = "0000-0003-2160-3487")), | ||
person("Norbert", "Billet", role = c("ctb"))) | ||
Maintainer: Emmanuel Blondel <[email protected]> | ||
Depends: R (>= 3.3.0) | ||
Imports: methods, R6, httr, openssl, keyring, XML (>= 3.96-1.1), geometa (>= 0.7-1), sf, terra, parallel, crayon | ||
Imports: methods, R6, httr, openssl, keyring, XML (>= 3.96-1.1), geometa (>= 0.9), sf, terra, parallel, crayon | ||
Suggests: testthat, knitr, markdown | ||
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, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters