Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.11 KB

Basic Python for Geospatial Workshop

Overview

Welcome to the Basic Python for Geospatial Workshop! This hands-on session is designed to introduce you to the fundamental concepts of Python programming, focusing on geospatial applications.

Workshop Contents

  1. Introduction to Python

    • Basics of Python syntax and data structures
    • Overview of key geospatial libraries
  2. Using Pandas for Data Wrangling

    • Reading and manipulating tabular data
    • Basic operations using Pandas
  3. Using GeoPandas for Vector Data

    • Analyzing vector data with GeoPandas
  4. Using Rasterio and GeoCube for Raster Data

    • Processing raster data with Rasterio
  • Basic interpolation using GeoCube

Getting Started

  • Open this Binder

Additional Resources

Happy coding! 🚀