Metacity
Python package for Geodata processing
Last updated
Python package for Geodata processing
Last updated
The Metacity
package allows to preprocess geospatial data and export it to a more suitable form for web visualization.
The Python packagemetacity
acts as the entry data gateway. The easiest way to understand Metacity
is to think of it as a pipeline. To prepare your data for visualization, you will need to:
Optionally optimize and modify the data (see )
Convert Layers selected for visualization to or
Optionally optimize the data (see or )
Export data for streaming from or
Metacity
consists of several sub-packages:
metacity.io
- importing and exporting data
metacity.geometry
- geometry processing
metacity.utils
- managing file systems and inspecting data
metacity.pipeline
- CLI tool for quick edits - deprecated