-
Notifications
You must be signed in to change notification settings - Fork 351
Open
Milestone
Description
2D Formats
- Protomaps
- https://protomaps.com/
- 2d vectorized data with text / metadata information
- Overture Maps Data
- XYZ MVT Data
- OpenStreetMap also provides vector tiles in the MVT format.
- Another vector format? here
- Cloud Optimized GeoTiff
- Tiled TIFF file with different levels of detail embedded
- https://developers.planet.com/docs/planetschool/an-introduction-to-cloud-optimized-geotiffs-cogs-part-1-overview/
- 3D OpenStreetMap Data
- Mapbox Tilejson Format
- LERC
- Definition: https://github.com/Esri/lerc (including JS parser)
- Files: https://services.arcgisonline.com/arcgis/rest/services/WorldElevation3D
- structured as WMTS
- WMS
- Other
Ellipsoid projection- Repeat tiles on X and Y
- WMTS Capabilities
- Support the WMTS Capabilities format to infer tile mtrices, etc without explicit user specification or url templating. See sample here and GIBS capabilities here.
- Add a parser to enumerate all the layer information and options / dimensions.
- Allow for passing the list directly into the WMTSLayer for construction or passing the capabilities url in directly and specifying the keys to use.
- https://services.arcgisonline.com/arcgis/rest/services
- WMTS tiles for rendering 2d map data
- Can support planar or ellipsoid projection
- https://api.oneatlas.airbus.com/guides/oneatlas-basemap/g-oab-wmts-basic/
- https://opengeospatial.github.io/e-learning/wmts/text/main.html
- Seems to be TMS but flipped on Y
- Cesium (and many other libraries) seem to avoid the capabilities file and just require passing in the url parameters (see cesium's implementation here).
- It seems Cesium also recommends the "OpenLayers" parser here or here.
Or a leaflet integration capability here. - WMTS works currently with XYZ format template but would be good to support this more officially / directly. Eg class or string interpolation arguments (matrix set, time).
- TMS data
- Supported in Cesium Ion "imagery"
- https://cesium.com/learn/3d-tiling/tiler-data-formats/
- XYZ data
- Deep Zoom Images for rendering high resolution images
- Plugins: Add support for Deep Zoom Image format #945
- If needed could add support for Collections, DisplayRects
DEM Formats
- TerrainDEM
- AWS Open Terrain Tiles
- QuantizedMesh tiles for rendering ion terrain
- https://github.com/CesiumGS/quantized-mesh
- Provide an option to construct a solid volume CSG support.
3D Formats
- PoTree
- Point cloud hierarchy structure
- https://github.com/cpj001/potree-develop/blob/master/docs/potree-file-format.md
- COPC
- COG-inspired point cloud format
- https://copc.io/
- I3S
- Generalized 3d hierarchy system similar to 3d tiles.
- https://www.ogc.org/publications/standard/i3s/
Coordinate Reference Systems
- EPSG:3031, used for Antarctic data sets. Some ArcGIS data uses this.
- EPSG:21781, used for Swiss data sets.
Data Sources
- ESA Data: https://esa-worldcover.org/en/data-access
- Terrascope: https://docs.terrascope.be/Developers/WebServices/OGC/WMTSv2.html
- Mapbox
- Jonni Walker's data sets (see here)
- OpenStreetMap tiles (here)
- ArcGIS data sets (here)
- NASA GIBs data sets (here)
- Cesium Ion
- https://geotiles.citg.tudelft.nl/
- Protomaps (here)
- OpenDroneMap.org
- Esri data format - may require custom vector data format
- Swiss EPSG data sets
- 3D tiles of vectorized location names
- WMTS in EPSG:21781 (Swiss projection), in particular SWISSIMAGE (swiss aerial imagery)
hallvar, Ylannl, shotamatsuda, jo-chemla and RodrigoHamuyjailln and jo-chemla
Metadata
Metadata
Assignees
Labels
No labels