English | 中文
Batch geocoding tool powered by Amap API — forward/reverse geocoding and POI company search.
https://hydro-geocode.tianlizeng.cloud
| Feature | Description |
|---|---|
| Forward geocoding | Address text → WGS-84 / GCJ-02 coordinates |
| Reverse geocoding | Coordinates → formatted address |
| POI search | Find company locations by name and city |
| Coordinate conversion | WGS-84 ↔ GCJ-02 ↔ BD-09 system conversion |
| Batch via Excel/CSV | Upload spreadsheet, download enriched results |
git clone https://github.com/zengtianli/hydro-geocode.git
cd hydro-geocode
pip install -r requirements.txtstreamlit run app.pygit clone https://github.com/zengtianli/hydro-geocode.git
cd hydro-geocode
pip install -r requirements.txt
streamlit run app.pyOr use the hosted version: https://hydro-geocode.tianlizeng.cloud
- Python 3.9+
- Streamlit 1.36+
MIT
