cityjson / cityjson-qgis-plugin

A QGIS plugin that adds support for CityJSON files
Apache License 2.0
35 stars 8 forks source link

Make it a processing algorithm #21

Open liberostelios opened 4 years ago

liberostelios commented 4 years ago

QGIS plugins are considered old-fashioned while processing algorithms are suggested instead. That might not only apply for loading CityJSON but could make a bunch of cjio operations (e.g. validate a city model, set CRS) available through the QGIS toolbox.

As per: https://media.ccc.de/v/bucharest-317-qgis-no-more-plugins-only-processings Documentation: https://docs.qgis.org/3.4/en/docs/pyqgis_developer_cookbook/processing.html

balazsdukai commented 4 years ago

Me can help with integrating/adapting cjio if needed :-)

liberostelios commented 4 years ago

Originally implemented in 4b2a123.

It can be further refined to be more practical (e.g., the CRS now has to be manually selected as parameter).