You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Support only for GeoTIFF and Cloud-Optimized GeoTIFF (COG) formats
11
+
- Support for reading only, no writing support
12
+
- Full type hinting.
13
+
- API similar to rasterio where possible.
14
+
- We won't support the full rasterio API, but we'll try to when it's possible to implement rasterio APIs with straightforward maintenance requirements.
15
+
- For methods where we do intentionally try to match with rasterio, the tests should match against rasterio.
16
+
- Initially, we'll try to support a core set of GeoTIFF formats. Obscure GeoTIFF files may not be supported.
0 commit comments