-
Notifications
You must be signed in to change notification settings - Fork 370
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 VectorDataset to accept list of files #1597
Merged
adamjstewart
merged 42 commits into
microsoft:main
from
adriantre:feature/refactor_vector_root_to_paths
Sep 29, 2023
Merged
Allow VectorDataset to accept list of files #1597
adamjstewart
merged 42 commits into
microsoft:main
from
adriantre:feature/refactor_vector_root_to_paths
Sep 29, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 84bf62b.
github-actions
bot
added
datasets
Geospatial or benchmark datasets
testing
Continuous integration testing
labels
Sep 29, 2023
adriantre
force-pushed
the
feature/refactor_vector_root_to_paths
branch
from
September 29, 2023 13:29
0e77339
to
bdb9422
Compare
github-actions
bot
removed
documentation
Improvements or additions to documentation
scripts
Training and evaluation scripts
labels
Sep 29, 2023
adriantre
force-pushed
the
feature/refactor_vector_root_to_paths
branch
from
September 29, 2023 13:34
bdb9422
to
be29b24
Compare
…or_root_to_paths # Conflicts: # tests/datasets/test_geo.py # torchgeo/datasets/landcoverai.py
adriantre
commented
Sep 29, 2023
adriantre
commented
Sep 29, 2023
adriantre
commented
Sep 29, 2023
adriantre
commented
Sep 29, 2023
adriantre
commented
Sep 29, 2023
adriantre
commented
Sep 29, 2023
adamjstewart
approved these changes
Sep 29, 2023
adamjstewart
changed the title
Feature/refactor vector root to paths
Allow VectorDataset to accept list of files
Sep 29, 2023
adamjstewart
added
the
backwards-incompatible
Changes that are not backwards compatible
label
Sep 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backwards-incompatible
Changes that are not backwards compatible
datasets
Geospatial or benchmark datasets
testing
Continuous integration testing
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Extend on #1442 to implement changes for VectorDataset
NB: Change base branch of this PR when #1442 is merged.
Any feedback on best practices / better approaches for git in this regard is much appreciated.