Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow geo tiff datastore #686

Merged
merged 22 commits into from
May 23, 2022
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
3be9a56
Added some code as starting point
forman May 9, 2022
3c125fc
Added example file
forman May 9, 2022
d7aa5b8
Implemented a class for geotiff to be wrapped in a mldataset
TejasMorbagal May 11, 2022
c1eeafc
constructing url for tiff file manually and testing it
TejasMorbagal May 11, 2022
cfe4959
Added more asserts
forman May 11, 2022
939def3
Added geotiff extensions and a dedicated example JNB
forman May 12, 2022
8854b53
Implemented openers for GeoTiff DataFormat and added the tiff format …
TejasMorbagal May 12, 2022
fc6d63b
Implemented Unit Test cases for the Geotiff classes and added an exam…
TejasMorbagal May 13, 2022
2c082d9
commented out s3 test on cog to avoid ci failure
TejasMorbagal May 13, 2022
7e33b49
register classes for geotiff
TejasMorbagal May 16, 2022
3ebd905
corrected the file ext to tiff
TejasMorbagal May 16, 2022
cca26a7
added doc strings for the classes and final changes for JNB
TejasMorbagal May 17, 2022
6949cd9
amended the test_io assert to include the tiff datasets
TejasMorbagal May 17, 2022
f5f2e40
Added missing docstrings, replaced cog-example.tif with sample.tif,
TejasMorbagal May 18, 2022
16e985f
modified the test cases to use assertIsInstance
TejasMorbagal May 18, 2022
9e29c93
- a COG format with multiple overviews and open it as multi-level dat…
TejasMorbagal May 18, 2022
23a9ba8
added sample.tif and allow opening of a mldataset as a GeoTIFF datase…
TejasMorbagal May 19, 2022
7499c6f
updated cog ipynb
TejasMorbagal May 19, 2022
6e5163e
Refactoring
TejasMorbagal May 19, 2022
aff5178
Refactoring and modifying test cases
TejasMorbagal May 23, 2022
dc50715
changed the file name
TejasMorbagal May 23, 2022
4b7f6eb
Merge branch 'master' into TejasMorbagal-489-allow-GeoTiff-datastore
TejasMorbagal May 23, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
- rioxarray
TejasMorbagal marked this conversation as resolved.
Show resolved Hide resolved
Loading