Project

General

Profile

« Previous | Next » 

Revision 525

VegBIEN: Renamed plot to location to reflect that a location can also be used for specimens

View differences:

VegX-VegBIEN.plots.csv
1
VegX:/*s/plotObservation,VegBIEN:/plotevent
2
/*UniqueIdentifierID->/*s/plot/area,/*_id/plot/area
3
/*UniqueIdentifierID->/*s/plot/geospatial/FootprintWKT,/*_id/plot/dsgpoly
4
/*UniqueIdentifierID->/*s/plot/geospatial/verbatimElevation,/*_id/plot/elevation/_alt/1
5
/*UniqueIdentifierID->/*s/plot/geospatial/CoordinateUncertaintyInMeters,/*_id/plot/locationaccuracy
6
/*UniqueIdentifierID->/*s/plot/relatedSpatialItem/relatedItem[relationshipType=parentPlot]/relatedItemID->/*s/plot/plotUniqueIdentifier,/*_id/plot/parent_id/plot:[confidentialitystatus=0]/sourceid/_alt/1
7
/*UniqueIdentifierID->/*s/plot/country,"/*_id/plot/place(/*_id/namedplace[placesystem=""area|country|territory""])/placename"
8
/*UniqueIdentifierID->/*s/plot/state,"/*_id/plot/place(/*_id/namedplace[placesystem=""region|state|province""])/placename"
9
/*UniqueIdentifierID->/*s/plot/simpleUserdefined[name=majorGeo]/value,/*_id/plot/place(/*_id/namedplace[placesystem=continent])/placename
10
/*UniqueIdentifierID->/*s/plot/county,/*_id/plot/place(/*_id/namedplace[placesystem=county])/placename
11
/*UniqueIdentifierID->/*s/plot/simpleUserdefined[name=localityDescription]/value,/*_id/plot/place/*_id/namedplace/placedescription
12
/*UniqueIdentifierID->/*s/plot/simpleUserdefined[name=locality]/value,/*_id/plot/place/*_id/namedplace/placedescription
13
/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude,/*_id/plot/reallatitude
14
/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLongitude,/*_id/plot/reallongitude
15
/*UniqueIdentifierID->/*s/plot/slopeAspect,/*_id/plot/slopeaspect
16
/*UniqueIdentifierID->/*s/plot/slopeGradient,/*_id/plot/slopegradient
17
/*UniqueIdentifierID->/*s/plot/geospatial/maximumElevationInMeters,"/*_id/plot/{elevation/_alt/2/_avg/max,elevationrange/_range/to}"
18
/*UniqueIdentifierID->/*s/plot/geospatial/minimumElevationInMeters,"/*_id/plot/{elevation/_alt/2/_avg/min,elevationrange/_range/from}"
1
VegX:/*s/plotObservation,VegBIEN:/locationevent
2
/*UniqueIdentifierID->/*s/plot/area,/*_id/location/area
3
/*UniqueIdentifierID->/*s/plot/geospatial/FootprintWKT,/*_id/location/dsgpoly
4
/*UniqueIdentifierID->/*s/plot/geospatial/verbatimElevation,/*_id/location/elevation/_alt/1
5
/*UniqueIdentifierID->/*s/plot/geospatial/CoordinateUncertaintyInMeters,/*_id/location/locationaccuracy
6
/*UniqueIdentifierID->/*s/plot/relatedSpatialItem/relatedItem[relationshipType=parentPlot]/relatedItemID->/*s/plot/plotUniqueIdentifier,/*_id/location/parent_id/location:[confidentialitystatus=0]/sourceid/_alt/1
7
/*UniqueIdentifierID->/*s/plot/country,"/*_id/location/place(/*_id/namedplace[placesystem=""area|country|territory""])/placename"
8
/*UniqueIdentifierID->/*s/plot/state,"/*_id/location/place(/*_id/namedplace[placesystem=""region|state|province""])/placename"
9
/*UniqueIdentifierID->/*s/plot/simpleUserdefined[name=majorGeo]/value,/*_id/location/place(/*_id/namedplace[placesystem=continent])/placename
10
/*UniqueIdentifierID->/*s/plot/county,/*_id/location/place(/*_id/namedplace[placesystem=county])/placename
11
/*UniqueIdentifierID->/*s/plot/simpleUserdefined[name=localityDescription]/value,/*_id/location/place/*_id/namedplace/placedescription
12
/*UniqueIdentifierID->/*s/plot/simpleUserdefined[name=locality]/value,/*_id/location/place/*_id/namedplace/placedescription
13
/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude,/*_id/location/reallatitude
14
/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLongitude,/*_id/location/reallongitude
15
/*UniqueIdentifierID->/*s/plot/slopeAspect,/*_id/location/slopeaspect
16
/*UniqueIdentifierID->/*s/plot/slopeGradient,/*_id/location/slopegradient
17
/*UniqueIdentifierID->/*s/plot/geospatial/maximumElevationInMeters,"/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}"
18
/*UniqueIdentifierID->/*s/plot/geospatial/minimumElevationInMeters,"/*_id/location/{elevation/_alt/2/_avg/min,elevationrange/_range/from}"
19 19
/*ID->/*s/project/title,/*_id/project/projectname
20 20
->/*s/communityDetermination[*ID]/communityConcepts/communityConcept/commonName,/commclass/commdetermination/*_id/commconcept/*_id/*/commname
21 21
->/*s/communityDetermination[*ID]/communityConcepts/communityConcept/name,/commclass/commdetermination/*_id/commconcept/commdescription
22
/simpleUserdefined[name=precipMm]/value,"/definedvalue[*_id/userdefined[tablename=plotevent,userdefinedname=precipitationMm]:[userdefinedtype=varchar]]:[@fkey=tableRecord_ID]/definedvalue"
23
/temperature,"/definedvalue[*_id/userdefined[tablename=plotevent,userdefinedname=temperatureC]:[userdefinedtype=varchar]]:[@fkey=tableRecord_ID]/definedvalue"
22
/simpleUserdefined[name=precipMm]/value,"/definedvalue[*_id/userdefined[tablename=locationevent,userdefinedname=precipitationMm]:[userdefinedtype=varchar]]:[@fkey=tableRecord_ID]/definedvalue"
23
/temperature,"/definedvalue[*_id/userdefined[tablename=locationevent,userdefinedname=temperatureC]:[userdefinedtype=varchar]]:[@fkey=tableRecord_ID]/definedvalue"
24 24
/simpleUserdefined[name=plotMethodology]/value,/methodnarrative
25 25
/obsEndDate,/obsenddate
26 26
/obsEndDate/_date/date,/obsenddate/_date/date
......
49 49
/simpleUserdefined[name=authorCode]/value,/sourceid/_alt/1
50 50
/*UniqueIdentifierID->/*s/plot/geospatial/maximumDepthInMeters,/waterdepth/max
51 51
/*UniqueIdentifierID->/*s/plot/geospatial/minimumDepthInMeters,/waterdepth/min
52
/*UniqueIdentifierID->/*s/plot/plotUniqueIdentifier,"/{*_id/plot:[confidentialitystatus=0]/sourceid/_alt/2,sourceid/_alt/2}"
52
/*UniqueIdentifierID->/*s/plot/plotUniqueIdentifier,"/{*_id/location:[confidentialitystatus=0]/sourceid/_alt/2,sourceid/_alt/2}"

Also available in: Unified diff