Workshop on Leveraging Python for Spatial Data Science @ CARTO Spatial Data Science Bootcamp 2023, Washington D.C
Source: Carto
- Presentation - Leveraging Python for Spatial Data Science
- Workshop
- Geographical vs Projected Coordinate Systems
- POIs in D.C
- Hotspot Analysis
- Walkshed of Metro Stations in D.C
- NDVI of Walksheds in D.C
- Practical Application of Folium
- Spatial Weights
- Exercises
This might take some time setting up.
- make sure you have anaconda installed
- we recommend the miniforge distribution
git clone https://github.com/GEOSMASH/carto-sdsc-bootcamp-2023-DC
cd carto-sdsc-bootcamp-2023-DC
conda env create -f environment.yml
conda activate sdsc23
jupyter lab