Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 832 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 832 Bytes

DroneMapp

Color Relief + Slope and Shaded Relief

View Jupyter Notebook on Jupyter Notebook Viewer or on GitHub

Libraries

  • GDAL
  • Numpy

Installation

In my development environment I have been using Conda package manager. It is included in Anaconda Python distribution.

GDAL

To install GDAL in the environment:

$ conda install GDAL

How To Run

$ python main.py <input_dem> <color_relief_txt> <slope_color_txt> <output_dem>