Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reformat location data in database and standardized to Darwin Core #3

Open
ramonawalls opened this issue Nov 12, 2020 · 0 comments
Open
Assignees

Comments

@ramonawalls
Copy link
Contributor

For data that are at the block group level, we would like to have the database deliver both the blockgroup ID and the centroid at latitude and longitude. For data at the point level (like USGS), can just deliver lat and long. For data at other levels, we need a verbatim field. Latitude and longitude will need to be broken into separate fields.

In order to make all of these data compatible with Darwin Core (which we will need for ontology mapping), I suggest including the fields below in the database. Not every dataset will have every field.

locationID (http://rs.tdwg.org/dwc/terms/locationID): An identifier for the set of location information (data associated with dcterms:Location). May be a global unique identifier or an identifier specific to the data set.

  • We would use this field for blockgroup ID

county (http://rs.tdwg.org/dwc/terms/county): The full, unabbreviated name of the next smaller administrative region than stateProvince (county, shire, department, etc.) in which the Location occurs.

decimalLatitude (http://rs.tdwg.org/dwc/terms/decimalLatitude): The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive.

decimalLongitude (http://rs.tdwg.org/dwc/terms/decimalLongitude): The geographic longitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive.

We will be discussing this on tomorrow's call, and I will determine if any other fields are needed. If there are other location types, we could include:

verbatimLocality (http://rs.tdwg.org/dwc/terms/verbatimLocality): The original textual description of the place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants