KoalaGeo

Results 56 comments of KoalaGeo

Hi all, I'd like to contribute code to pygeoapi. I confirm that my contributions to pygeoapi will be compatible with the pygeoapi license guidelines at the time of contribution. Edward...

See current config https://github.com/BritishGeologicalSurvey/bgs-pygeoapi

@landryb I believe 3D Tiles are going to come under the proposed OGCAPI - GeoVolumes but @ghobona could clarify.

@francbartoli I've started making at attempt at this, but I'm a bit out of my depth. Is it better to add the `metadata_url` to the config vs update pg_tileserv so...

@justb4 this PR is focused on being able to add a tiles metadata path in the config.yml, so this is used by pygeoapi, instead of the current url construction method...

@justb4 that seems more complex than adding an attribute/field for the explicit URL path to the metadata. The sources type approach would require knowing & coding the implementation variations, which...

@justb4 & @francbartoli I've had another look at this but sorry to say at the moment it's very much beyond my python capabilities to implement the intended fix

Closing as unable to progress.

Suggest making the metadata path explicit in the config: ``` providers: - type: tile name: MVT data: tests/data/tiles/ne_110m_lakes # local directory tree # data: https://example.org/ne_110m_lakes/{z}/{x}/{y}.pbf metadata: https://example.org/ne_110m_lakes/metadata.json # https://example.org/ne_110m_lakes.json options:...

WIP PR: https://github.com/geopython/pygeoapi/pull/821