Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georust/geocoding
Geocoding library for Rust.
https://github.com/georust/geocoding
geocoding geospatial rust
Last synced: 6 days ago
JSON representation
Geocoding library for Rust.
- Host: GitHub
- URL: https://github.com/georust/geocoding
- Owner: georust
- License: apache-2.0
- Created: 2015-01-20T21:01:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T15:05:14.000Z (9 months ago)
- Last Synced: 2024-10-29T19:02:22.858Z (3 months ago)
- Topics: geocoding, geospatial, rust
- Language: Rust
- Homepage: https://crates.io/crates/geocoding
- Size: 169 KB
- Stars: 76
- Watchers: 23
- Forks: 19
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - georust/geocoding - Geocoding library for Rust. (rust)
README
# geocoding
Rust utilities to enrich addresses, cities, countries, and landmarks
with geographic coordinates through third-party geocoding web services.
Project is in a very early stage.[API Documentation](https://docs.rs/geocoding)
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.