-
Notifications
You must be signed in to change notification settings - Fork 27
EOmaps v7.1 #178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
EOmaps v7.1 #178
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #178 +/- ##
==========================================
+ Coverage 74.78% 75.25% +0.47%
==========================================
Files 24 24
Lines 10406 10791 +385
==========================================
+ Hits 7782 8121 +339
- Misses 2624 2670 +46
☔ View full report in Codecov by Sentry. |
keep references to existing windows and close if necessary
- add info for all webmap-layers (except restAPI services) - add info for NE features
Add capability for contour-plots
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A new minor release that introduces contour plots and brings some nice updates for the companion widget!
🌳 New
Contour plots!
There is a new plot-shape:
m.set_shape.contour()colorbar.indicate_contours()to indicate the contour-levels on an existing colorbarCheckout the new Contour Plot Example in the docs for more details!
Companion widget updates
Map Feature Infos
The Editor tab of the companion widget now offers a new button for each artist
that opens a popup with additional information on the feature (if available)
Checkout the corresponding section in the docs for more details: Additional information on Features and WebMaps
The following arguments of
m.new_layer()are depreciated and will be removed in upcoming releases:copy_data_specsinherit_datacopy_classify_specsinherit_classificationcopy_shapeinherit_shapeTo create a new layer (or map) that uses the same data and classification as the Maps-object
m, you can now use:The WebMap service name
DLR_basemapsis depreciatedDLR(usem.add_wms.DLR.basemap...to access basemap features)🔨 Fixes
python < 3.9python 3.8as wellmambarequirementnumpy < 1.24m.add_gdf(dataframe, set_extent=True)