Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 590 Bytes

File metadata and controls

17 lines (15 loc) · 590 Bytes

Environmental-Map-Segmentation

A repository containing environmental imagery segmentation using google earth engine, sentinelhub and bing-maps. It uses markov networks for the segmentation purposes.

Usage

pip install -r requirements.txt

Directions

  1. clone the repository
  2. Run the above command to install the requirements of this project.
  3. Run the below code.
  4. python3 scripts/earth_engine.py
  5. Take the *.tiff file from the datasets folder and add it your google drive account.
  6. Run the image_analysis notebook in google colab.