-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
448 additions
and
143 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
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
id: csv | ||
type: entity | ||
fun: entity_handler_csv.R | ||
funders: [] | ||
authors: | ||
- name: Emmanuel Blondel | ||
email: emmanuel.blondel1@gmail.com | ||
maintainer: | ||
name: Emmanuel Blondel | ||
email: emmanuel.blondel1@gmail.com | ||
def: Handle metadata entities from a CSV file | ||
status: stable | ||
packages: | ||
- readr | ||
available_options: | ||
guess_max: | ||
def: Guess max argument, see readr::read_csv | ||
class: integer | ||
default: 0 | ||
enrich_from_dbi: | ||
def: Enrich entity data from DBI software | ||
class: logical | ||
default: false |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
id: csw | ||
type: entity | ||
fun: entity_handler_csw.R | ||
funders: | ||
- name: IRD | ||
url: https:/www.ird.fr | ||
- name: INRAE | ||
url: https://www.inrae.fr | ||
authors: | ||
- name: Emmanuel Blondel | ||
email: emmanuel.blondel1@gmail.com | ||
maintainer: | ||
name: Emmanuel Blondel | ||
email: emmanuel.blondel1@gmail.com | ||
def: Handle metadata entities from an OGC CSW endpoint | ||
status: experimental | ||
packages: | ||
- ows4R | ||
- sf | ||
- geometa | ||
available_options: [] |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
id: dbi_dataverse | ||
type: entity | ||
fun: entity_handler_dataverse.R | ||
funders: | ||
- name: INRAE | ||
url: https://www.inrae.fr | ||
authors: | ||
- name: Emmanuel Blondel | ||
email: emmanuel.blondel1@gmail.com | ||
maintainer: | ||
orphaned: true | ||
def: Handle metadata entities built from a Dataverse source | ||
status: experimental | ||
packages: | ||
- dataverse |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
id: dbi | ||
type: entity | ||
fun: entity_handler_dbi.R | ||
funders: | ||
- name: IRD | ||
url: https:/www.ird.fr | ||
- name: INRAE | ||
url: https://www.inrae.fr | ||
authors: | ||
- name: Emmanuel Blondel | ||
email: emmanuel.blondel1@gmail.com | ||
maintainer: | ||
name: Emmanuel Blondel | ||
email: emmanuel.blondel1@gmail.com | ||
def: Handle metadata entities from a DB source | ||
status: stable | ||
packages: | ||
- DBI | ||
- RSQLite | ||
- RPostgres | ||
- RPostgreSQL | ||
available_options: | ||
enrich_from_dbi: | ||
def: Enrich entity data from DBI software | ||
class: logical | ||
default: false |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
id: dbi_csv | ||
type: entity | ||
fun: entity_handler_dbi_csv.R | ||
funders: [] | ||
authors: | ||
- name: Emmanuel Blondel | ||
email: emmanuel.blondel1@gmail.com | ||
maintainer: | ||
name: Emmanuel Blondel | ||
email: emmanuel.blondel1@gmail.com | ||
def: Handle DBI metadata entities from a CSV file | ||
status: superseded | ||
notes: Use 'csv' handler enabling option 'enrich_from_dbi' | ||
packages: | ||
- readr | ||
- DBI | ||
- RSQLite | ||
- RPostgres | ||
- RPostgreSQL |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
id: dbi_excel | ||
type: entity | ||
fun: entity_handler_dbi_excel.R | ||
funders: [] | ||
authors: | ||
- name: Emmanuel Blondel | ||
email: emmanuel.blondel1@gmail.com | ||
maintainer: | ||
name: Emmanuel Blondel | ||
email: emmanuel.blondel1@gmail.com | ||
def: Handle DBI metadata entities from a Microsoft Excel (xls, xlsx) file | ||
status: superseded | ||
notes: Use 'excel' handler enabling option 'enrich_from_dbi' | ||
packages: | ||
- readxl | ||
- DBI | ||
- RSQLite | ||
- RPostgres | ||
- RPostgreSQL |
Oops, something went wrong.