EDIorg / ecocomDP

A dataset design pattern and R package for ecological community data.
https://ediorg.github.io/ecocomDP/
Other
32 stars 13 forks source link

Code to pull lats/longs from L0 metadata, insert into L1 location table #93

Closed mobb closed 3 years ago

mobb commented 3 years ago

many L0 packages have lats and longs only in EML metadata (geographicCoverage). L1>L2 conversions will not go back to the L0, so it would best if they have lats/longs in the location table.

Create code to look for these in metadata, so they can go into the location table.

clnsmth commented 3 years ago

@mobb This is implemented, on a case by case basis, within an L0 to L1 create_ecocomDP.R script archived in an L1 data package. Any generally useful helper functions will be released with the R package.