EOmaps v7.2
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
raster
shape 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
maxsize
will 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 5 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
🌦️ Changes
raster
is now used as default plot shape also for very large datasets