Skip to content

liux13/car-model

 
 

Repository files navigation

car-model

Setup From Source

To create a new anaconda environment with all our dependancies...

On Windows, try

conda create -y -n car-model python pip affine rasterio docopt jupyter scipy geos numpy mingw pillow scikit-image scikit-learn 
call activate car-model
conda install shapely cartopy gdal -c IOOS
pip install progressbar

For Linux, the same may also work, if you replace 'call' by 'source'

source activate car-model

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Batchfile 0.9%