Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Arkit Corelocation | 5,280 | 23 | 2 months ago | 8 | August 23, 2019 | 45 | mit | Swift | ||
Combines the high accuracy of AR with the scale of GPS data. | ||||||||||
Seeker | 4,133 | 5 months ago | 17 | mit | CSS | |||||
Accurately Locate Smartphones using Social Engineering | ||||||||||
Open Location Code | 3,804 | 2 | 6 | 4 days ago | 2 | April 21, 2021 | 59 | apache-2.0 | Java | |
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 Heatmap | 1,919 | 7 months ago | 11 | mit | Python | |||||
:world_map: Generate an interactive geo heatmap from your Google location data | ||||||||||
Phpgeo | 1,464 | 64 | 17 | a day ago | 46 | June 04, 2022 | 16 | mit | PHP | |
Simple Yet Powerful Geo Library for PHP | ||||||||||
Locokit | 1,454 | 3 | a month ago | 41 | October 22, 2018 | 30 | lgpl-3.0 | Swift | ||
Location, motion, and activity recording framework for iOS | ||||||||||
Locationmanager | 711 | 13 | 2 years ago | 25 | August 06, 2020 | 1 | Java | |||
Simplify getting user's location for Android | ||||||||||
Cordova Plugin Geolocation | 621 | 1,532 | 42 | 3 months ago | 28 | November 20, 2020 | 35 | apache-2.0 | JavaScript | |
Apache Cordova Plugin geolocation | ||||||||||
Mad Location Manager | 447 | 5 months ago | 45 | mit | Java | |||||
Mad Location Manager is a library for GPS and Accelerometer data "fusion" with Kalman filter | ||||||||||
Pokemongomove | 407 | 7 years ago | 31 | Python | ||||||
Pokemon GO iOS GPS Emulator - NO Jailbreak needed, lets you play the game on your Mac :) |
Atlas is a set of APIs to look up information about locations.
Retrieving the timezone at a lat/lng
/api/timezone?latitude=45.5118&longitude=-122.6433
/api/timezone?airport=PDX
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 timestampRetrieving 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.
/map/img?marker[]=lat:45.5165;lng:-122.6764;icon:small-blue-cutout&basemap=gray&width=600&height=240&zoom=14
Available under the Apache 2.0 license. See [[LICENSE]].
Copyright 2015-2022 by Aaron Parecki.