kartoza / geosafe

InaSAFE package for Geonode
GNU General Public License v3.0
7 stars 16 forks source link

GeoSAFE App for GeoNode

GeoSAFE is a django app that integrates InaSAFE Headless functionality into GeoNode. This app adds new page that enables the user to:

Go to Analysis page to use this functionality

Setup

Latest simple setup

The simplest way to get GeoSAFE going is to use a Rancher Catalogue - see documentation at https://github.com/kartoza/docker-geosafe/

old setup

Add this package as Django app in your GeoNode installation. You have to override specific configurations to integrate InaSAFE Headless to this app. Sample settings can be seen in local_settings.sample.py. This settings file should be included in geonode settings file or called last, to make sure it overrides celery settings in the default GeoNode settings.

User documentation

Maintained by Kartoza.

Note

The GeoNode project is a requirement for this app to work, since it contains dependencies on GeoNode packages.