Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 2.05 KB

README.md

File metadata and controls

63 lines (40 loc) · 2.05 KB

Leveraging Python for Spatial Data Science

Open In Colab Binder

Workshop on Leveraging Python for Spatial Data Science @ CARTO Spatial Data Science Bootcamp 2023, Washington D.C

Source: Carto

Instructor


Schedule

  1. Presentation - Leveraging Python for Spatial Data Science
  2. 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

Follow along on Google Colab or binder (recommended)

Colab

Open In Colab

Binder

Binder

Follow along on your own machine

This might take some time setting up.

  • make sure you have anaconda installed
  • 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