-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
85 lines (85 loc) · 4.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Package: geoflow
Version: 0.9999.20241130
Date: 2024-11-30
Title: Orchestrate Geospatial (Meta)Data Management Workflows and Manage FAIR Services
Description: An engine to facilitate the orchestration and execution of metadata-driven data management workflows, in compliance with FAIR
(Findable, Accessible, Interoperable and Reusable) data management principles. By means of a pivot metadata model, relying on the DublinCore standard (<https://dublincore.org/>),
a unique source of metadata can be used to operate multiple and inter-connected data management actions. Users can also customise their own workflows by creating specific actions
but the library comes with a set of native actions targeting common geographic information and data management, in particular actions oriented to the publication on the web of metadata
and data resources to provide standard discovery and access services. At first, default actions of the library were meant to focus on providing turn-key actions for geospatial (meta)data:
1) by creating manage geospatial (meta)data complying with ISO/TC211 (<https://committee.iso.org/home/tc211>) and OGC (<https://www.ogc.org/standards>) geographic information standards
(eg 19115/19119/19110/19139) and related best practices (eg. INSPIRE); and 2) by facilitating extraction, reading and publishing of standard geospatial (meta)data within widely used software
that compound a Spatial Data Infrastructure (SDI), including spatial databases (eg. 'PostGIS'), metadata catalogues (eg. 'GeoNetwork', 'CSW' servers), data servers (eg. 'GeoServer'). The library was
then extended to actions for other domains: 1) biodiversity (meta)data standard management including handling of 'EML' metadata, and their management with 'DataOne' servers, 2) in situ sensors,
remote sensing and model outputs (meta)data standard management by handling part of CF conventions, 'NetCDF' data format and OPeNDAP access protocol, and their management with Thredds servers,
3) generic / domain agnostic (meta)data standard managers ('DublinCore', 'DataCite'), to facilitate the publication of data within (meta)data repositories such as 'Zenodo' (<https://zenodo.org>)
or DataVerse (<https://dataverse.org/>). The execution of several actions will then allow to cross-reference (meta)data resources in each action performed, offering a way to bind resources
between each other (eg. reference 'Zenodo' DOIs in 'GeoNetwork'/'GeoServer' metadata, or vice versa reference 'GeoNetwork'/'GeoServer' links in 'Zenodo' or 'EML' metadata). The use of
standardized configuration files ('JSON' format) allows fully reproducible workflows to facilitate the work of data and information managers.
Authors@R: c(
person("Emmanuel", "Blondel", role = c("aut", "cre", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0002-5870-5762")),
person("Julien,", "Barde", role = c("aut"), comment = c(ORCID = "0000-0002-3519-6141")),
person("Wilfried", "Heintz", role = c("aut"), comment = c(ORCID = "0000-0002-9244-9766")),
person("Alexandre", "Bennici", role = c("aut"), comment = c(ORCID = "0000-0003-2160-3487")),
person("Sylvain", "Poulain", role = c("ctb")),
person("Bastien", "Grasset",role = c("ctb")),
person("Jeroen", "Ooms", role = c("ctb")),
person("Yvan", "Le Bras", role = c("ctb")),
person("Emilie", "Lerigoleur", role = c("ctb"))
)
Maintainer: Emmanuel Blondel <[email protected]>
Depends: R (>= 3.3)
Imports:
R6,
methods,
dotenv,
benchmarkme,
httr,
jsonlite,
XML,
xml2,
curl,
whisker,
mime,
plyr,
readr,
zip,
png,
uuid,
sf,
terra,
geometa,
geosapi,
geonapi,
geonode4R,
ows4R
Suggests:
testthat,
readxl,
gsheet,
googledrive,
DBI,
rapiclient,
RMariaDB,
RPostgres,
RPostgreSQL,
RSQLite,
ncdf4,
thredds,
EML,
emld,
datapack,
dataone,
rgbif,
ocs4R,
zen4R,
atom4R,
d4storagehub4R,
rmarkdown,
dataverse,
blastula
License: MIT + file LICENSE
URL: https://github.com/r-geoflow/geoflow
BugReports: https://github.com/r-geoflow/geoflow
LazyLoad: yes
RoxygenNote: 7.3.1