Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Sep 19, 2023
1 parent 4e68e04 commit 37fc259
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ in the database:
"lysing": "Miðborg"}
```

#### Get postcodes for a placename
#### Get postcodes for a placename ("örnefni")

```python
>>> from iceaddr import postcodes_for_placename
Expand All @@ -190,7 +190,7 @@ in the database:
[200, 201, 202, 203]
```

#### Get postcodes for a region
#### Get postcodes for a region ("svæði")

```python
>>> from iceaddr import postcodes_for_region
Expand Down Expand Up @@ -229,7 +229,7 @@ given to municipalities and densely populated areas.
'nafn': 'Egilsstaðir'}]
```

### Find closest placenames
### Find closest placenames ("örnefni")

Given a set of WGS84 coordinates, the `nearest_placenames()` function returns a list of the nearest
placenames in the database:
Expand Down Expand Up @@ -268,7 +268,7 @@ python install .
## Version History

<!--* 0.5.7: Updated address and placename data. Now requires Python 3.8+ (18/09/2024)-->
* 0.5.6: Updated address and placename data. (11/08/2023)
* 0.5.6: Updated address and placename data (11/08/2023)
* 0.5.5: Updated address and placename data. Removed ISN93 coords. Now requires Python 3.7+ (11/12/2022)
* 0.5.4: Updated address and placename data (09/11/2022)
* 0.5.3: Updated address, postcode and placename data, various minor fixes (19/05/2022)
Expand Down

0 comments on commit 37fc259

Please sign in to comment.