3: Raster Spatial Data with Python
Due before 9am on April 27
10 points
Create a GitHub repository called
gisc606-lab3
in your GitHub account usinggithub/codespaces-jupyter
as a template repositoryOpen your repository in a GitHub Codespace
Create a Jupyter Notebook for and complete each of the following lessons from Earth Lab CU Boulder's Intermediate Earth Data Science textbook
Open, Plot and Explore Raster Data with Python and Xarray:
intro_to_raster.ipynb
Plot Histograms of Raster Values in Python:
plot_histograms.ipynb
Spatial Raster Metadata: CRS, Resolution, and Extent in Python:
metadata.ipynb
Test Your Skills: Open Raster Data Using RioXarray In Open Source Python:
test_skills.ipynb
Subtract One Raster from Another and Export a New GeoTIFF:
substract_raster.ipynb
Classify and Plot Raster Data in Python:
classify_and_plot.ipynb
Crop Spatial Raster Data With a Shapefile in Python:
crop_raster.ipynb
Commit the changes to your repository
Once you are complete with all the lesson notebooks, navigate to Lab 3 assignment in Canvas
Input the url of your
gisc606-lab3
GitHub repository then click submit
Last updated