Created
August 7, 2011 23:02
-
-
Save eightysteele/1130903 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DWC_ALIAS = dict( | |
| acceptedNameUsage='anu', | |
| acceptedNameUsageID='anuid', | |
| accessRights='ar', | |
| associatedMedia='am', | |
| associatedOccurrences='ao', | |
| associatedReferences='ar', | |
| associatedSequences='as', | |
| associatedTaxa='at', | |
| basisOfRecord='br', | |
| Bed='bd', | |
| behavior='b', | |
| bibliographicCitation='bc', | |
| catalogNumber='cat', | |
| class='cl', | |
| collectionCode='cc', | |
| collectionID='cid', | |
| continent='ct', | |
| coordinatePrecision='cp', | |
| coordinateUncertaintyInMeters='cu', | |
| country='cn', | |
| countryCode='cnc', | |
| county='co', | |
| dataGeneralizations='dg', | |
| datasetID='did', | |
| datasetName='dn', | |
| dateIdentified='di', | |
| day='d', | |
| decimalLatitude='dlat', | |
| decimalLongitude='dlng', | |
| disposition='dsp', | |
| dynamicProperties='dp', | |
| EarliestAgeOrLowestStage='eage', | |
| EarliestEonOrLowestEonothem='eeon', | |
| EarliestEpochOrLowestSeries='eep', | |
| EarliestEraOrLowestErathem='eera', | |
| EarliestPeriodOrLowestSystem='ep', | |
| endDayOfYear='edy', | |
| establishmentMeans='em', | |
| eventDate='ed', | |
| eventID='eid', | |
| eventRemarks='er', | |
| eventTime='et', | |
| family='fm', | |
| fieldNotes='fnt', | |
| fieldNumber='fnm', | |
| footprintSpatialFit='fpsf', | |
| footprintSRS='fps', | |
| footprintWKT='fp', | |
| Formation='frm', | |
| genus='g', | |
| geodeticDatum='gd', | |
| geologicalContextID='gid', | |
| georeferencedBy='gb', | |
| georeferenceProtocol='gp', | |
| georeferenceRemarks='gr', | |
| georeferenceSources='gs', | |
| georeferenceVerificationStatus='gvs', | |
| Group='grp', | |
| habitat='h', | |
| higherClassification='hc', | |
| higherGeography='hg', | |
| higherGeographyID='hgid', | |
| HighestBiostratigraphicZone='hbz', | |
| identificationID='idid', | |
| identificationQualifier='iq', | |
| identificationReferences='irf', | |
| identificationRemarks='irm', | |
| identifiedBy='ib', | |
| individualCount='ic', | |
| individualID='indid', | |
| informationWithheld='iw', | |
| infraspecificEpithet='ise', | |
| institutionCode='ic', | |
| institutionID='iid', | |
| island='i', | |
| islandGroup='ig', | |
| kingdom='k', | |
| language='ln', | |
| LatestAgeOrHighestStage='lage', | |
| LatestEonOrHighestEonothem='leon', | |
| LatestEpochOrHighestSeries='lep', | |
| LatestEraOrHighestErathem='lera', | |
| LatestPeriodOrHighestSystem='lp', | |
| lifeStage='ls', | |
| LithostratigraphicTerms='lt', | |
| locality='l', | |
| locationAccordingTo='lcat', | |
| locationID='lid', | |
| locationRemarks='lr', | |
| LowestBiostratigraphicZone='lbz', | |
| maximumDepthInMeters='mxd', | |
| maximumDistanceAboveSurfaceInMeters='mxa', | |
| maximumElevationInMeters='mxe', | |
| Member='mem', | |
| minimumDepthInMeters='mnd', | |
| minimumDistanceAboveSurfaceInMeters='mna', | |
| minimumElevationInMeters='mne', | |
| modified='md', | |
| month='m', | |
| municipality='mn', | |
| nameAccordingTo='nat', | |
| nameAccordingToID='natid', | |
| namePublishedIn='np', | |
| namePublishedInID='npid', | |
| nomenclaturalCode='nc', | |
| nomenclaturalStatus='ns', | |
| occurrenceDetails='od', | |
| occurrenceID='oid', | |
| occurrenceRemarks='or', | |
| occurrenceStatus='os', | |
| order='ord', | |
| originalNameUsage='onu', | |
| originalNameUsageID='onuid', | |
| otherCatalogNumbers='ocn', | |
| ownerInstitutionCode='oic', | |
| parentNameUsage='pnu', | |
| parentNameUsageID='pnuid', | |
| phylum='ph', | |
| pointRadiusSpatialFit='prsf', | |
| preparations='p', | |
| previousIdentifications='pi', | |
| recordedBy='rb', | |
| recordNumber='rn', | |
| reproductiveCondition='rc', | |
| rights='r', | |
| rightsHolder='rh', | |
| samplingEffort='sme', | |
| samplingProtocol='smp', | |
| scientificName='sn', | |
| scientificNameAuthorship='sna', | |
| scientificNameID='sid', | |
| sex='sx', | |
| specificEpithet='se', | |
| startDayOfYear='sdy', | |
| stateProvince='sp', | |
| subgenus='sg', | |
| taxonConceptID='tcid', | |
| taxonID='tid', | |
| taxonomicStatus='ts', | |
| taxonRank='tr', | |
| taxonRemarks='trm', | |
| type='t', | |
| typeStatus='ts', | |
| verbatimCoordinates='vc', | |
| verbatimCoordinateSystem='vcs', | |
| verbatimDepth='vd', | |
| verbatimElevation='ve', | |
| verbatimEventDate='ved', | |
| verbatimLatitude='vlat', | |
| verbatimLocality='vl', | |
| verbatimLongitude='vlng', | |
| verbatimSRS='vs', | |
| verbatimTaxonRank='vtr', | |
| vernacularName='vn', | |
| waterBody='w', | |
| year='y' ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment