-
Notifications
You must be signed in to change notification settings - Fork 391
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add check if path is vsi * Add url to reference for apache vsi syntax * Add missing check to if * Copy rasterio SCHEMES definition into torchgeo * Check all schemes, not only last * Simplify method path_is_vsi * Add tests * Remove print * Update test names * Add missing comma in list * Update torchgeo/datasets/utils.py Co-authored-by: Adam J. Stewart <[email protected]> * Update torchgeo/datasets/utils.py Co-authored-by: Adam J. Stewart <[email protected]> * Use pytest tmp_path for test * Warn if some of input paths are invalid * Update docstring for mocked class * Handle tests failing due to UserWarning * Remove unnecessary filterwarning * Test CustomGeoDataset instead of MockRasterDataset * Merge two similar tests * str instead of as_posix Wait with pathlib syntax Co-authored-by: Adam J. Stewart <[email protected]> --------- Co-authored-by: Adrian Tofting <[email protected]> Co-authored-by: Adam J. Stewart <[email protected]>
- Loading branch information
Showing
3 changed files
with
59 additions
and
3 deletions.
There are no files selected for viewing
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 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 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