isawnyu / lpfgaz

A python package for working with data in the Linked Places Format (LPF).
GNU Affero General Public License v3.0
6 stars 0 forks source link

validate and look up fclasses #3

Closed paregorios closed 1 month ago

paregorios commented 1 month ago

The LPF spec requires the use of fclasses and provides the following guidance on values:

A: Administrative entities (e.g. countries, provinces, municipalities); H: Water bodies (e.g. rivers, lakes, bays, seas); L: Regions, landscape areas (cultural, geographic, historical); P: Populated places (e.g. cities, towns, hamlets); R: Roads, routes, rail; S: Sites (e.g. archaeological sites, buildings, complexes); T: Terrestrial landforms (e.g. mountains, valleys, capes)

paregorios commented 1 month ago

Implemented with 32c658e