Skip to content

Commit

Permalink
Merge pull request #17 from ecmwf/main
Browse files Browse the repository at this point in the history
Merge main into develop
  • Loading branch information
sandorkertesz authored Nov 21, 2024
2 parents e29e72d + f69c57a commit 5738f1b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Here is a list of example notebooks to illustrate how to use earthkit-geo.
:maxdepth: 1

rotate.ipynb
country-polygons.ipynb
country_polygons.ipynb
1 change: 1 addition & 0 deletions docs/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ Release notes
.. toctree::
:maxdepth: 1

version_0.3_updates
version_0.2_updates
version_0.1_updates
11 changes: 11 additions & 0 deletions docs/release_notes/version_0.3_updates.rst
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.

0 comments on commit 5738f1b

Please sign in to comment.