diff --git a/R/onAttach.R b/R/onAttach.R
index 64741fb6..7d9a0cd8 100644
--- a/R/onAttach.R
+++ b/R/onAttach.R
@@ -5,7 +5,7 @@
"To contribute to the improvement of this package, join the group of developers
(https://github.com/oggioniale/ReLTER).\n\n",
"If you use this package, please cite as:\n",
- "...\n",
+ "Alessandro Oggioni, Micha Silver & Paolo Tagliolato. (2021). oggioniale/ReLTER: ReLTER v1.0.0 (1.0.0). Zenodo. https://doi.org/10.5281/zenodo.5576813\n",
"'citation('ReLTER')'.\n"
)
packageStartupMessage(startMessage)
diff --git a/README.Rmd b/README.Rmd
index e5c673a2..afdf7039 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -31,26 +31,46 @@ knitr::opts_chunk$set(
`r badger::badge_code_size("oggioniale/ReLTER")`
`r badger::badge_last_commit("oggioniale/ReLTER")`
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
+
+
+
+
-The `{ReLTER}` package allows interacting with online datasets such as [DEIMS-SDR](https://deims.org/), implemented by eLTER Research Infrastructure (RI), and the [ODSEurope](maps.opendatascience.eu) managed by members of the [Geo-harmonizer](https://opendatascience.eu/geoharmonizer-project/) project. The package contains functions to acquire, crop and visualize datasets and information shared by those archives.
+`{ReLTER}` is an R package that: provides access to [DEIMS-SDR](https://deims.org/)), allows interact with software implemented by eLTER Research Infrastructure (RI) and improves the data/information shared by them.
+
+`{ReLTER}` is a R package devoted to access, interact and improve the information and the data shared by Long Term Ecological Research (LTER) network. This package is born within eLTER H2020 major project that will help advance the development of European Long-Term Ecosystem Research Infrastructures ([eLTER RI](https://elter-ri.eu)).
+
+The `{ReLTER}` package functions in particular allow to:
+
+- retrive the information about entities (e.g. sites, datasets, and activities) shared by [DEIMS-SDR](https://deims.org/) (see e.g. [get_site_info function](https://oggioniale.github.io/ReLTER/reference/get_site_info.html));
+
+- elaborate the information of single site or merge info from national network sites or entire International LTER (ILTER) in order to provide maps, figures, graphs etc (see e.g. [get_network_sites](https://oggioniale.github.io/ReLTER/reference/get_network_sites.html), [produce_site_map](https://oggioniale.github.io/ReLTER/reference/produce_site_map.html) or [produce_site_parameters_pie](https://oggioniale.github.io/ReLTER/reference/produce_site_parameters_pie.html) functions);
+
+- interact with the [ODSEurope](maps.opendatascience.eu) managed by members of the [Geo-harmonizer](https://opendatascience.eu/geoharmonizer-project/) project starting with the dataset shared by [DEIMS-SDR](https://deims.org/) (see e.g. [get_site_ODS](https://oggioniale.github.io/ReLTER/reference/get_site_ODS.html) function);
+
+- improve the quality of the dataset (see e.g. [get_id_worms](https://oggioniale.github.io/ReLTER/reference/get_id_worms.html)).
+
+Functions currently implemented are derived from the discussion of the needs declared by eLTER users community.
+
+The `{ReLTER}` package shall definitely follow the progress of eLTER-RI infrastructure and evolving with the improvements and develop of new tools.
## :notebook_with_decorative_cover: Citation
To cite `{ReLTER}` please use:
-Alessandro Oggioni. (2021). oggioniale/ReLTER: v0.2.0 (0.2.0). Zenodo. https://doi.org/10.5281/zenodo.5576813
+Alessandro Oggioni, Micha Silver & Paolo Tagliolato. (2021). oggioniale/ReLTER: ReLTER v1.0.0 (1.0.0). Zenodo. https://doi.org/10.5281/zenodo.5576813
or:
``` bibtex
@software{alessandro_oggioni_2021_5576813,
- author = {Alessandro Oggioni},
- title = {oggioniale/ReLTER: v0.2.0},
- month = oct,
+ author = {Alessandro Oggioni and Micha Silver and Paolo Tagliolato},
+ title = {oggioniale/ReLTER: ReLTER v1.0.0},
+ month = nov,
year = 2021,
publisher = {Zenodo},
- version = {0.2.0},
+ version = {1.0.0},
doi = {10.5281/zenodo.5576813},
url = {https://doi.org/10.5281/zenodo.5576813}
}
diff --git a/README.html b/README.html
new file mode 100644
index 00000000..ce2e2316
--- /dev/null
+++ b/README.html
@@ -0,0 +1,281 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
ReLTER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{ReLTER} is an R package that: provides access to DEIMS-SDR), allows interact with software implemented by eLTER Research Infrastructure (RI) and improves the data/information shared by them.
+
{ReLTER} is a R package devoted to access, interact and improve the information and the data shared by Long Term Ecological Research (LTER) network. This package is born within eLTER H2020 major project that will help advance the development of European Long-Term Ecosystem Research Infrastructures (eLTER RI).
+
The {ReLTER} package functions in particular allow to:
+
+
retrive the information about entities (e.g. sites, datasets, and activities) shared by DEIMS-SDR (see e.g. get_site_info function);
+
elaborate the information of single site or merge info from national network sites or entire International LTER (ILTER) in order to provide maps, figures, graphs etc (see e.g. get_network_sites, produce_site_map or produce_site_parameters_pie functions);
Some examples of the possible capabilities of this library appear below. These examples demonstrate interaction with the DEIMS-SDR API.
+
get_site_info(category = “Boundaries”)
+
The get_site_info function, using category “Boundaries”, creates a Leaflet map overlayed with the boundaries of the site (e.g. Lake Maggiore) using the site geographical boundaries provided by DEIMS-SDR. This function returns an sf object.
+
library(dplyr)
+siteBoundaries <- ReLTER::get_site_info(
+deimsid ='https://deims.org/f30007c4-8a6e-4f11-ab87-569db54638fe',
+category ="Boundaries"
+)
+#> Found 1 records... Imported 1 records. Simplifying...
+#> Found 1 records... Imported 1 records. Simplifying...
+leaflet::leaflet(siteBoundaries) %>%
+ leaflet::addTiles() %>%
+ leaflet::addPolygons()
+
+
+
#siteBoundaries
+
+
get_network_parameters()
+
The get_network_parameters function retrieves a list of parameters collected by sites that are part of a given network (e.g. LTER-Italy). Information is gathered from those sites that are part of the specified network id, on DEIMS-SDR. The function returns a tibble.
The get_site_info function, using category = “RelateRes”, provides a list of related resources associated with a site within DEIMS-SDR.
+
tSiteRelatedResources <- ReLTER::get_site_info(
+deimsid ="https://deims.org/f30007c4-8a6e-4f11-ab87-569db54638fe",
+category ="RelateRes"
+)
+#> Found 1 records... Imported 1 records. Simplifying...
+#> Found 1 records... Imported 1 records. Simplifying...
+tSiteRelatedResources$relatedResources[[1]]
+#> relatedResourcesTitle relatedResourcesChanged uri
+#> 1 Biovolume of Phytoplankton in Lake Maggiore site code IT_SI001137_within the period 1981 - 2010 2021-08-25T16:38:25+0200 https://deims.org/dataset/d9e94776-e7a8-11e2-a655-005056ab003f
+#> 2 Atmospheric deposition in Pallanza, Lake Maggiore watershed, 1980-2018 2020-12-13T20:06:48+0100 https://deims.org/dataset/0ce46362-0aab-482a-b1f0-a444a5dada39
+#> 3 Phytoplankton_Biomass_Lake Maggiore_Ghiffa_station-1984-2018 2020-12-16T10:46:15+0100 https://deims.org/dataset/0ab8425a-d574-4575-8ba9-5275c607b0c5
+#> 4 Water chemistry of Lake Maggiore, Ghiffa station, 1988-2018 2021-11-03T06:10:14+0100 https://deims.org/dataset/69564188-89de-4879-ad88-4aa97c1d005d
+#> 5 Transparency (Secchi depth) of Lake Maggiore, Ghiffa station, 1988-2018 2020-12-13T20:10:34+0100 https://deims.org/dataset/e538c743-2149-49e3-9025-14a04ea7c90d
+#> 6 Chlorophyll a_Lake_Maggiore_Ghiffa_Station-1984-2018 2021-01-10T21:48:49+0100 https://deims.org/dataset/c857c8e2-48aa-4dcd-a7fb-e089bd4c5c4e
+#> 7 Water discharge of River Ticino, Lake Maggiore outlet, 1988-2018 2021-07-21T12:35:07+0200 https://deims.org/dataset/fb3a8fec-0c1f-4c3a-81d5-364c7e6078c4
+
+
produce_site_parameters_waffle()
+
The produce_site_parameters_waffle function provides a grouping of parameters, as measured within a site, in a “waffle chart” representation.
+
ReLTER::produce_site_parameters_waffle(
+deimsid ="https://deims.org/f30007c4-8a6e-4f11-ab87-569db54638fe"
+)
+#> Found 1 records... Imported 1 records. Simplifying...
+#> Found 1 records... Imported 1 records. Simplifying...
For a exhaustive list of contributors please visit authors page.
+
🏢 Contributing organizations
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
index 22241bbf..4d7f1634 100644
--- a/README.md
+++ b/README.md
@@ -1,48 +1,94 @@
----
-title: ReLTER
-output: github_document
-always_allow_html: true
----
+ReLTER
+================
-
-
-
+
[![](https://img.shields.io/badge/doi-10.5281/zenodo.5576813-yellow.svg)](https://doi.org/10.5281/zenodo.5576813)
-[![](https://img.shields.io/badge/devel%20version-0.2.0-blue.svg)](https://github.com/oggioniale/ReLTER)
+[![](https://img.shields.io/badge/devel%20version-1.0.0-blue.svg)](https://github.com/oggioniale/ReLTER)
[![](https://img.shields.io/github/languages/code-size/oggioniale/ReLTER.svg)](https://github.com/oggioniale/ReLTER)
[![](https://img.shields.io/github/last-commit/oggioniale/ReLTER.svg)](https://github.com/oggioniale/ReLTER/commits/main)
-[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
+[![Project Status: Active – The project has reached a stable, usable
+state and is being actively
+developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
+
+
+
+
-The `{ReLTER}` package allows interacting with online datasets such as [DEIMS-SDR](https://deims.org/), implemented by eLTER Research Infrastructure (RI), and the [ODSEurope](maps.opendatascience.eu) managed by members of the [Geo-harmonizer](https://opendatascience.eu/geoharmonizer-project/) project. The package contains functions to acquire, crop and visualize datasets and information shared by those archives.
+`{ReLTER}` is an R package that: provides access to
+[DEIMS-SDR](https://deims.org/)), allows interact with software
+implemented by eLTER Research Infrastructure (RI) and improves the
+data/information shared by them.
+
+`{ReLTER}` is a R package devoted to access, interact and improve the
+information and the data shared by Long Term Ecological Research (LTER)
+network. This package is born within eLTER H2020 major project that will
+help advance the development of European Long-Term Ecosystem Research
+Infrastructures ([eLTER RI](https://elter-ri.eu)).
+
+The `{ReLTER}` package functions in particular allow to:
+
+- retrive the information about entities (e.g. sites, datasets, and
+ activities) shared by [DEIMS-SDR](https://deims.org/) (see
+ e.g. [get_site_info
+ function](https://oggioniale.github.io/ReLTER/reference/get_site_info.html));
+
+- elaborate the information of single site or merge info from national
+ network sites or entire International LTER (ILTER) in order to
+ provide maps, figures, graphs etc (see
+ e.g. [get_network_sites](https://oggioniale.github.io/ReLTER/reference/get_network_sites.html),
+ [produce_site_map](https://oggioniale.github.io/ReLTER/reference/produce_site_map.html)
+ or
+ [produce_site_parameters_pie](https://oggioniale.github.io/ReLTER/reference/produce_site_parameters_pie.html)
+ functions);
+
+- interact with the [ODSEurope](maps.opendatascience.eu) managed by
+ members of the
+ [Geo-harmonizer](https://opendatascience.eu/geoharmonizer-project/)
+ project starting with the dataset shared by
+ [DEIMS-SDR](https://deims.org/) (see
+ e.g. [get_site_ODS](https://oggioniale.github.io/ReLTER/reference/get_site_ODS.html)
+ function);
+
+- improve the quality of the dataset (see
+ e.g. [get_id_worms](https://oggioniale.github.io/ReLTER/reference/get_id_worms.html)).
+
+Functions currently implemented are derived from the discussion of the
+needs declared by eLTER users community.
+
+The `{ReLTER}` package shall definitely follow the progress of eLTER-RI
+infrastructure and evolving with the improvements and develop of new
+tools.
+
## :notebook_with_decorative_cover: Citation
-To cite `{ReLTER}` please use:
-Alessandro Oggioni. (2021). oggioniale/ReLTER: v0.2.0 (0.2.0). Zenodo. https://doi.org/10.5281/zenodo.5576813
+To cite `{ReLTER}` please use: Alessandro Oggioni, Micha Silver & Paolo
+Tagliolato. (2021). oggioniale/ReLTER: ReLTER v1.0.0 (1.0.0). Zenodo.
+
or:
``` bibtex
@software{alessandro_oggioni_2021_5576813,
- author = {Alessandro Oggioni},
- title = {oggioniale/ReLTER: v0.2.0},
- month = oct,
+ author = {Alessandro Oggioni and Micha Silver and Paolo Tagliolato},
+ title = {oggioniale/ReLTER: ReLTER v1.0.0},
+ month = nov,
year = 2021,
publisher = {Zenodo},
- version = {0.2.0},
+ version = {1.0.0},
doi = {10.5281/zenodo.5576813},
url = {https://doi.org/10.5281/zenodo.5576813}
}
@@ -50,52 +96,63 @@ or:
## :book: Documentation
-Visit the `{ReLTER}` website at [oggioniale.github.io/ReLTER/](https://oggioniale.github.io/ReLTER/) for further documentation, examples, and installation of the package.
-
+Visit the `{ReLTER}` website at
+[oggioniale.github.io/ReLTER/](https://oggioniale.github.io/ReLTER/) for
+further documentation, examples, and installation of the package.
## :arrow_double_down: Installation
-You can install the development version of `{ReLTER}` from [GitHub](https://github.com/oggioniale/ReLTER) with:
-
+You can install the development version of `{ReLTER}` from
+[GitHub](https://github.com/oggioniale/ReLTER) with:
-```r
+``` r
install.packages("devtools")
devtools::install_github("oggioniale/ReLTER")
```
-
## :memo: Examples
-Some examples of the possible capabilities of this library appear below. These examples demonstrate interaction with the DEIMS-SDR [API](https://deims.org/api).
-
-#### *get_site_info(category = "Boundaries")*
+Some examples of the possible capabilities of this library appear below.
+These examples demonstrate interaction with the DEIMS-SDR
+[API](https://deims.org/api).
-The *get_site_info* function, using category "Boundaries", creates a Leaflet map overlayed with the boundaries of the site (e.g. Lake Maggiore) using the site geographical boundaries provided by [DEIMS-SDR](https://deims.org/). This function returns an `sf` object.
+#### *get_site_info(category = “Boundaries”)*
+The *get_site_info* function, using category “Boundaries”, creates a
+Leaflet map overlayed with the boundaries of the site (e.g. Lake
+Maggiore) using the site geographical boundaries provided by
+[DEIMS-SDR](https://deims.org/). This function returns an `sf` object.
-```r
+``` r
library(dplyr)
siteBoundaries <- ReLTER::get_site_info(
deimsid = 'https://deims.org/f30007c4-8a6e-4f11-ab87-569db54638fe',
category = "Boundaries"
)
-#>
Found 1 records...
Imported 1 records. Simplifying...
-#>
Found 1 records...
Imported 1 records. Simplifying...
+#> Found 1 records... Imported 1 records. Simplifying...
+#> Found 1 records... Imported 1 records. Simplifying...
leaflet::leaflet(siteBoundaries) %>%
leaflet::addTiles() %>%
leaflet::addPolygons()
-#> Error in (function (url = NULL, file = "webshot.png", vwidth = 992, vheight = 744, : webshot.js returned failure value: 1
+```
+
+
+
+``` r
#siteBoundaries
```
---------------------------------
+------------------------------------------------------------------------
#### *get_network_parameters()*
-The *get_network_parameters* function retrieves a list of parameters collected by sites that are part of a given network (e.g. LTER-Italy). Information is gathered from those sites that are part of the specified network id, on [DEIMS-SDR](https://deims.org/). The function returns a `tibble`.
-
+The *get_network_parameters* function retrieves a list of parameters
+collected by sites that are part of a given network (e.g. LTER-Italy).
+Information is gathered from those sites that are part of the specified
+network id, on [DEIMS-SDR](https://deims.org/). The function returns a
+`tibble`.
-```r
+``` r
library(dplyr)
invisible(
utils::capture.output(
@@ -107,41 +164,38 @@ invisible(
knitr::kable(listParams[1:10, ] %>% dplyr::rows_insert(tibble(parameterLabel = "...", parameterUri = "...")))
```
-
-
-|parameterLabel |parameterUri |
-|:---------------------------------|:-------------------------------------------|
-|atmospheric parameter |http://vocabs.lter-europe.net/EnvThes/20937 |
-|ecosystem parameter |http://vocabs.lter-europe.net/EnvThes/20939 |
-|conductivity |http://vocabs.lter-europe.net/EnvThes/22089 |
-|dissolved nutrient |http://vocabs.lter-europe.net/EnvThes/22107 |
-|dissolved organic carbon in water |http://vocabs.lter-europe.net/EnvThes/10307 |
-|ecosystem structure |http://vocabs.lter-europe.net/EnvThes/21475 |
-|inorganic nutrient content |http://vocabs.lter-europe.net/EnvThes/22137 |
-|percent carbon |http://vocabs.lter-europe.net/EnvThes/22181 |
-|percent organic carbon |http://vocabs.lter-europe.net/EnvThes/22183 |
-|total carbon |http://vocabs.lter-europe.net/EnvThes/22296 |
-|... |... |
-
---------------------------------
+| parameterLabel | parameterUri |
+|:----------------------------------|:----------------------------------------------|
+| atmospheric parameter | |
+| ecosystem parameter | |
+| conductivity | |
+| dissolved nutrient | |
+| dissolved organic carbon in water | |
+| ecosystem structure | |
+| inorganic nutrient content | |
+| percent carbon | |
+| percent organic carbon | |
+| total carbon | |
+| … | … |
+
+------------------------------------------------------------------------
#### *get_dataset_info()*
-The *get_dataset_info* function retrieves a table with information about specific datasets shared through [DEIMS-SDR](https://deims.org/).
+The *get_dataset_info* function retrieves a table with information about
+specific datasets shared through [DEIMS-SDR](https://deims.org/).
-
-```r
+``` r
tDataset <- ReLTER::get_dataset_info(datasetid = "https://deims.org/dataset/38d604ef-decb-4d67-8ac3-cc843d10d3ef")
-#>
Found 1 records...
Imported 1 records. Simplifying...
+#> Found 1 records... Imported 1 records. Simplifying...
leaflet::leaflet(tDataset) %>%
leaflet::addTiles() %>%
leaflet::addPolygons()
-#> Auto configuration failed
-#> 139695849695168:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libssl_conf.so): libssl_conf.so: cannot open shared object file: No such file or directory
-#> 139695849695168:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:
-#> 139695849695168:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=ssl_conf, path=ssl_conf
-#> 139695849695168:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=ssl_conf
-#> Error in (function (url = NULL, file = "webshot.png", vwidth = 992, vheight = 744, : webshot.js returned failure value: 1
+```
+
+
+
+``` r
tDataset
#> Simple feature collection with 1 feature and 33 fields
#> Geometry type: POLYGON
@@ -149,113 +203,94 @@ tDataset
#> Bounding box: xmin: 11.88721 ymin: 43.20518 xmax: 15.86426 ymax: 45.91294
#> Geodetic CRS: WGS 84
#> # A tibble: 1 × 34
-#> title abstract keywords uri type dateRange.from dateRange.to relatedSite
-#> *
-#> 1 LTER N… The presen… # … with 26 more variables: contacts.corresponding ,
-#> # contacts.creator , contacts.metadataProvider ,
-#> # observationParameters , observationSpecies , dataPolicy ,
-#> # doi , onlineLocation , legal.accessUse , legal.rights ,
-#> # legal.legalAct , legal.citation , method.instrumentation ,
-#> # method.qualityAssurance , method.methodUrl ,
-#> # method.methodDescription , method.samplingTimeUnit.label , …
+#> title abstract keywords uri type dateRange.from dateRange.to relatedSite contacts.corres… contacts.creator contacts.metada… observationPara… observationSpec… dataPolicy doi onlineLocation
+#> *
+#> 1 LTER N… The present … NA
+#> # … with 18 more variables: legal.accessUse , legal.rights , legal.legalAct , legal.citation , method.instrumentation , method.qualityAssurance , method.methodUrl ,
+#> # method.methodDescription , method.samplingTimeUnit.label , method.samplingTimeUnit.uri , method.spatialDesign.label , method.spatialDesign.uri ,
+#> # method.spatialScale.label , method.spatialScale.uri , method.temporalResolution.label , method.temporalResolution.uri , boundaries , boundariesDescription
```
---------------------------------
-
-#### *get_site_info(category = "RelateRes")*
+------------------------------------------------------------------------
-The *get_site_info* function, using category = "RelateRes", provides a list of related resources associated with a site within [DEIMS-SDR](https://deims.org/).
+#### *get_site_info(category = “RelateRes”)*
+The *get_site_info* function, using category = “RelateRes”, provides a
+list of related resources associated with a site within
+[DEIMS-SDR](https://deims.org/).
-```r
+``` r
tSiteRelatedResources <- ReLTER::get_site_info(
deimsid = "https://deims.org/f30007c4-8a6e-4f11-ab87-569db54638fe",
category = "RelateRes"
)
-#>
Found 1 records...
Imported 1 records. Simplifying...
-#>
Found 1 records...
Imported 1 records. Simplifying...
+#> Found 1 records... Imported 1 records. Simplifying...
+#> Found 1 records... Imported 1 records. Simplifying...
tSiteRelatedResources$relatedResources[[1]]
-#> relatedResourcesTitle
-#> 1 Biovolume of Phytoplankton in Lake Maggiore site code IT_SI001137_within the period 1981 - 2010
-#> 2 Atmospheric deposition in Pallanza, Lake Maggiore watershed, 1980-2018
-#> 3 Phytoplankton_Biomass_Lake Maggiore_Ghiffa_station-1984-2018
-#> 4 Water chemistry of Lake Maggiore, Ghiffa station, 1988-2018
-#> 5 Transparency (Secchi depth) of Lake Maggiore, Ghiffa station, 1988-2018
-#> 6 Chlorophyll a_Lake_Maggiore_Ghiffa_Station-1984-2018
-#> 7 Water discharge of River Ticino, Lake Maggiore outlet, 1988-2018
-#> relatedResourcesChanged
-#> 1 2021-08-25T16:38:25+0200
-#> 2 2020-12-13T20:06:48+0100
-#> 3 2020-12-16T10:46:15+0100
-#> 4 2021-11-03T06:10:14+0100
-#> 5 2020-12-13T20:10:34+0100
-#> 6 2021-01-10T21:48:49+0100
-#> 7 2021-07-21T12:35:07+0200
-#> uri
-#> 1 https://deims.org/dataset/d9e94776-e7a8-11e2-a655-005056ab003f
-#> 2 https://deims.org/dataset/0ce46362-0aab-482a-b1f0-a444a5dada39
-#> 3 https://deims.org/dataset/0ab8425a-d574-4575-8ba9-5275c607b0c5
-#> 4 https://deims.org/dataset/69564188-89de-4879-ad88-4aa97c1d005d
-#> 5 https://deims.org/dataset/e538c743-2149-49e3-9025-14a04ea7c90d
-#> 6 https://deims.org/dataset/c857c8e2-48aa-4dcd-a7fb-e089bd4c5c4e
-#> 7 https://deims.org/dataset/fb3a8fec-0c1f-4c3a-81d5-364c7e6078c4
+#> relatedResourcesTitle relatedResourcesChanged uri
+#> 1 Biovolume of Phytoplankton in Lake Maggiore site code IT_SI001137_within the period 1981 - 2010 2021-08-25T16:38:25+0200 https://deims.org/dataset/d9e94776-e7a8-11e2-a655-005056ab003f
+#> 2 Atmospheric deposition in Pallanza, Lake Maggiore watershed, 1980-2018 2020-12-13T20:06:48+0100 https://deims.org/dataset/0ce46362-0aab-482a-b1f0-a444a5dada39
+#> 3 Phytoplankton_Biomass_Lake Maggiore_Ghiffa_station-1984-2018 2020-12-16T10:46:15+0100 https://deims.org/dataset/0ab8425a-d574-4575-8ba9-5275c607b0c5
+#> 4 Water chemistry of Lake Maggiore, Ghiffa station, 1988-2018 2021-11-03T06:10:14+0100 https://deims.org/dataset/69564188-89de-4879-ad88-4aa97c1d005d
+#> 5 Transparency (Secchi depth) of Lake Maggiore, Ghiffa station, 1988-2018 2020-12-13T20:10:34+0100 https://deims.org/dataset/e538c743-2149-49e3-9025-14a04ea7c90d
+#> 6 Chlorophyll a_Lake_Maggiore_Ghiffa_Station-1984-2018 2021-01-10T21:48:49+0100 https://deims.org/dataset/c857c8e2-48aa-4dcd-a7fb-e089bd4c5c4e
+#> 7 Water discharge of River Ticino, Lake Maggiore outlet, 1988-2018 2021-07-21T12:35:07+0200 https://deims.org/dataset/fb3a8fec-0c1f-4c3a-81d5-364c7e6078c4
```
---------------------------------
+------------------------------------------------------------------------
#### *produce_site_parameters_waffle()*
-The *produce_site_parameters_waffle* function provides a grouping of parameters, as measured within a site, in a "waffle chart" representation.
+The *produce_site_parameters_waffle* function provides a grouping of
+parameters, as measured within a site, in a “waffle chart”
+representation.
-
-```r
+``` r
ReLTER::produce_site_parameters_waffle(
deimsid = "https://deims.org/f30007c4-8a6e-4f11-ab87-569db54638fe"
)
-#>
Found 1 records...
Imported 1 records. Simplifying...
-#>
Found 1 records...
Imported 1 records. Simplifying...
+#> Found 1 records... Imported 1 records. Simplifying...
+#> Found 1 records... Imported 1 records. Simplifying...
```
-
-
-```
-#> # A tibble: 11 × 4
-#> parameterGroups n freq label
-#>
-#> 1 agricultural parameter 1 0.0105 1.1%
-#> 2 atmospheric parameter 14 0.147 14.7%
-#> 3 biological parameter 8 0.0842 8.4%
-#> 4 chemical parameter 24 0.253 25.3%
-#> 5 ecosystem parameter 23 0.242 24.2%
-#> 6 genetic parameter 2 0.0211 2.1%
-#> 7 landscape parameter 4 0.0421 4.2%
-#> 8 physical parameter 1 0.0105 1.1%
-#> 9 remote sensing parameter 1 0.0105 1.1%
-#> 10 soil parameter 1 0.0105 1.1%
-#> 11 water parameter 16 0.168 16.8%
-```
-
---------------------------------
+
+
+ #> # A tibble: 11 × 4
+ #> parameterGroups n freq label
+ #>
+ #> 1 agricultural parameter 1 0.0105 1.1%
+ #> 2 atmospheric parameter 14 0.147 14.7%
+ #> 3 biological parameter 8 0.0842 8.4%
+ #> 4 chemical parameter 24 0.253 25.3%
+ #> 5 ecosystem parameter 23 0.242 24.2%
+ #> 6 genetic parameter 2 0.0211 2.1%
+ #> 7 landscape parameter 4 0.0421 4.2%
+ #> 8 physical parameter 1 0.0105 1.1%
+ #> 9 remote sensing parameter 1 0.0105 1.1%
+ #> 10 soil parameter 1 0.0105 1.1%
+ #> 11 water parameter 16 0.168 16.8%
+
+------------------------------------------------------------------------
#### *get_site_ODS()*
-The *get_site_ODS* function retrieves datasets from [OpenDataScience](https://maps.opendatascience.eu/), and crops to the boundary of the specified eLTER site.
-
+The *get_site_ODS* function retrieves datasets from
+[OpenDataScience](https://maps.opendatascience.eu/), and crops to the
+boundary of the specified eLTER site.
-```r
+``` r
siteNDVI <- ReLTER::get_site_ODS(
deimsid = "https://deims.org/d0a8da18-0881-4ebe-bccf-bc4cb4e25701",
dataset = "ndvi_summer"
)
-#>
Found 1 records...
Imported 1 records. Simplifying...
-#>
Found 1 records...
Imported 1 records. Simplifying...
+#> Found 1 records... Imported 1 records. Simplifying...
+#> Found 1 records... Imported 1 records. Simplifying...
siteBoundary <- ReLTER::get_site_info(
deimsid = "https://deims.org/d0a8da18-0881-4ebe-bccf-bc4cb4e25701",
category = "Boundaries"
)
-#>
Found 1 records...
Imported 1 records. Simplifying...
-#>
Found 1 records...
Imported 1 records. Simplifying...
+#> Found 1 records... Imported 1 records. Simplifying...
+#> Found 1 records... Imported 1 records. Simplifying...
tmap::tmap_mode("view")
pal <- RColorBrewer::brewer.pal("RdYlGn", n = 5)
@@ -264,33 +299,33 @@ tmap::tm_basemap(leaflet::providers$OpenStreetMap.Mapnik) +
tmap::tm_raster(palette = pal, alpha = 0.7) +
tmap::tm_shape(siteBoundary) +
tmap::tm_borders("black")
-#> Auto configuration failed
-#> 140244487645120:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libssl_conf.so): libssl_conf.so: cannot open shared object file: No such file or directory
-#> 140244487645120:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:
-#> 140244487645120:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=ssl_conf, path=ssl_conf
-#> 140244487645120:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=ssl_conf
-#> Error in (function (url = NULL, file = "webshot.png", vwidth = 992, vheight = 744, : webshot.js returned failure value: 1
```
+
+
## :woman_technologist: Persons involved :man_technologist:
-Alessandro Oggioni (CNR, Institute for Electromagnetic Sensing of the Environment - IREA)
+Alessandro Oggioni (CNR,
+Institute for Electromagnetic Sensing of the Environment - IREA)
-Micha Silver (Ben Gurion University - BGU)
+Micha Silver (Ben Gurion
+University - BGU)
-Paolo Tagliolato (CNR, Institute for Electromagnetic Sensing of the Environment - IREA)
+Paolo Tagliolato (CNR,
+Institute for Electromagnetic Sensing of the Environment - IREA)
-For a exhaustive list of contributors please visit [authors page](https://oggioniale.github.io/ReLTER/authors).
+For a exhaustive list of contributors please visit [authors
+page](https://oggioniale.github.io/ReLTER/authors).
## :office: Contributing organizations
-![CNR-IREA](man/figures/irea_logo.png){height="70"}
+
-![BGU](man/figures/bgu_logo.png){height="80"}
+
diff --git a/codemeta.json b/codemeta.json
index 3d61cfbd..72376668 100644
--- a/codemeta.json
+++ b/codemeta.json
@@ -5,12 +5,12 @@
],
"@type": "SoftwareSourceCode",
"identifier": "ReLTER",
- "description": "ReLTER is an R package that: provides access to DEIMS-SDR\n (https://deims.org/), allows interact with software implemented by eLTER\n Research Infrastructure (RI) and improves the data/information shared by\n them.\n ReLTER is a R package devoted to access, interact and improve the\n information and the data shared by Long Term Ecological Research (LTER)\n network. This package is born within eLTER H2020 major project that will\n help advance the development of European Long-Term Ecosystem Research\n Infrastructures (eLTER RI - https://elter-ri.eu).\n The ReLTER package functions in particular allow to:\n - retrive the information about entities (e.g. sites, datasets, and\n activities) shared by DEIMS-SDR (see e.g. get_site_info function);\n - elaborate the information of single site or merge info from national\n network sites or entire International LTER (ILTER) in order to provide\n maps, figures, graphs etc (see e.g. get_network_sites, produce_site_map\n or produce_site_parameters_pie functions);\n - use the site informations for download data from other platforms (see\n e.g. get_site_ODS function);\n - improve the quality of the dataset (see e.g. get_id_worms).\n Functions currently implemented are derived from the discussion of the\n needs declared by eLTER users community.\n The ReLTER package shall definitely follow the progress of eLTER-RI\n infrastructure and evolving with the improvements and develop of\n new tools.",
+ "description": "ReLTER is an R package that: provides access to DEIMS-SDR\n (https://deims.org/), allows interact with software implemented by eLTER\n Research Infrastructure (RI) and improves the data/information shared by\n them.\n ReLTER is a R package devoted to access, interact and improve the\n information and the data shared by Long Term Ecological Research (LTER)\n network. This package is born within eLTER H2020 major project that will\n help advance the development of European Long-Term Ecosystem Research\n Infrastructures (eLTER RI - https://elter-ri.eu).\n The ReLTER package functions in particular allow to:\n - retrive the information about entities (e.g. sites, datasets, and\n activities) shared by DEIMS-SDR (see e.g. get_site_info function);\n - interact with the [ODSEurope](maps.opendatascience.eu) managed by members\n of the [Geo-harmonizer](https://opendatascience.eu/geoharmonizer-project/)\n project starting with the dataset shared by [DEIMS-SDR](https://deims.org/)\n (see e.g. [get_site_ODS](https://oggioniale.github.io/ReLTER/reference/get_site_ODS.html)\n function);\n - use the site informations for download data from other platforms (see\n e.g. get_site_ODS function);\n - improve the quality of the dataset (see e.g. get_id_worms).\n Functions currently implemented are derived from the discussion of the\n needs declared by eLTER users community.\n The ReLTER package shall definitely follow the progress of eLTER-RI\n infrastructure and evolving with the improvements and develop of\n new tools.",
"name": "ReLTER: An interface to the eLTER for the R statistical programming environment",
"codeRepository": "https://github.com/oggioniale/ReLTER",
"issueTracker": "https://github.com/oggioniale/ReLTER/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
- "version": "0.2.0",
+ "version": "1.0.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
@@ -472,7 +472,8 @@
}
],
"releaseNotes": "https://github.com/oggioniale/ReLTER/blob/master/NEWS.md",
- "fileSize": "6135.385KB",
+ "fileSize": "6685.62KB",
"readme": "https://github.com/oggioniale/ReLTER/blob/main/README.md",
- "developmentStatus": "https://www.repostatus.org/#active"
+ "developmentStatus": "https://www.repostatus.org/#active",
+ "citation": []
}
diff --git a/docs/articles/ReLTER.html b/docs/articles/ReLTER.html
index c2b229a7..26a73db9 100644
--- a/docs/articles/ReLTER.html
+++ b/docs/articles/ReLTER.html
@@ -125,11 +125,18 @@
Citation of ReLTER
-
To cite ReLTER please use: …
+
To cite ReLTER please use: Alessandro Oggioni, Micha Silver & Paolo Tagliolato. (2021). oggioniale/ReLTER: ReLTER v1.0.0 (1.0.0). Zenodo. https://doi.org/10.5281/zenodo.5576813
or:
-
@software{
-...
-}
+
@software{alessandro_oggioni_2021_5576813,
+ author = {Alessandro Oggioni and Micha Silver and Paolo Tagliolato},
+ title = {oggioniale/ReLTER: ReLTER v1.0.0},
+ month = nov,
+ year = 2021,
+ publisher = {Zenodo},
+ version = {1.0.0},
+ doi = {10.5281/zenodo.5576813},
+ url = {https://doi.org/10.5281/zenodo.5576813}
+}
#> Found 1 records... Imported 1 records. Simplifying...#> Found 1 records... Imported 1 records. Simplifying...tSiteRelatedResources$relatedResources[[1]]
-#> relatedResourcesTitle relatedResourcesChanged
-#> 1 Biovolume of Phytoplankton in Lake Maggiore site code IT_SI001137_within the period 1981 - 2010 2021-08-25T16:38:25+0200
-#> 2 Atmospheric deposition in Pallanza, Lake Maggiore watershed, 1980-2018 2020-12-13T20:06:48+0100
-#> 3 Phytoplankton_Biomass_Lake Maggiore_Ghiffa_station-1984-2018 2020-12-16T10:46:15+0100
-#> 4 Water chemistry of Lake Maggiore, Ghiffa station, 1988-2018 2021-11-03T06:10:14+0100
-#> 5 Transparency (Secchi depth) of Lake Maggiore, Ghiffa station, 1988-2018 2020-12-13T20:10:34+0100
-#> 6 Chlorophyll a_Lake_Maggiore_Ghiffa_Station-1984-2018 2021-01-10T21:48:49+0100
-#> 7 Water discharge of River Ticino, Lake Maggiore outlet, 1988-2018 2021-07-21T12:35:07+0200
-#> uri
-#> 1 https://deims.org/dataset/d9e94776-e7a8-11e2-a655-005056ab003f
-#> 2 https://deims.org/dataset/0ce46362-0aab-482a-b1f0-a444a5dada39
-#> 3 https://deims.org/dataset/0ab8425a-d574-4575-8ba9-5275c607b0c5
-#> 4 https://deims.org/dataset/69564188-89de-4879-ad88-4aa97c1d005d
-#> 5 https://deims.org/dataset/e538c743-2149-49e3-9025-14a04ea7c90d
-#> 6 https://deims.org/dataset/c857c8e2-48aa-4dcd-a7fb-e089bd4c5c4e
-#> 7 https://deims.org/dataset/fb3a8fec-0c1f-4c3a-81d5-364c7e6078c4
+#> relatedResourcesTitle relatedResourcesChanged uri
+#> 1 Biovolume of Phytoplankton in Lake Maggiore site code IT_SI001137_within the period 1981 - 2010 2021-08-25T16:38:25+0200 https://deims.org/dataset/d9e94776-e7a8-11e2-a655-005056ab003f
+#> 2 Atmospheric deposition in Pallanza, Lake Maggiore watershed, 1980-2018 2020-12-13T20:06:48+0100 https://deims.org/dataset/0ce46362-0aab-482a-b1f0-a444a5dada39
+#> 3 Phytoplankton_Biomass_Lake Maggiore_Ghiffa_station-1984-2018 2020-12-16T10:46:15+0100 https://deims.org/dataset/0ab8425a-d574-4575-8ba9-5275c607b0c5
+#> 4 Water chemistry of Lake Maggiore, Ghiffa station, 1988-2018 2021-11-03T06:10:14+0100 https://deims.org/dataset/69564188-89de-4879-ad88-4aa97c1d005d
+#> 5 Transparency (Secchi depth) of Lake Maggiore, Ghiffa station, 1988-2018 2020-12-13T20:10:34+0100 https://deims.org/dataset/e538c743-2149-49e3-9025-14a04ea7c90d
+#> 6 Chlorophyll a_Lake_Maggiore_Ghiffa_Station-1984-2018 2021-01-10T21:48:49+0100 https://deims.org/dataset/c857c8e2-48aa-4dcd-a7fb-e089bd4c5c4e
+#> 7 Water discharge of River Ticino, Lake Maggiore outlet, 1988-2018 2021-07-21T12:35:07+0200 https://deims.org/dataset/fb3a8fec-0c1f-4c3a-81d5-364c7e6078c4