Skip to content

maurosc3ner/geospatial_python_exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Geospatial in Python

Nowadays, geospatial data is becoming the queen of data scientists. For remote sensing, earth conservation, or Health as in my research (effect of long-term pollutants), geospatial and particularly raster datasets are generated every day, minutes, and seconds by several satellites.

With projects, theses, new packages (rasterio, shapely or geopandas), or companies on its shoulders. GDAL has stood as the main geospatial library out there for years or even decades. Initially implemented in C/C++, GDAL is guilty of numerous successes in the geospatial community. Therefore, several of my examples will try to combine GDAL and other libraries.

Greater Cincinnati

As with any other low-level library, it is far from being easy with a stepped learning curve, especially in vector data. However, I will start adding some basic examples in geospatial tasks from the bottom-up perspective. Those examples will be driven by my curiosity and the necessity to create well-documented examples in Python 3. I plan to add examples to my playground repo incrementally.

Learning goals:

Learn common geographical tasks (transform, clipping, vector manipulation, zona statistics) in Python and its ecosystem.

Improve my python skills due to the fact that I have been habituated to R for GIS tasks.

Exercises

  1. NDVI, transformation and clipping.

References

  1. For the proper installation of gdal env you can check this tutorial
  2. API and documentation is at https://gdal.org/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published