GGIS is a groundwater information system developed for and funded by UN-IGRAC. The GGIS is an interactive portal for sharing data and information on groundwater resources around the world. It gives access to map layers, documents, and well and monitoring data. It also contains several thematic map viewers.
You can visit the live site here: https://ggis.un-igrac.org
git clone https://github.com/kartoza/IGRAC-GGIS.git
cd IGRAC-GGIS
git submodule init
git submodule update
cd deployment
make deploy
The web will be available at http://localhost/
To stop containers:
make kill
To stop and delete containers:
make rm
Here is the list command for IGRAC
For generating cache of wells for download file.
--id : id of well that will be checked
--from_id : id start of well to be checked
--country_code : country that will be used to filter the wells
--force : use this to regenerate the cache, without it, it will just check if cache if not generated yet
--generator : ['general_information','hydrogeology','management','drilling_and_construction','monitor'] in comma separator
For generating cache of wells for measurements for graph.
--id : id of well that will be checked
--measurement_name : name of measurement: WellLevelMeasurement, WellQualityMeasurement, WellYieldMeasurement
--from_id : id start of well to be checked
--country_code : country that will be used to filter the wells
For generating cache of country for download file.
--country_code : country that will be regenerate
For generating cache of organisations for download file.
--id : id of organisation that will be checked
--from_id : id start of organisation to be checked
For updating measurement type of well.
--form : id start of well to be checked
For updating number of measurement of well.
--form : id start of well to be checked