-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add stretch options for visualizing images (#1803)
* Implement the range stretch widget * Refactor to move vis param calculation into EELeafletTileLayer * Prevent TraitError when new min > old max Setting the new min value before the new max value can lead to a TraitError in the case where the new min is greater than the old max. To prevent that, this checks for that case and reverses the order that attrs are set in if needed. * Replace Stamen.Terrain * Increase vis widget default height * Ignore changelog_update.py in mkdocs * Change docs build to python 3.11 --------- Co-authored-by: Qiusheng Wu <[email protected]>
- Loading branch information
Showing
3 changed files
with
144 additions
and
2 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