-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from ecmwf/main
Merge main into develop
- Loading branch information
Showing
4 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
File renamed without changes.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,6 @@ Release notes | |
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
version_0.3_updates | ||
version_0.2_updates | ||
version_0.1_updates |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Version 0.3 Updates | ||
///////////////////////// | ||
|
||
Version 0.3.0 | ||
=============== | ||
|
||
New features | ||
++++++++++++++++ | ||
|
||
- added :py:meth:`geo.cartography.country_polygons` to get the combined geometry of one or more countries by name from Natural Earth’s shapefiles. See the notebook example: :ref:`/examples/country_polygons.ipynb` | ||
- added :py:meth:`geo.cartography.multipolygon_to_coordinates` to convert a shapely MultiPolygon object to a list of coordinates. |