-
Notifications
You must be signed in to change notification settings - Fork 2
Changes for 2018
David LeBauer edited this page Oct 3, 2017
·
26 revisions
https://github.com/terraref/computing-pipeline/issues/356
https://github.com/terraref/reference-data/issues/179
- exclude wavelength from geostreams dataset
- we may not need to keep variables in both geostreams and netcdf. netcdf can be used specifically for solar informtion
- redundant variables:
raw_
andsensor_
values (e.g. of par, co2, etc) are redundant with variables that have names like 'Atmospheric_CO2_concentration'.- Remove variables beginning in
raw_
from the environmental logger netcdf files - variables beginning in
sensor_
have no data - use consistent standard names
- Remove variables beginning in
https://github.com/terraref/reference-data/issues/176
- use controlled vocabularies, e.g. as described in https://github.com/terraref/sensor-metadata/blob/master/README.md
- provide dictionary for metadata fields
- add url link to managements from experiment_metadata field (??) similar to
select * from managements where treatment_id in (select id from treatments join traits join sites join experiments where experiments.name = ....)
- write protocol that includes:
- Pull requests
- Tests
- Protocol
- quality statement
- need to make sure we have done code reviews, have tests, protocols, quality statements for extractors above
- how to use / store in BETYdb
- how to archive / assign doi, share etc