This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #127 from nuest/master
Release fixes after manual inspection
- Loading branch information
Showing
68 changed files
with
678 additions
and
1,833 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,19 +1,31 @@ | ||
Package: sos4R | ||
Type: Package | ||
Title: An R Client for the OGC Sensor Observation Service | ||
Title: Client for OGC Sensor Observation Services | ||
Version: 0.3.0 | ||
Authors@R: c(person(given = "Daniel", family = "Nuest", role = c("cre", "aut"), | ||
email = "[email protected]", comment = c(ORCID = "0000-0002-0024-5046")), | ||
person("Edzer", "Pebesma", role = "ctb", comment = c(ORCID = "0000-0001-8049-7069")), | ||
person("Ben", "Graeler", role = "ctb", comment = c(ORCID = "0000-0001-5443-4304")), | ||
person("Benjamin", "Pross", role = "ctb"), | ||
person("Eike Hinderk", "Juerrens", role = "ctb")) | ||
Author: Daniel Nuest [cre, aut] (<https://orcid.org/0000-0002-0024-5046>), | ||
Edzer Pebesma [ctb] (<https://orcid.org/0000-0001-8049-7069>), | ||
Ben Graeler [ctb] (<https://orcid.org/0000-0001-5443-4304>), | ||
Benjamin Pross [ctb], | ||
Eike Hinderk Juerrens [ctb] | ||
Maintainer: Daniel Nuest <[email protected]> | ||
Date: 2019-04-13 | ||
Authors@R: | ||
c(person(given = "Daniel", | ||
family = "Nuest", | ||
role = c("cre", "aut"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-0024-5046")), | ||
person(given = "Edzer", | ||
family = "Pebesma", | ||
role = "ctb", | ||
comment = c(ORCID = "0000-0001-8049-7069")), | ||
person(given = "Ben", | ||
family = "Graeler", | ||
role = "ctb", | ||
comment = c(ORCID = "0000-0001-5443-4304")), | ||
person(given = "Benjamin", | ||
family = "Pross", | ||
role = "ctb"), | ||
person(given = "Eike Hinderk", | ||
family = "Juerrens", | ||
role = "ctb"), | ||
person(given = "52°North Initiative for Geospatial Open Source Software GmbH", | ||
email = "[email protected]", | ||
role = "cph")) | ||
Depends: R (>= 3.4.0) | ||
Imports: | ||
httr, | ||
|
@@ -22,6 +34,7 @@ Imports: | |
stringr, | ||
xml2, | ||
Suggests: | ||
readr, | ||
spacetime, | ||
gstat, | ||
maps, | ||
|
@@ -34,10 +47,11 @@ Suggests: | |
rgdal, | ||
knitr, | ||
rmarkdown | ||
Description: A client for Sensor Observation Services (SOS) as | ||
specified by the Open Geospatial Consortium (OGC). The package allows | ||
users to retrieve metadata from SOS web services and to | ||
interactively create requests for near real-time observation | ||
Description: A client for Sensor Observation Services (SOS, see | ||
<https://www.opengeospatial.org/standards/sos>) as specified by the | ||
Open Geospatial Consortium (OGC). With the package users can | ||
retrieve (meta)data from SOS instances and interactively | ||
create requests for near real-time observation | ||
data based on the available sensors, phenomena, observations etc. | ||
using thematic, temporal, and spatial filtering. | ||
License: GPL-2 | ||
|
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
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
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 |
---|---|---|
|
@@ -8,10 +8,29 @@ | |
|
||
## R CMD check results | ||
|
||
No notes. | ||
No errors. | ||
No warnings. | ||
|
||
1 NOTE: | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Daniel Nuest <[email protected]>' | ||
|
||
New submission | ||
|
||
Package was archived on CRAN | ||
|
||
Possibly mis-spelled words in DESCRIPTION: | ||
Geospatial (36:31) | ||
OGC (3:67, 36:54) | ||
|
||
CRAN repository db overrides: | ||
X-CRAN-Comment: Archived on 2018-06-17 as check problems were not | ||
corrected despite reminders. | ||
|
||
## Other | ||
|
||
The package was "archived on 2018-06-17 as check problems were not corrected despite reminders." | ||
Issues could now finally be resolved with a complete overhaul of implementation (switching from XML to xml2) and we kindly request re-publication on CRAN. | ||
|
||
Comments during manual inspection were handled with this resubmission. |
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,11 +1,3 @@ | ||
ades demo script for SOS with French groundwater level data | ||
airquality spatial analysis demo for air quality SOS by ifgi and EEA | ||
austria demo script for SOSs by Research Studios Austria | ||
coastlab demo script for SOSs by Helmholtz-Zentrum Geesthacht | ||
co-ops [under construction] demo script for SOSs by the NOAA Center for Operational Oceanographic Products and Services focussing on non-O&M response formats and filtering | ||
ioos demo script for SOS by Integrated Ocean Observing System | ||
marinemeta demo script for SOS by Marine Metadata Interoperability Initiative | ||
oceanwatch demo script for SOS by NOAA/SWFSC/ERD | ||
pegel demo script for water gauge data in Germany by Pegelonline | ||
southesk plotting and data consilidation demo for SOSs from South Esk Testbed by CSIRO | ||
eo2heaven health-related and air quality SOS for the state of Saxony, Germany, and Durban, South Africa by TU Dresden | ||
co-ops SOSs by the NOAA Center for Operational Oceanographic Products and Services focussing on non-O&M response formats and filtering | ||
ioos SOS by Integrated Ocean Observing System | ||
pegel Water gauge data in Germany by Pegelonline |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.