2: Vector Spatial Data with Python
Due before 9am on April 20
10 points
Create a public GitHub repository called
gisc605-lab2
in your GitHub account usinggithub/codespaces-jupyter
as a template repository: https://github.com/github/codespaces-jupyterOpen your repository in a GitHub Codespace
In the integrated terminal, use
pip
to install some dependencies for the lab exercisepip install geopandas earthpy
Create a Jupyter Notebook for and complete each of the following lessons from Earth Lab CU Boulder's Intermediate Earth Data Science textbook
Introduction to Vector Format Spatial Data:
intro_to_vector.ipynb
Intro to Coordinate Reference Systems in Python:
intro_to_crs.ipynb
Geographic vs projected coordinate reference systems:
geo_vs_proj.ipynb
Reproject Vector Data:
reproject.ipynb
Clip a spatial vector layer in Python using Shapely & GeoPandas:
clip_vector.ipynb
How to Dissolve Polygons Using Geopandas:
dissolve_polygons.ipynb
How to Join Attributes From One Shapefile to Another:
join_attributes.ipynb
Handle missing spatial attribute data:
missing_data.ipynb
After completing each sub-lesson, make sure to commit the changes to your repository
Once you are complete with all the lesson notebooks, navigate to Lab 2 assignment in Canvas
Input the url of your
gisc605-lab2
GitHub repository then click submit
Last updated