2: Vector Spatial Data with Python
Due before 9am on April 20
10 points
Create a public GitHub repository called
gisc605-lab2in your GitHub account usinggithub/codespaces-jupyteras a template repository: https://github.com/github/codespaces-jupyterOpen your repository in a GitHub Codespace
In the integrated terminal, use
pipto install some dependencies for the lab exercisepip install geopandas earthpyCreate 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.ipynbIntro to Coordinate Reference Systems in Python:
intro_to_crs.ipynbGeographic vs projected coordinate reference systems:
geo_vs_proj.ipynbReproject Vector Data:
reproject.ipynbClip a spatial vector layer in Python using Shapely & GeoPandas:
clip_vector.ipynbHow to Dissolve Polygons Using Geopandas:
dissolve_polygons.ipynbHow to Join Attributes From One Shapefile to Another:
join_attributes.ipynbHandle 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-lab2GitHub repository then click submit
Last updated