Skip to content

Commit 14c0fd9

Browse files
committed
docs: update readme
1 parent ebc8961 commit 14c0fd9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
The Geonames Index is designed to streamline the process of downloading, transforming, and indexing data from the comprehensive Geonames database into an Opensearch instance. This solution is ideal for anyone looking to leverage geographical data for search applications, data analysis, or geographic information systems.
44

5+
> **Note**: This is a hobby project.
6+
57
## Features
68

79
- (1) Automated download of Geonames data;
@@ -50,6 +52,10 @@ To index data, make sure you have the `geonames` library installed. You can inst
5052
pip install .
5153
```
5254

55+
## Rest API
56+
57+
If you want to explore the Geonames data using a Rest API, check the [Geonames Search project](https://github.com/m3nin0-labs/geonames-search).
58+
5359
## Contributing
5460

5561
We welcome contributions! If you have suggestions for improvements or bug fixes, please feel free to fork the repository and submit a pull request.

0 commit comments

Comments
 (0)