Ingesting data from Socrata into pygeoapi
-
Create a new section in the
local.config.ymlconfig file -
Fill in the values for
data(the domain of the SODA endpoint),resource_id(the 4x4 resource id pattern),geom_field(the location for the geometry) andtokenan optional param to pass an app token to Socrata
Example
This is an example of just the provider section. Place this within a pre-existing collection block in the .yml file. For clarification on the general pattern of adding providers, read about the general pattern here.
local.config.yml
providers:
- type: feature
name: Socrata
data: https://soda.demo.socrata.com/
resource_id: emdb-u46w
id_field: earthquake_id
geom_field: location
time_field: datetime # Optional time_field for datetime queries
token: my_token # Optional app token