Project

General

Profile

« Previous | Next » 

Revision 4907

mappings/VegCore-VegBIEN.csv: Remapped verbatimLatitude/Longitude to locationcoords.verbatimlatitude/longitude because these fields now contain only non-decimal coordinates. This involves removing the _alt suffix on decimalLatitude/Longitude, which causes the VegBIEN.csvs to change.

View differences:

VegBIEN.csv
9 9
minimumElevationInMeters,/location/elevation_m/_alt/2/_avg/min,
10 10
coordinateUncertaintyInMeters,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/1,
11 11
footprintWKT,/location/locationcoords/footprintgeometry_dwc,
12
decimalLatitude,"/location/locationcoords/latitude_deg/_alt/1/_nullIf:[null=0,type=float]/value",
13
decimalLongitude,"/location/locationcoords/longitude_deg/_alt/1/_nullIf:[null=0,type=float]/value",
12
decimalLatitude,"/location/locationcoords/latitude_deg/_nullIf:[null=0,type=float]/value",
13
decimalLongitude,"/location/locationcoords/longitude_deg/_nullIf:[null=0,type=float]/value",
14 14
verbatimLatitude,/location/locationcoords/verbatimlatitude,
15 15
verbatimLongitude,/location/locationcoords/verbatimlongitude,
16 16
samplingProtocol,/location/locationevent/*_id/method/name,

Also available in: Unified diff