Project

General

Profile

« Previous | Next » 

Revision 10339

inputs/REMIB/Specimen/: translated single-column filters to postprocessing derived columns, using the steps at wiki.vegpath.org/Switching_to_new-style_import#stage-I-source-specific > "translate single-column filters to postprocessing derived columns". null-mapping filters now use wrappers around new util.map_nulls(). note that the verbatim columns input to the filters need to be renamed to avoid name collisions with their filtered columns, which must be VegCore terms for new-style import.

View differences:

map.csv
13 13
family,family,,
14 14
genus,genus,,
15 15
specificEpithet,specificEpithet,,
16
country,country,"/_map:[./{ND,NA}=,*=*]/value","""ND = no disponible = not available"" (https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/Spot-checking#REMIB)"
17
state,stateProvince,"/_map:[./{ND,NA}=,*=*]/value","""ND = no disponible = not available"" (https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/Spot-checking#REMIB)"
18
county,county,"/_map:[./{ND,NA}=,*=*]/value","""ND = no disponible = not available"" (https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/Spot-checking#REMIB)"
19
locality,locality,"/_map:[./{ND,NA}=,*=*]/value","""ND = no disponible = not available"" (https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/Spot-checking#REMIB)"
20
long_deg,longitude_deg,"/_map:[./{""-999"",99,999,1000}=,*=*]/value",-99 is a valid longitude for Mexico
21
long_min,longitude_min,"/_map:[./{""-999"",""-99"",99,999,1000}=,*=*]/value",
22
long_sec,longitude_sec,"/_map:[./{""-999"",""-99"",99,999,1000}=,*=*]/value",
23
lat_deg,latitude_deg,"/_map:[./{""-999"",""-99"",99,999,1000}=,*=*]/value",
24
lat_min,latitude_min,"/_map:[./{""-999"",""-99"",99,999,1000}=,*=*]/value",
25
lat_sec,latitude_sec,"/_map:[./{""-999"",""-99"",99,999,1000}=,*=*]/value",
16
country,country_verbatim,,
17
state,state_verbatim,,
18
county,county_verbatim,,
19
locality,locality_verbatim,,
20
long_deg,longitude_deg_verbatim,,
21
long_min,longitude_min_verbatim,,
22
long_sec,longitude_sec_verbatim,,
23
lat_deg,latitude_deg_verbatim,,
24
lat_min,latitude_min_verbatim,,
25
lat_sec,latitude_sec_verbatim,,
26 26
coll_day,dayCollected,,
27 27
coll_month,monthCollected,,
28 28
coll_year,yearCollected,,
29 29
collector,recordedBy,,
30
habitat,habitat,"/_map:[./{ND,NA}=,*=*]/value","""ND = no disponible = not available"" (https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/Spot-checking#REMIB)"
30
habitat,habitat_verbatim,,
31 31
preparation,preparations,,
32
country,country,,
33
stateProvince,stateProvince,,
34
county,county,,
35
locality,locality,,
36
habitat,habitat,,
37
longitude_deg,longitude_deg,,
38
longitude_min,longitude_min,,
39
longitude_sec,longitude_sec,,
40
latitude_deg,latitude_deg,,
41
latitude_min,latitude_min,,
42
latitude_sec,latitude_sec,,

Also available in: Unified diff