There is a newer version of the record available.

Published June 7, 2022 | Version v4.2.1
Software Open

raphaelquast/EOmaps: EOmaps v4.2.1

Authors/Creators

  • 1. TU Wien Department of Geodesy and Geoinformation

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 Maps in a fresh terminal from ~5sec to ~1sec
  • 🍃 m.add_marker(...) now supports the "layer" kwarg
  • 🍃 m.show() now automatically calls plt.show() to actually draw the figure if matplotlib is in non-interactive mode
🔨 fixes
  • legends for WebMap services are now updated based on the visible layer
  • m.add_marker now only draws newly added markers (instead of updating all dynamic artists)
  • avoid using pkg_resources to identify package-version (use explicit _version.py instead)

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