3: Raster Spatial Data with Python
Due before 9am on April 27
10 points
Create a GitHub repository called
gisc606-lab3in your GitHub account usinggithub/codespaces-jupyteras 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.ipynbPlot Histograms of Raster Values in Python:
plot_histograms.ipynbSpatial Raster Metadata: CRS, Resolution, and Extent in Python:
metadata.ipynbTest Your Skills: Open Raster Data Using RioXarray In Open Source Python:
test_skills.ipynbSubtract One Raster from Another and Export a New GeoTIFF:
substract_raster.ipynbClassify and Plot Raster Data in Python:
classify_and_plot.ipynbCrop 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-lab3GitHub repository then click submit
Last updated