Skip to content

Commit

Permalink
v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
exxamalte committed Jan 5, 2020
1 parent 264474a commit 6f2883e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changes

## 0.4 (06/01/2020)
* Support multiple geometries per feed entry.
* Filter out duplicate geometries.
* Support GDACS bounding box.
* Improved distance calculation for polygons.
* Added conversion util for implementing libraries.
* Improved code quality.

## 0.3 (11/12/2019)
* Fix GDACS XML namespace.
* Fixes GDACS XML namespace.

## 0.2 (11/12/2019)
* Fixes bug that prevented external source from being read correctly.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ to [GeoRSS](http://www.georss.org/) Feeds.

| Library | Source | Topic |
|----------|---------|--------|

| [aio_georss_gdacs](https://github.com/exxamalte/python-aio-georss-gdacs) | Global Disaster Alert and Coordination System (GDACS) | Natural Disasters |

## Usage
Each implementation extracts relevant information from the GeoJSON feed. Not
Expand Down
2 changes: 1 addition & 1 deletion aio_georss_client/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Define a version constant."""
__version__ = "0.4b6"
__version__ = "0.4"

0 comments on commit 6f2883e

Please sign in to comment.