Atlas

🌎 Atlas is a set of APIs for looking up information about locations
Alternatives To Atlas
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Arkit Corelocation5,280
232 months ago8August 23, 201945mitSwift
Combines the high accuracy of AR with the scale of GPS data.
Seeker4,133
5 months ago17mitCSS
Accurately Locate Smartphones using Social Engineering
Open Location Code3,804264 days ago2April 21, 202159apache-2.0Java
Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.
Geo Heatmap1,919
7 months ago11mitPython
:world_map: Generate an interactive geo heatmap from your Google location data
Phpgeo1,4646417a day ago46June 04, 202216mitPHP
Simple Yet Powerful Geo Library for PHP
Locokit1,454
3a month ago41October 22, 201830lgpl-3.0Swift
Location, motion, and activity recording framework for iOS
Locationmanager711
132 years ago25August 06, 20201Java
Simplify getting user's location for Android
Cordova Plugin Geolocation6211,532423 months ago28November 20, 202035apache-2.0JavaScript
Apache Cordova Plugin geolocation
Mad Location Manager447
5 months ago45mitJava
Mad Location Manager is a library for GPS and Accelerometer data "fusion" with Kalman filter
Pokemongomove407
7 years ago31Python
Pokemon GO iOS GPS Emulator - NO Jailbreak needed, lets you play the game on your Mac :)
Alternatives To Atlas
Select To Compare


Alternative Project Comparisons
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 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

License

Available under the Apache 2.0 license. See [[LICENSE]].

Copyright 2015-2022 by Aaron Parecki.

Popular Location Projects
Popular Gps Projects
Popular Libraries Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Css
Location
Gps
Geocoder
Geospatial