Project

General

Profile

« Previous | Next » 

Revision 9404

inputs/.geoscrub/geoscrub_output/map.csv: *validity: added definitions of the numeric codes from _src/README.TXT

View differences:

map.csv
7 7
countrystd,acceptedCountry,,
8 8
stateprovincestd,acceptedStateProvince,,
9 9
countystd,acceptedCounty,,
10
latlonvalidity,latLongDomainValid,"/_map:[""-1""=,0=false,1=true]/value",
11
countryvalidity,latLongInCountry,"/_map:[./{""-1"",0}=,1=false,./{2,3}=true]/value",
12
stateprovincevalidity,latLongInStateProvince,"/_map:[./{""-1"",0}=,1=false,./{2,3}=true]/value",
13
countyvalidity,latLongInCounty,"/_map:[./{""-1"",0}=,1=false,./{2,3}=true]/value",
10
latlonvalidity,latLongDomainValid,"/_map:[""-1""=,0=false,1=true]/value","""For latlonvalidity:
11
-1: Latitude and/or longitude is null
12
 0: Coordinate is not a valid geographic location
13
 1: Coordinate is a valid geographic location
14
"" (http://vegpath.org/fs/inputs/.geoscrub/_src/README.TXT)"
15
countryvalidity,latLongInCountry,"/_map:[./{""-1"",0}=,1=false,./{2,3}=true]/value","""For countryvalidity/stateprovincevalidity/countyvalidity:
16
-1: Name is null at this or some higher level
17
 0: Complete name provided, but couldn't be scrubbed to GADM
18
 1: Point is >5km from putative GADM polygon
19
 2: Point is <=5km from putative GADM polygon, but still outside it
20
 3: Point is in (or on border of) putative GADM polygon
21
"" (http://vegpath.org/fs/inputs/.geoscrub/_src/README.TXT)"
22
stateprovincevalidity,latLongInStateProvince,"/_map:[./{""-1"",0}=,1=false,./{2,3}=true]/value","""For countryvalidity/stateprovincevalidity/countyvalidity:
23
-1: Name is null at this or some higher level
24
 0: Complete name provided, but couldn't be scrubbed to GADM
25
 1: Point is >5km from putative GADM polygon
26
 2: Point is <=5km from putative GADM polygon, but still outside it
27
 3: Point is in (or on border of) putative GADM polygon
28
"" (http://vegpath.org/fs/inputs/.geoscrub/_src/README.TXT)"
29
countyvalidity,latLongInCounty,"/_map:[./{""-1"",0}=,1=false,./{2,3}=true]/value","""For countryvalidity/stateprovincevalidity/countyvalidity:
30
-1: Name is null at this or some higher level
31
 0: Complete name provided, but couldn't be scrubbed to GADM
32
 1: Point is >5km from putative GADM polygon
33
 2: Point is <=5km from putative GADM polygon, but still outside it
34
 3: Point is in (or on border of) putative GADM polygon
35
"" (http://vegpath.org/fs/inputs/.geoscrub/_src/README.TXT)"

Also available in: Unified diff