Skip to content

Projeto-BHRD-INMA/data_base_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database discussion

Useful links

General

Plant databases

  • TRY: plants' traits database
  • TreeCo: Neotropical Tree Communities database

A very basic presentation here

Data base example

Example of relational data tables in DwC format. Input data is the result of a search in the GBIF plataform, for two fern species: Asplenium triquetrum and Asplenium truncorum using the rgbif package.

All code is in R and each data table has its own id. Without any database structure, but data is already following the biodiversity standard and with version control.

  • code in R directory
  • input data in data directory
  • example of relational data tables in example_data directory

example_data data tables:

  • location (idLoc)
  • occurrence (idOcc)
  • taxon (idTax)

About

Example of relational data tables in DwC format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages