Published October 3, 2023
| Version v7.2
Software
Open
raphaelquast/EOmaps: EOmaps v7.2
Description
A mew minor release that brings a lot of improvements for raster-data visualization!
🌳 New Major improvements for raster-data visualization!The raster-shape (e.g. m.set_shape.raster) now has data-aggregation capabilities!
This means that the
rastershape can now be used also for arbitrarily sized datasets (as long as they fit in memory) (so far tested with datasets up to 2 billion datapoints)
In short, this means:
- Datasets larger than
maxsizewill be aggregated prior to plotting to avoid slow load-times for extremely large datasets - Aggregation can be turned off using
maxsize=None(e.g. to get the behavior prior to v7.2) - By default, only datasets larger than 10 million datapoints will be aggregated prior to plotting
For more details, check the docs for the raster-shape!
🔨 Fixes- ❗ avoid activating matplotlibs interactive mode by default
- fix identification of data-limits and colormap for GeoTiffs
rasteris now used as default plot shape also for very large datasets
Files
raphaelquast/EOmaps-v7.2.zip
Files
(36.8 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:9cfc212d37c6839800d16e7ab967804f
|
36.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/raphaelquast/EOmaps/tree/v7.2 (URL)