Skip to content

Building a model to detect crop loss from satellite imagery.

License

Notifications You must be signed in to change notification settings

radiantearth/crop-loss-EPAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crop loss estimation using multispectral satellite imagery

Installation

Create a conda environment (or virtual environment) using environment.yml.

Activate the environment:

$ source activate [NameOfEnv]

Enable Jupyter notebook wihtin the environment:

$ conda install ipykernel --name [NameOfEnv]
$ python -m ipykernel install

Install npm.

Then, enable widgets and leaflet in in Jupyter notebooks:

$ jupyter nbextension install --py --symlink --sys-prefix widgetsnbextension
$ jupyter nbextension enable --py --sys-prefix widgetsnbextension
$ jupyter nbextension install --py --symlink --sys-prefix ipyleaflet
$ jupyter nbextension enable --py --sys-prefix ipyleaflet

About

Building a model to detect crop loss from satellite imagery.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published