Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronpk/Atlas
🌎 Atlas is a set of APIs for looking up information about locations
https://github.com/aaronpk/Atlas
geo geocoding geospatial gps indieweb location p3k
Last synced: 8 days ago
JSON representation
🌎 Atlas is a set of APIs for looking up information about locations
- Host: GitHub
- URL: https://github.com/aaronpk/Atlas
- Owner: aaronpk
- License: apache-2.0
- Created: 2015-08-18T01:20:17.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T16:22:08.000Z (5 months ago)
- Last Synced: 2024-08-02T14:06:03.599Z (3 months ago)
- Topics: geo, geocoding, geospatial, gps, indieweb, location, p3k
- Language: CSS
- Homepage:
- Size: 1.28 MB
- Stars: 25
- Watchers: 4
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Atlas
Atlas is a set of APIs to look up information about locations.
## Timezone
Retrieving the timezone at a lat/lng
* `/api/timezone?latitude=45.5118&longitude=-122.6433`
* `/api/timezone?airport=PDX`## Geocoder
Retrieving the lat/lng for a named location
* `/api/geocode?input=309+SW+6th+Ave,+Portland,+OR`
Retrieving a named location from a lat/lng
* `/api/geocode?latitude=45.5118&longitude=-122.6433`
* `/api/geocode?latitude=45.5118&longitude=-122.6433&date=2016-07-012T09:00:00Z` and return the local time of the given timestamp## Weather
Retrieving the current weather for a lat/lng
* `/api/weather?latitude=45.5118&longitude=-122.6433&apikey=XXX`
You'll need to pass an OpenWeatherMap.org API key in the request. Icon names reference the [weather-icons](https://erikflowers.github.io/weather-icons/) icon font.
## Static Maps
* `/map/img?marker[]=lat:45.5165;lng:-122.6764;icon:small-blue-cutout&basemap=gray&width=600&height=240&zoom=14`
[Full Static Maps Docs](https://atlas.p3k.io/static-maps)
## License
Available under the Apache 2.0 license. See [[LICENSE]].
Copyright 2015-2022 by Aaron Parecki.