GeoNode / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
https://geonode.org/
Other
1.44k stars 1.13k forks source link

Importer handler autoregister #12472

Closed mattiagiupponi closed 2 months ago

mattiagiupponi commented 2 months ago

Is your feature request related to a problem? Please describe. Wehn adding a new handler for the importer, on geonode is required to add the path to the handler itself

Describe the solution you'd like The importer should automatically register it's own handlers without touching GeoNode. In GeoNode we should add only the custom ones

Describe alternatives you've considered

Additional context importer PR: https://github.com/GeoNode/geonode-importer/pull/265, https://github.com/GeoNode/geonode-importer/pull/264