Revision 3567
Added by Aaron Marcuse-Kubitza over 12 years ago
src.specimens.csv | ||
---|---|---|
1 |
GBIF[DwC] |
|
2 |
Collector |
|
3 |
LatestDateCollected |
|
4 |
InstitutionCD |
|
5 |
CollectionCD |
|
6 |
CatalogNO |
|
7 |
LastDateModified |
|
8 |
IdentifiedBy |
|
9 |
ScientificNameOriginal |
|
10 |
AuthorOfScientificName |
|
11 |
ScientificName |
|
12 |
GBIFFamilyOriginal |
|
13 |
Family |
|
14 |
GBIFGenusOriginal |
|
15 |
Genus |
|
16 |
Country |
|
17 |
Locality |
|
18 |
County |
|
19 |
StateProvince |
|
20 |
DecimalLatitude |
|
21 |
VerbatimLatitude |
|
22 |
DecimalLongitude |
|
23 |
VerbatimLongitude |
|
24 |
MinimumElevationInMeter |
|
25 |
MaximumElevationInMeter |
|
26 |
SpecificEpithet |
|
27 |
InfraspecificEpithet |
|
1 |
GBIF[DwC] |
|
2 |
Collector |
|
3 |
LatestDateCollected |
|
4 |
InstitutionCD |
|
5 |
CollectionCD |
|
6 |
CatalogNO |
|
7 |
LastDateModified |
|
8 |
IdentifiedBy |
|
9 |
ScientificNameOriginal |
|
10 |
AuthorOfScientificName |
|
11 |
ScientificName |
|
12 |
GBIFFamilyOriginal |
|
13 |
Family |
|
14 |
GBIFGenusOriginal |
|
15 |
Genus |
|
16 |
Country |
|
17 |
Locality |
|
18 |
County |
|
19 |
StateProvince |
|
20 |
DecimalLatitude |
|
21 |
VerbatimLatitude |
|
22 |
DecimalLongitude |
|
23 |
VerbatimLongitude |
|
24 |
MinimumElevationInMeter |
|
25 |
MaximumElevationInMeter |
|
26 |
SpecificEpithet |
|
27 |
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.)