Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
/ MRDEM Public
forked from hmcgrath/MRDEM

code to extract settled areas and forests from Copernicus GLO30 for Canada

Notifications You must be signed in to change notification settings

maphew/MRDEM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

MRDEM

code to extract settled areas and forests from Copernicus GLO30 for Canada

Description

This code is a mix of python and R scripts which uses several online datasets to remove settled features and forests to create a bare-earth terrain model from the Copernicus GLO30 surface model. The auxilliary datasets include:

Steps:

  1. Extract data from COP GLO 30
  2. Extract settlement data
  3. Process settlement data to remove expected buildings present in DSM.
  4. Fill the removed settled areas
  5. Extract Canadian forests data and process
  6. Extract Global Forest Canopy data and process
  7. Merge the forests datasets
  8. Subtract the forest from the GLO30 with settlements removed.

Requirements

In R, the whitebox tools libary is used, in Python, GDAL and rasterio are used extensively.

Contact

if you have questions or issues, please submit an issue in the repository.

About

code to extract settled areas and forests from Copernicus GLO30 for Canada

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 54.7%
  • Python 45.3%