SatelliteShorelines / CoastSeg

An interactive toolbox for downloading satellite imagery, applying image segmentation models, mapping shoreline positions and more. The mapping extension for CoastSat and Zoo.
https://satelliteshorelines.github.io/CoastSeg/
GNU General Public License v3.0
47 stars 10 forks source link

Merged conda env for coastsat, rio-tiler, localtileserver #5

Closed dbuscombe-usgs closed 2 years ago

dbuscombe-usgs commented 2 years ago

A first cut is this

## conda env create --file env/environment.yml
name: coastseg
channels:
- defaults
- conda-forge
dependencies:
- python=3.7
- earthengine-api
- google-api-python-client
- gdal
- rasterio
- pandas
- geopandas
- numpy
- matplotlib
- pillow
- pytz
- scikit-image
- scikit-learn
- shapely
- scipy
- astropy
- jupyter
- ipython
- pip
- pip:
   - localtileserver
   - rio-tiler

this is a bloated environment that is slow/ hard to install

dbuscombe-usgs commented 2 years ago

rio-tiler has issues with gdal paths

Looking at leafmap

https://leafmap.org/