0.0.4
basemaps 0.0.4
Updated help, bug fixes.
Bugs:
- dropped defunct/not maintained tile servers (OSM) from map services list
- fixing a bug (
"dimensions of e1 and e2 do not match"
) when trying to build a map frommap_service="mapbox"
andmap_type="terrain"
with newer versions ofstars
- added a handling to fix a plotting bug for cases in which maps returned by tile servers (for whatever reasons) consist of only a single value (e.g. 0) for the given query extent (#9)
- fixed a bug placing cached maps in the wrong directory when
map_dir
is defined by the user (#11) - cached maps stored in other directories than the currently set
map_dir
are now disregarded to avoid path errors when switching map directories during a session (#11)
Features:
- added
flush_cache
, a function that flushes the cache and thereby removes all previously queried and/or composited products from the map directories (temporary or user-defined using the argumentmap_dir
) used during the current session.