EOmaps icon indicating copy to clipboard operation
EOmaps copied to clipboard

A library to create interactive maps of geographical datasets

Results 37 EOmaps issues
Sort by recently updated
recently updated
newest added

While running a script with >90 million datapoints following error occured, even tough i installed the datashader module explicitly during the installation of eomaps: ``` `AssertionError: EOmaps: Missing dependency: 'datashader'...

installation / ext. packages

❗ This is a **work-in-progress** pull request to add basic drawing capabilities to EOmaps. - `` is the shape to draw... currently there are - `circle`, `rectangle`, `polygon` - `kwargs`...

enhancement

currently, if a dataset with "nan" in the coordinates is attempted to be plotted, the kernel is interrupted! ("nan" in the data with valid coordinates is fine) ### TODO -...

enhancement

the histogram plot ([implemented here](https://github.com/raphaelquast/EOmaps/blob/master/eomaps/eomaps.py#L1468)) using a custom colorbar should be a dedicated function that can be easily used externally by passing the correct arguments, since it can be quite...

enhancement

🦖 Add a container that allows attaching "utility" layers to a map - indicate countries when clicking on the map - indicate cities when clicking on the map

Sometimes images are not updated fast enough so that artefacts of animated artists remain after blitting... - this seems to be a general issue with blitting in `nbbagg`, `webagg` and...

external issue

- allow callbacks that are executed if you move with the mouse over the map (e.g. without clicking)

Hello. EOmaps has good functions that can be applied to my map data analysis. However, in my case, the interactive figure output is too slow to use if it is...

## 🌳 New - It is now possible to use transparency for peek-layer callbacks! `m.cb.click.attach.peek_layer(layer="some layer", alpha=.5)` - There are now explicit names for all Equi7Grid projections (`Equi7_EU`, `Equi7_AF`...) -...

When I import EOmaps, I obtain the following import error ImportError Traceback (most recent call last) Input In [9], in () ----> 1 import eomaps File ~\anaconda3\envs\specavail1\lib\site-packages\eomaps\__init__.py:1, in ----> 1...

installation / ext. packages