geopython / GeoHealthCheck

Service Status and QoS Checker for OGC Web Services
https://geohealthcheck.org
MIT License
84 stars 71 forks source link

New probe for OGC 3D tiles #381

Closed fsteggink closed 2 years ago

fsteggink commented 3 years ago

It would be nice to see a new probe for OGC 3D tiles. Specification: https://github.com/CesiumGS/3d-tiles/tree/master/specification An OGC 3D tileset starts with a tileset.json which has a root tile, and recursively contains zero or more children. Each tile may have content, which refers to a B3DM, I3DM, PNTS or CMPT file. Of course one can add a lot of checks, but it only makes sense to check for the tileset.json and a handful of tiles.

Here are some example tilesets which should also work, although it is located in a Github repo: https://github.com/CesiumGS/3d-tiles-samples/tree/master/tilesets

fsteggink commented 2 years ago

Since this has been implemented and merged, I'm closing this issue.