sameold icon indicating copy to clipboard operation
sameold copied to clipboard

sameold: location API

Open cbs228 opened this issue 2 years ago • 9 comments

At present, sameold only supports retrieving the six-digit SAME location codes (PSSCCC). No further interpretation is performed. We should consider:

  • [ ] Adding a type to represent the SAME location code
  • [ ] Containment tests: is the area specified by code X contained in the area specified by code Y?
    • [ ] United States FIPS code
    • [ ] Canada Location Code
  • [ ] Providing a location database which maps codes to place names. In the United States, there are many codes for marine areas and other places which are not part of core FIPS, and there are several different lists.
  • [ ] Providing a location database which maps codes to geo-referenced POLYGON geometries. This database would likely be very large and need constant updating.

Download locations for GIS files, as of this writing. These files are subject to periodic update and should not be used blindly.

cbs228 avatar Aug 04 '21 02:08 cbs228