Using medkit with gov.bc.ca

Python integration

Install
pip install medkit
Quick start
import medkit

client = medkit.Client("YOUR_API_KEY")
Get information about a particular geomark
curl \
  https://apps.gov.bc.ca/pub/geomark/geomarks/{geomarkId}.{fileFormatExtension}
Get the individual geometries within a multi-part geometry
curl \
  https://apps.gov.bc.ca/pub/geomark/geomarks/{geomarkId}/parts.{fileFormatExtension}
Gets a single spatial point representative of the geomark.
curl \
  https://apps.gov.bc.ca/pub/geomark/geomarks/{geomarkId}/point.{fileFormatExtension}
SDK on GitHub 📄 API Docs
SDK
medkit
Python
API
gov.bc.ca
gov.bc.ca:geomark
At a glance
Language Python
Endpoints7
Base URLhttps://apps.gov.bc.ca/pub/geomark