Python packages¶
All versions of CartoLab-Docker contain a worker_env with a number of base packages for mapping in Python.
- Geoviews
- Holoviews
- Bokeh
- PySal ESDA
- hdbscan
- hvPlot
- Geopandas
- Pandas
- Numpy
- Matplotlib
- Contextily
- Colorcet
- Cartopy
- flopy
- Shapely
- Pyproj
- psycopg2
- pyepsg
- Mapclassify
- Seaborn
- Xarray
- lbsnstructure
- Descartes
- geoalchemy2
- Datashader
- matplotlib-venn
- python-hll
- rasterio
- geopy
See the environment_default.yml file for the full list of packages available in the worker_env.
name: worker_env
channels:
- conda-forge
- nodefaults
dependencies:
- python>=3.10,<3.13
- pip
- adjusttext
- bokeh
- contextily
- colorcet
- esda
- geoviews-core
- holoviews
- ipywidgets
- ipyleaflet
- datashader
- dask
- descartes
- geoalchemy2
- geopandas>=1.0.0
- geopy
- hvplot
- flopy
- ipython-sql
- numpy
- mapclassify
- matplotlib-venn
- matplotlib-scalebar
- memory_profiler
- mmh3
- pyarrow
- pyepsg
- psycopg2
- python-dotenv
- rasterio
- rioxarray
- seaborn
- shapely
- xarray