Skip to content

mkuriki1990/beyond-RGB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NASA Space Apps Challenge 2022

Team: Beyond_RGB

Members: Armstrong Ngolo. Kuriki Murahashi

This aplication uses Satellite data and source code from Google Earth Engine (GEE) for analisys.

We used Landsat9 images to calculate spectral indices of Bareground and built-up (Normalized Difference Built-up Index (NDBI)), water (Moisture Enhanced Index (MEI)) and Vegetation (Vegetation Index considering Green and Short wave infrared (VIGS)) based on their spectral reflectance. Later we stacked the 3 spectral indices to form a 3 chanels image (NDBI for Red, MEI for green and VIGS for blue channel) that we exported to Google Cloud Storage (GCS) (subscription required) in form of map tiles.

For visualization we used Leaflet and Cesium Libraries with background images from openstreet map and later we overlayed our map tile stored in GCS.

Results

beyond_rgb. Please zoom to Luanda in Africa to visualize a demo result.

Repositories:

Resources used

Google cloud APIs

  • Google Earth Engine (code editor, NASA's Landasat9 data);
  • Google Cloud Storage (subscription required).

Notes on maptiles storage: If we want to make map tiles, we have to save the maps into GCS which requires a paid subscription. Under GCS, a bucket, from where the map tiles will be stored needs to be created and be granted public permissions. The map tiles can be used to overlay other web map visualization tools such as Leaflet. You just have to open one of the tiles and copy its URL.

Licence

The source code is licensed under MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages