Revision 3919
Added by Aaron Marcuse-Kubitza over 12 years ago
VegBIEN.plots.csv | ||
---|---|---|
13 | 13 |
Inventory name,/location/locationevent/authorlocationcode, |
14 | 14 |
Vegetation type,/location/locationevent/commclass/commdetermination/*_id/commconcept/*_id/*/commname, |
15 | 15 |
Locality description,/location/locationevent/commclass/commdetermination/*_id/commconcept/commdescription,Often begins with the text in Vegetation type |
16 |
First evaluation,/location/locationevent/obsstartdate, |
|
16 |
First evaluation,/location/locationevent/obsstartdate/_*/date/_dateRangeStart/value,
|
|
17 | 17 |
Acidez intercambiable (ISRIC 11–cmolc/Kg–0.05),/location/locationevent/soilobs/acidity, |
18 | 18 |
"Calcio intercambiable (WSP S-5,10–cmolc/Kg–0.016)",/location/locationevent/soilobs/calcium, |
19 | 19 |
"Carbón Orgánico (WSP S-9,10–%–0.06)",/location/locationevent/soilobs/carbon, |
Also available in: Unified diff
VegBIEN mappings: Wrapped dates in _date() and _dateRangeStart()/_dateRangeEnd(), to assist in importing date and date range values that PostgreSQL cannot parse. This will increase the import time, but hopefully also decrease the # of invalid values in the errors tables. (These functions can later be optimized to reduce the impact on import time.)