- SERVIR PORTALS
- 1. Artisanal Small-scale Mining Monitoring Service
- 2. Charcoal Production Monitoring Service
- 3. LandScape Ghana Portal
- 4. Code Installation
- 5. Others
- Artisanal Small-scale Mining Monitoring Service
- Charcoal Production Monitoring Portal
- LandScape Ghana Portal
Small-scale mining is an important source of livelihood for areas associated with alluvial gold deposits. However, it is also a major driver of freshwater pollution, forest and land degradation, and deforestation, not to mention poor worker safety and child labour. Despite attempts by regulatory authorities to control galamsey activities, it has expanded rapidly with dire consequences including contaminated soils and water bodies.
With the advent of freely available earth observation data and cloud computing resources, CERSGIS under the NASA/SERVIR West Africa program since 2018 has explored and developed methodologies based on satellite imageries (Sentinel 1, Sentinel 2, Planet NICFI Monthly Mosaics) to identify and quantify the extent of galamsey activities in the high forest zone of Ghana, where these activities are widespread.
The Monitoring of Small-Scale Mining (Galamsey) Sites in Ghana service, has a monitoring platform with information on the location of illegal mining sites across Ghana and their associated land degradation. It provides the necessary spatial data input to decision-makers and partners, such as A Rocha Ghana, who will use the information to target areas for remediation and landscape restoration activities. It also has a mobile application for collecting data on the field.
Visit (https://ssmportal.cersgis.org/) to view the portal.
Visit (https://github.com/CERSGIS/Small-Scale-Mining-Sites-Monitoring) to view scripts and methodology.
The Charcoal Production Site Monitoring Service, a joint initiative of SERVIR-PCU, NASA SCO, AST, A Rocha and CERSGIS to help developing countries use information provided by Earth observing satellites and geospatial technologies for identifying charcoal production sites and associated changes in woody vegetation cover on a regular basis.
The Monitoring Service is a web-based platform for visualizing the spatial distribution of charcoal production sites, thereby facilitating forest degradation monitoring in the study areas. Very high-resolution imagery from Google Earth and remote sensing data from Landsat 7 and Landsat 8 will be used to identify charcoal kilns and the production of tree cover density maps. The information will aid in the monitoring of tree cover loss for estimating carbon emissions and for district-level land use planning purposes.
Visit (https://cpsm.cersgis.org/) to view the portal.
Visit (https://github.com/CERSGIS/charcoal-production-site-monitoring-service) to view scripts and methodology.
The LandScape protal allows users to view, analyze, and interact with the collected geospatial data from the GeoSacpe app, offering insights into various datasets gathered in the field. The interface is designed to provide an intuitive and user-friendly experience, where users can easily navigate through different data layers, filter information, and generate reports as needed.
Additionally, the platform offers a public API that enables developers, researchers, and external users to access the data programmatically. This API provides endpoints that allow users to retrieve data in a structured format, enabling seamless integration into their own systems or applications. By using the API, anyone can incorporate the geospatial data into their own projects, whether for analysis, visualization, or other custom use cases.
This ensures flexibility and accessibility for a broad range of users who may wish to utilize the data for various purposes, enhancing the overall utility of the platform.
Visit (http://landsensegh.cersgis.org/) to view the portal.
- Docker Desktop
- Google Service Account secret key JSON
The Servir Portals System can be install and run locally or installed in a Server Environment (Production Deployment).
- To install the project locally requires the installation of the Docker Application for Windows, Mac or Linux.
- Open a terminal (Mac or Linux) or command prompt (Windows) on your computer
- Navigate to the directory (folder) where you want to clone the repository.
- Run the command
git clone https://github.com/CERSGIS/CERSGIS-SERVIR-WA-Service-Portals.git
- Press Enter. This will start the cloning process and create a copy of the repository on your computer in the current directory.
- After the clonning process is finished, you will find a new directory named servir-portals. This directory contains the full copy of the repository including all the files.
- copy the
env.example
and rename it to theenv
. - You will need the Google Earth Engine(GEE) Account secret key JSON used for runing GEE scripts.
- Place the secret key JSON file into a directory named
key.json
in the app/geeAccount directory. - Put the path to the Google Service Account secret key JSON into the
SERVICE_ACCOUNT_KEY=
variable in the directoryenv/app/.env
. Eg.SERVICE_ACCOUNT_KEY=app/geeAccount/key.json
- Populate and complete the rest of the Environment Variables in the
env/app/.env
.DATABASE_HOST=db PROJECT_ASSETS=projects/ee-cersgisrsteams/assets/
- Populate and complete the rest of the Environment Variables in the
env/db/.env
. For the Development ONLY The database connection variables should be the same for the app and the db env's. - Populate and complete the rest of the Environment Variables in the
env/pgadmin/.env
. - In the terminal or command prompt, run the command
docker compose -f docker-compose.yml up -d
. - Press Enter.
Web/Desktop Application: Python, Django
Database: PostgreSQL
Misc: Bootstrap, HTML, CSS, JQuery, Font Awesome, Highcharts, Leaflet
Partners | Portals |
---|---|
- SERVIR | - Artisanal Small-scale Mining Monitoring Portal |
- CERSGIS | - Charcoal Production Monitoring Portal |
- USAID | - LandScape Ghana Portal |
- NASA |