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

Conversation

TejasMorbagal
Copy link
Contributor

@TejasMorbagal TejasMorbagal commented May 17, 2022

Solves #489

Checklist:

  • Add unit tests and/or doctests in docstrings
  • Add docstrings and API docs for any new/modified user-facing classes and functions
  • New/modified features documented in docs/source/*
  • Changes documented in CHANGES.md
  • AppVeyor CI passes
  • Test coverage remains or increases (target 100%)

Copy link
Member

@forman forman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please consider by comments and change requests.

test/core/store/fs/impl/test_cog.py Outdated Show resolved Hide resolved
test/core/store/fs/impl/test_cog.py Outdated Show resolved Hide resolved
test/core/store/fs/impl/test_cog.py Outdated Show resolved Hide resolved
test/core/store/fs/impl/test_cog.py Outdated Show resolved Hide resolved
test/core/store/fs/impl/test_cog.py Outdated Show resolved Hide resolved
xcube/core/store/fs/impl/cog.py Outdated Show resolved Hide resolved
xcube/core/store/fs/impl/dataset.py Outdated Show resolved Hide resolved
xcube/core/store/fs/impl/dataset.py Outdated Show resolved Hide resolved
xcube/core/store/fs/registry.py Outdated Show resolved Hide resolved
examples/serve/demo/README.md Outdated Show resolved Hide resolved
@TejasMorbagal TejasMorbagal marked this pull request as ready for review May 18, 2022 13:03
…aset or a dataset for a given overview level

- a GeoTIFF with no overviews and open it as multi-level dataset or as normal dataset
Copy link
Member

@forman forman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. See my suggestions
  2. Leave entry in CHANGES.md
  3. Rename cog.py into geotiff.py and test_cog.py into test_geotiff.py
  4. You are not yet using the reported open parameters tile_size and overview_level. Please do so.

environment.yml Outdated Show resolved Hide resolved
xcube/core/store/fs/impl/cog.py Outdated Show resolved Hide resolved
xcube/core/store/fs/impl/cog.py Outdated Show resolved Hide resolved
xcube/core/store/fs/impl/cog.py Outdated Show resolved Hide resolved
xcube/core/store/fs/impl/dataset.py Outdated Show resolved Hide resolved
xcube/core/store/fs/impl/dataset.py Outdated Show resolved Hide resolved
xcube/core/store/fs/impl/dataset.py Show resolved Hide resolved
xcube/core/store/fs/impl/cog.py Outdated Show resolved Hide resolved
xcube/core/store/fs/impl/cog.py Outdated Show resolved Hide resolved
@forman forman self-requested a review May 23, 2022 11:58
Copy link
Member

@forman forman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @TejasMorbagal!

@TejasMorbagal TejasMorbagal merged commit a4c2c17 into master May 23, 2022
@TejasMorbagal TejasMorbagal deleted the TejasMorbagal-489-allow-GeoTiff-datastore branch June 28, 2022 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants