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

Code re-structuring for big Maps class

``` ...\lib\site-packages\pyproj\geod.py:827: UserWarning: Back azimuth is being returned by default to be compatible with inv()This is a breaking change for pyproj 3.5+.To avoid this warning, set return_back_azimuth=True.Otherwise, to restore old...

Deprecations

At the moment WebMap services that provide tiles at non-standard dpi are not fetched correctly... The issue originates most probably from somewhere in here (maybe some kind of a tilePixelRatio...

bug
enhancement
help wanted

- [ ] unify syntax for - `m.new_layer_from_file.GeoTIFF` - `m.new_layer_from_file.NetCDF` - `m.new_layer_from_file.CSV` - ... and similarly for `Maps.from_file....` - [ ] [maybe] detect file-type by file-ending and avoid explicit functions...

enhancement
help wanted

Add support to draw geometries obtained from WebFeatureServices - use [cartopy.feature.WFSFeature](https://scitools.org.uk/cartopy/docs/latest/reference/generated/cartopy.feature.WFSFeature.html) I don't have any experience with WFS yet but it would be nice to have... - [ ] collect...

enhancement
help wanted
good first issue
new feature

At the moment the [companion-widget ](https://eomaps.readthedocs.io/en/latest/api.html#companion-widget) is untested! - test functionalities - [ ] add/remove drawn shapes and annotations - [ ] add/remove artists and features - [ ] add/remove...

enhancement
help wanted
good first issue

- [ ] improve startup time by loading modules only when they are required (this is already done but it can be improved) - [ ] split package into `eomaps_base`...

enhancement
help wanted

- [ ] add more shapes for drawing - [ ] add support to draw a shape with text inside - [ ] make polygons editable - pick polygons to...

enhancement
help wanted

A new minor release that brings a lot of improvements under the hood (code-refactoring, unittests, ...) ## 🌳 New - You can now use `m.add_colorbar(layer=..)` to override the layer at...

Add new option to `m.set_frame()` to use arbitrary geometries as map-boundaries. ```python m.set_frame(gdf=< geopandas.GeoDataFrame to use as map boundary>) ``` ### TODO - [x] check progress of https://github.com/SciTools/cartopy/pull/2362 - [...