forked from r-geoflow/geoflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 1.37 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
Package: geoflow
Version: 0.0.20210730
Date: 2021-07-30
Title: R engine to orchestrate and run geospatial (meta)data workflows
Authors@R: c(
person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-5870-5762")),
person("Julien,", "Barde", role = c("ctb"), email = "[email protected]", comment = c(ORCID = "0000-0002-3519-6141")),
person("Wilfried", "Heintz", role = c("ctb"), email = "[email protected]", comment = c(ORCID = "0000-0002-9244-9766")),
person("Alexandre", "Bennici", role = c("ctb"), comment = c(ORCID = "0000-0003-2160-3487")))
Maintainer: Emmanuel Blondel <[email protected]>
Depends: R (>= 3.3)
Imports: R6, methods, httr, jsonlite, xml2, plyr, readr, zip, sf
Remotes:
eblondel/atom4R,
ropensci/datapack,
DataONEorg/rdataone
Suggests:
testthat,
DBI, RPostgres, RSQLite,
readxl,
gsheet, googledrive,
geometa, geosapi, geonapi, ows4R,
zen4R, atom4R,
EML, emld, mime, datapack, dataone
Description: Provides an engine to manage Spatial Data Infrastructures (SDI) and to orchestrate, run and automate
geospatial (meta)data workflows in compliance with international standards (ISO, OGC).
License: MIT + file LICENSE
URL: https://github.com/eblondel/geoflow
BugReports: https://github.com/eblondel/geoflow
LazyLoad: yes
RoxygenNote: 7.1.1
Roxygen: list(r6 = FALSE)