All Projects → WIZARDISHUNGRY → osx-location

WIZARDISHUNGRY / osx-location

Licence: other
🌎 Utility for polling OS X Location Services for current geographic coordinates. Works on Lion or better.

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to osx-location

aws-appsync-iot-core-realtime-dashboard
This sample application demonstrates a React based web dashboard receiving real-time updates from IoT sensors. The solution is built with AWS AppSync, AWS Amplify, Amazon Location Service, and AWS IoT Core technologies.
Stars: ✭ 75 (+141.94%)
Mutual labels:  geolocation, location-services
React Native Android Location Services Dialog Box
React Native Android Location Services Dialog Box
Stars: ✭ 175 (+464.52%)
Mutual labels:  geolocation, location-services
Cartodb
Location Intelligence & Data Visualization tool
Stars: ✭ 2,537 (+8083.87%)
Mutual labels:  geolocation, location-services
geolocation
A laravel integration for using the IPInfoDB and Ip2Location services
Stars: ✭ 38 (+22.58%)
Mutual labels:  geolocation
ip2location-nginx
Nginx module that allows user to lookup for geolocation information using IP2Location database.
Stars: ✭ 33 (+6.45%)
Mutual labels:  geolocation
trackanimation
Track Animation is a Python 2 and 3 library that provides an easy and user-adjustable way of creating visualizations from GPS data.
Stars: ✭ 74 (+138.71%)
Mutual labels:  geolocation
ScoutAR
Augmented reality app displays nearby restaurant information in a live camera and map view.
Stars: ✭ 28 (-9.68%)
Mutual labels:  location-services
haversine-geolocation
Get distances between two points or get closest position to current point. Based on the Haversine Formula
Stars: ✭ 20 (-35.48%)
Mutual labels:  geolocation
orange3-geo
🍊 🌍 Orange add-on for dealing with geography and geo-location
Stars: ✭ 22 (-29.03%)
Mutual labels:  geolocation
surger
⚡ Is there surge pricing around me right now?
Stars: ✭ 20 (-35.48%)
Mutual labels:  location-services
IP2Location-C-Library
IP2Location C library enables the user to find the country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather station code, weather station name, mobile, usage types, etc that any IP address or hostname originates from.
Stars: ✭ 37 (+19.35%)
Mutual labels:  geolocation
geodist
Golang package to compute the distance between two geographic latitude, longitude coordinates
Stars: ✭ 133 (+329.03%)
Mutual labels:  geolocation
Geolocator-2
Learn how to find and work with locations in Django, the Yelp API, and Google Maps api.
Stars: ✭ 24 (-22.58%)
Mutual labels:  geolocation
AdvantEDGE
AdvantEDGE, Mobile Edge Emulation Platform
Stars: ✭ 36 (+16.13%)
Mutual labels:  location-services
aic-mobile-ios
Art Institute of Chicago Official Mobile App
Stars: ✭ 29 (-6.45%)
Mutual labels:  location-services
CiLocks
Crack Interface lockscreen, Metasploit and More Android/IOS Hacking
Stars: ✭ 1,033 (+3232.26%)
Mutual labels:  geolocation
CLAVIN-NERD
Stanford NLP Implementation of the CLAVIN LocationTagger
Stars: ✭ 22 (-29.03%)
Mutual labels:  geolocation
AppleWifiNlpBackend
UnifiedNlp Backend that uses Apple's service to resolve wifi locations. Location calculation is done onboard and wifi locations are cached to minimize data usage.
Stars: ✭ 54 (+74.19%)
Mutual labels:  geolocation
geo
Geospatial primitives and algorithms for Crystal
Stars: ✭ 17 (-45.16%)
Mutual labels:  geolocation
CLAVIN-rest
A Spring Boot microservice that serves the CLAVIN (https://github.com/novetta/CLAVIN) library for geo rectifying locations mentioned in text.
Stars: ✭ 16 (-48.39%)
Mutual labels:  geolocation

osx-location

osx-location is a utility for querying CoreLocation services on Mac OS X from the command command-line.

Example:

$ make
$ ./location --help
--count <number>         Wait for this many responses (default: 1).
--debug                  Output helpful debugging info.
--format <format>        Set the output format (default: key-value).
--help                   Show this help.
Formats available:
              k = key-value
              j = Geo JSON
              s = SBS-1 ADS-B


$ ./location --debug 
location service enabled
<+40.696969,-73.420420> +/- 65.00m (speed -1.00 mps / course -1.00) @ 6/18/13 8:43:43 PM Eastern Daylight Time
timestamp: 2013-06-19 00:43:43 +0000
latitude,longitude: 40.696969,-73.420420
altitude: 26.000000
horizontalAccuracy: 65.000000
verticalAccuracy: 10.000000
speed: -1.000000
course: -1.000000

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].