[Base] Would OvertureMaps be open to also storing in another format. #281
Replies: 2 comments 3 replies
-
|
Hi 地図の神様 (@CraigglesO)! Thanks for reaching out and sharing your project. Right now Overture has no plans to release datasets as anything other than parquet. We do generate PMTiles every month, and you can use our Explorer tool to download a viewport's worth of data as geojson files. There are also a few data mirrors out there that are not maintained by Overture: our friends at Carto have made Overture data available in BigQuery, Snowflake, and Databricks; and the team at Fused hosts Overture data on their platform. |
Beta Was this translation helpful? Give feedback.
-
|
Our latest tiles are available at |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Category Feedback
Request
Would OvertureMaps be open to or interested in also storing each dataset with all the properties intact with something a bit simpler and more accessible to parse like a very basic Protobuf schema or Shapefile?
Explanation
I'm extremely interested in OvertureMaps data. I've been studying it on and off for a while but never really dove in yet.
I've been hard at work on a project that makes as many GIS data formats accessible as possible and if desired also builds vector/raster/grid tiles for use via a renderer.
The project is dependency free and still manages to have a fairly comprehensive list of geospatial data formats it can parse. I know OvertureMaps has committed to geoparquet, and I understand the reasoning behind this for data analysis. But Parquet is an extremely complicated database with encoding and compression mechanics that make it hard to decode.
The creator of the geoparquet format himself admitted to this complexity and noted ports to other languages have actually failed. I also didn't like the shear complexity and size of the wasm build, nor is it actually that performant as I found a geojson replica of the example data to out-pace from parsing to rendering via the mapbox-gl renderer.
Dependency with other categories, if any.
No response
Beta Was this translation helpful? Give feedback.
All reactions