NMWDI / pygeoapi_config

1 stars 1 forks source link

Geoconnex Stage 2 -- link to sensorthings data #2

Closed ksonda closed 4 years ago

ksonda commented 4 years ago

This is easy enough.

  1. Add a field to wells.gpkg like "sta" or something,with the value being the sensorthings/Thing call for that well. perhaps the Thing call with the datastream and observations expanded.

  2. In wdi.config.yml, modify the context part as follows

context:
      - sta: https://www.w3.org/ns/sosa/sosa:isFeatureOfInterestOf

This is a stopgap. To be proper have to think about it some more. Pygeoapi probably can't do what would be "proper" yet. See https://github.com/internetofwater/geoconnex.us/issues/50#issuecomment-671342479

ksonda commented 4 years ago

Seems to have been addressed here