Revision 3567
Added by Aaron Marcuse-Kubitza over 12 years ago
src.specimens.csv | ||
---|---|---|
1 |
QMOR |
|
2 |
id |
|
3 |
locationRemarks |
|
4 |
decimalLongitude |
|
5 |
stateProvince |
|
6 |
typeStatus |
|
7 |
institutionID |
|
8 |
identificationRemarks |
|
9 |
genus |
|
10 |
georeferenceSources |
|
11 |
samplingProtocol |
|
12 |
country |
|
13 |
georeferencedBy |
|
14 |
acceptedNameUsage |
|
15 |
institutionCode |
|
16 |
decimalLatitude |
|
17 |
catalogNumber |
|
18 |
verbatimLongitude |
|
19 |
verbatimEventDate |
|
20 |
county |
|
21 |
nomenclaturalCode |
|
22 |
georeferenceRemarks |
|
23 |
occurrenceRemarks |
|
24 |
continent |
|
25 |
bibliographicCitation |
|
26 |
verbatimSRS |
|
27 |
scientificNameAuthorship |
|
28 |
datasetName |
|
29 |
preparations |
|
30 |
sex |
|
31 |
locality |
|
32 |
waterBody |
|
33 |
behavior |
|
34 |
collectionID |
|
35 |
lifeStage |
|
36 |
habitat |
|
37 |
eventDate |
|
38 |
minimumElevationInMeters |
|
39 |
eventRemarks |
|
40 |
kingdom |
|
41 |
class |
|
42 |
rightsHolder |
|
43 |
verbatimCoordinateSystem |
|
44 |
language |
|
45 |
verbatimCoordinates |
|
46 |
rights |
|
47 |
type |
|
48 |
footprintWKT |
|
49 |
collectionCode |
|
50 |
georeferenceProtocol |
|
51 |
verbatimLatitude |
|
52 |
geodeticDatum |
|
53 |
identifiedBy |
|
54 |
datasetID |
|
55 |
georeferencedDate |
|
56 |
taxonRank |
|
57 |
family |
|
58 |
phylum |
|
59 |
modified |
|
60 |
order |
|
61 |
coordinateUncertaintyInMeters |
|
62 |
basisOfRecord |
|
63 |
scientificName |
|
64 |
maximumElevationInMeters |
|
65 |
dateIdentified |
|
66 |
individualCount |
|
67 |
municipality |
|
68 |
identificationQualifier |
|
69 |
eventTime |
|
70 |
recordedBy |
|
71 |
specificEpithet |
|
72 |
verbatimElevation |
|
73 |
ownerInstitutionCode |
|
74 |
infraspecificEpithet |
|
1 |
QMOR |
|
2 |
id |
|
3 |
locationRemarks |
|
4 |
decimalLongitude |
|
5 |
stateProvince |
|
6 |
typeStatus |
|
7 |
institutionID |
|
8 |
identificationRemarks |
|
9 |
genus |
|
10 |
georeferenceSources |
|
11 |
samplingProtocol |
|
12 |
country |
|
13 |
georeferencedBy |
|
14 |
acceptedNameUsage |
|
15 |
institutionCode |
|
16 |
decimalLatitude |
|
17 |
catalogNumber |
|
18 |
verbatimLongitude |
|
19 |
verbatimEventDate |
|
20 |
county |
|
21 |
nomenclaturalCode |
|
22 |
georeferenceRemarks |
|
23 |
occurrenceRemarks |
|
24 |
continent |
|
25 |
bibliographicCitation |
|
26 |
verbatimSRS |
|
27 |
scientificNameAuthorship |
|
28 |
datasetName |
|
29 |
preparations |
|
30 |
sex |
|
31 |
locality |
|
32 |
waterBody |
|
33 |
behavior |
|
34 |
collectionID |
|
35 |
lifeStage |
|
36 |
habitat |
|
37 |
eventDate |
|
38 |
minimumElevationInMeters |
|
39 |
eventRemarks |
|
40 |
kingdom |
|
41 |
class |
|
42 |
rightsHolder |
|
43 |
verbatimCoordinateSystem |
|
44 |
language |
|
45 |
verbatimCoordinates |
|
46 |
rights |
|
47 |
type |
|
48 |
footprintWKT |
|
49 |
collectionCode |
|
50 |
georeferenceProtocol |
|
51 |
verbatimLatitude |
|
52 |
geodeticDatum |
|
53 |
identifiedBy |
|
54 |
datasetID |
|
55 |
georeferencedDate |
|
56 |
taxonRank |
|
57 |
family |
|
58 |
phylum |
|
59 |
modified |
|
60 |
order |
|
61 |
coordinateUncertaintyInMeters |
|
62 |
basisOfRecord |
|
63 |
scientificName |
|
64 |
maximumElevationInMeters |
|
65 |
dateIdentified |
|
66 |
individualCount |
|
67 |
municipality |
|
68 |
identificationQualifier |
|
69 |
eventTime |
|
70 |
recordedBy |
|
71 |
specificEpithet |
|
72 |
verbatimElevation |
|
73 |
ownerInstitutionCode |
|
74 |
infraspecificEpithet |
Also available in: Unified diff
input.Makefile: Maps building: maps/src.%.csv: Clean up by passing through `$(bin)/cols '*'` whenever it's changed. This ensures that the CSV dialect is always consistently Python's Excel dialect. (Note that this dialect actually uses \r\n as the line ending. The \n line endings were from src maps generated by a previous version of bin/src_map.)