-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify RasterDataset documentation for is_image and dtype (#1811)
* Change DEMs from mask to image (is_image=True) * fix to revert to upstream file * fix unused type: ignore comment * Update torchgeo/datasets/geo.py Co-authored-by: Adam J. Stewart <[email protected]> * Update documentation to explain is_image and dtype. Update asterdem to override dtype. * fix linting errors * Made comment for is_image more succint. * change asterdem dtype back to float32 (same as RasterDataset) * removed integer images from documentation * change Digital Elevation Model to DEM * Clarify is_image and dtype. Revert DEMs to masks * Finish reverting DEMs to masks * address review comments * Changed Aster Global DEM and EU-DEM Dataset types to "DEM" * Reorganize some information * Use better formatting --------- Co-authored-by: Adam J. Stewart <[email protected]>
- Loading branch information
1 parent
d8574a0
commit 46f5fe4
Showing
3 changed files
with
46 additions
and
17 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