Revision 6217
Added by Aaron Marcuse-Kubitza over 12 years ago
test.xml.ref | ||
---|---|---|
47 | 47 |
</commconcept_id> |
48 | 48 |
</commdetermination> |
49 | 49 |
</commclass> |
50 |
<obsenddate><_date><date>$date_finish</date></_date></obsenddate>
|
|
51 |
<obsstartdate><_date><date>$date_start</date></_date></obsstartdate>
|
|
50 |
<obsenddate>$date_finish</obsenddate>
|
|
51 |
<obsstartdate>$date_start</obsstartdate>
|
|
52 | 52 |
<precipitation_m>$Precip</precipitation_m> |
53 | 53 |
<soilobs> |
54 | 54 |
<acidity_fraction> |
Also available in: Unified diff
mappings/VegCore-VegBIEN.csv: Removed _date/date, because _date using a string date argument is no longer supported under plpython3u (dateutil is missing). Note that PostgreSQL's own date parsing is sufficient for most dates, so this use of _date is not strictly necessary and removing it will improve import times.