JGCRI / CEDS

Community Emissions Data System (CEDS)

Home Page:https://www.pnnl.gov/projects/ceds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

readData can fail if no metadata files available

ssmithClimate opened this issue · comments

The fail appears to happen on the second file read with no metadata, for example see issue 24

For now the fix is to add:
, meta = FALSE )

to the end of each readData commands to turn off its attempt to read metadata.