weiji14 / zen3geo

The 🌏 data science library you've been waiting for~
http://zen3geo.rtfd.io/en/latest/walkthrough.html
GNU Lesser General Public License v3.0
77 stars 3 forks source link

:sparkles: Introducing RioXarrayReaderIterDataPipe for reading GeoTIFFs #6

Closed weiji14 closed 2 years ago

weiji14 commented 2 years ago

An iterable-style DataPipe for GeoTIFF data! Composition over inheritance~

I/O handled using rioxarray. IterDataPipe code based on https://github.com/pytorch/data/blob/v0.3.0/torchdata/datapipes/iter/load/online.py#L29-L59.

TODO:

References: