ruithnadsteud / yt_georaster

A package for handling geotiff files and georeferenced datasets within yt.
1 stars 2 forks source link

yt_georaster

CircleCI Coverage Status Documentation Status yt-project

yt_georaster is a yt extension for analyzing geotagged image files that are loadable with rasterio. The yt_georaster extension combines yt and rasterio, allowing users to query data contained within geometric shapes, like circles, rectangles, and arbitrary polygons saved as Shapefiles. Multiple images with different resolutions and coordinate reference systems can be loaded together. All queried data is transformed to the same resolution and coordinate reference system and returned as NumPy arrays of the same shape. Data from multiple images can also be re-saved to a single, multiband GeoTIFF file.

Additional Resources