GeoNode / QGISGeoNodePlugin

A QGIS plugin that provides integration with GeoNode
https://geonode.org/QGISGeoNodePlugin/
GNU General Public License v3.0
11 stars 10 forks source link

Create new geonode dataset from loaded qgis layer #193

Closed ricardogsilva closed 2 years ago

ricardogsilva commented 2 years ago

This PR introduces the ability to upload a QGIS layer to GeoNode.

It uses the GeoNode API to create new GeoNode datasets from QGIS layers. Layers are uploaded either as a shapefile (for vectors) or as a GeoTiff (for rasters). If needed, the QGIS layer is exported to one of these formats before being uploaded to GeoNode.

In order to work, these uploads depend on the current master version of GeoNode, as they need the fix introduced in geonode/geonode#8543

fixes #188