Skip to content

Commit

Permalink
Merge pull request #686 from dcs4cop/TejasMorbagal-489-allow-GeoTiff-…
Browse files Browse the repository at this point in the history
…datastore

allow geo tiff datastore
  • Loading branch information
TejasMorbagal authored May 23, 2022
2 parents 16b62da + 4b7f6eb commit a4c2c17
Show file tree
Hide file tree
Showing 14 changed files with 2,694 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changes in 0.11.3 (in development)

### Enhancements

* Filesystem-based data stores like "file" and "s3" support reading
GeoTIFF and Cloud Optimized GeoTIFF (COG). (#489)

## Changes in 0.11.2

### Enhancements
Expand Down
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ dependencies:
- pytest >=4.4
- pytest-cov >=2.6
- requests-mock >=1.8.0
- rasterio >=1.2.10
- rioxarray >=0.11.1
Loading

0 comments on commit a4c2c17

Please sign in to comment.