server:
  bind: {host: 127.0.0.1, port: 5000}
  url: http://localhost:5000
  mimetype: application/json; charset=UTF-8
  encoding: utf-8
  languages: [en-US, es]
  pretty_print: false
  admin: false
  cors: true
  limits: {default_items: 10, max_items: 100}
logging: {level: ERROR}
metadata:
  identification:
    title: GeoSAT synthetic municipal assets lab
    description: Reproducible training data, not actual infrastructure
    keywords: [synthetic, training, assets]
    keywords_type: theme
    terms_of_service: https://creativecommons.org/publicdomain/zero/1.0/
    url: https://geosat.com.co/en/open-gis/lab
  license: {name: CC0-1.0, url: https://creativecommons.org/publicdomain/zero/1.0/}
  provider: {name: GeoSAT training lab, url: https://geosat.com.co}
  contact: {name: Lab operator, email: lab@example.org}
resources:
  assets:
    type: collection
    title: Synthetic municipal assets / Activos municipales sintéticos
    description: 10000 artificial points; no actual infrastructure or customer data
    keywords: [synthetic, municipal]
    links: []
    extents:
      spatial:
        bbox: [-75.65, 6.15, -75.551, 6.249]
        crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
    providers:

      - type: feature
        name: CSV
        data: data/municipal-assets.csv
        id_field: asset_id
        geometry: {x_field: longitude, y_field: latitude}
