Published June 7, 2022
| Version v4.2.1
Software
Open
raphaelquast/EOmaps: EOmaps v4.2.1
Description
A bugfix release that greatly reduces import time!
🌦️ changes- 🕐 greatly reduced "plain" import-time
- "heavy" modules such as 'datashader', 'xarray' etc. are now lazily imported only when needed
- this reduces runtime of
from eomaps import Mapsin a fresh terminal from ~5sec to ~1sec
- 🍃
m.add_marker(...)now supports the "layer" kwarg - 🍃
m.show()now automatically callsplt.show()to actually draw the figure if matplotlib is in non-interactive mode
- legends for WebMap services are now updated based on the visible layer
m.add_markernow only draws newly added markers (instead of updating all dynamic artists)- avoid using
pkg_resourcesto identify package-version (use explicit_version.pyinstead)
Files
raphaelquast/EOmaps-v4.2.1.zip
Files
(28.3 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:ec46c350ed9c9cd38ec526ed4e4b2267
|
28.3 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/raphaelquast/EOmaps/tree/v4.2.1 (URL)