Skip to content

Notebooks to learn basics of geospatial raster data processing in Python

License

Notifications You must be signed in to change notification settings

HamedAlemo/raster-data-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geospatial Raster Data Processing in Python

This repository contains an introduction to geospatial raster data processing in Python. This is part of the course on Advanced Geospatial Analytics with Python taught since Fall 2023 at Clark University.

Requirements

You need to have Docker installed on your machine.

Instructions

It's recommended to pull the Docker image from Dockerhub. Otherwise, if you prefer, you can build your own image using the instructions in the following section.

docker pull hamedalemo/raster-tutorial:1.1
docker run -it -p 8888:8888 -p 8787:8787 hamedalemo/raster-tutorial:1.1
  • Copy the Jupyter Lab url and paste it in your browser.
  • Open raster_analysis.ipynb and raster_processing.ipynb, and follow the instructions.

Build the Docker image:

docker build -t raster-tutorial .

Run the container as following after switching to the repository's directory locally:

docker run -it -p 8888:8888 raster-tutorial
  • Copy the Jupyter Lab url and paste it in your browser.
  • Open raster_analysis.ipynb and raster_processing.ipynb, and follow the instructions.

About

Notebooks to learn basics of geospatial raster data processing in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published