Status
automated voice on the Utility Service phone is creepily alive
Location
1055 N Nelson St, Arlington, VA
Subscribe to GeoRSS Subscribe to KML


Geolocation

Indoor location tracking projects

Published in Geolocation


SlashGeo picked up on a recent Geowanking mailing list discussion of indoor location tracking options. I decided to pull all of the responses together into a single list for easy clickage.

I would also suggest checking out and/or subscribing to bookmark lists like http://del.icio.us/tag/geolocation+wifi.

Wifi Positioning Technologies

PlaceLab
Intel R&D lab, have a large number of papers, software, and dbs on location using wifi and other techniques
Loki
Commercial company (part of Skyhook Wireless) that has a Windows client
Navizon
another commercial option, GPS/GSM/Wifi and clients for variety of
mobile devices
Plazes
social network using geolocation techniques
Herecast
Open infrastructure with a community built database
Microsoft Research RADAR
An In-Building RF-Based User Location and Tracking System. There is a package for people who may beinterested in using RADAR and that the package includes source code. It should be easy to obtain coming from a university.
HawkTour: A Mobile, Context-Aware Tour Guide System
HawkTour, installed on a TabletPC, allows visitors to tour the IIT main campus and learn about the university including its world-renowned architecture, excellent academic programs, and student life.
Location Estimation for Activity Recognition
University of Washington video where Dieter Fox illustrates how Bayesian filtering can be applied to estimate the location of a person using sensors such as GPS, infrared, or WiFi.
Ekahau
this might be the most popular WiFi positioning system
PanGo Locator
Wi-Fi-based, active RFID wireless asset tracking solution
WhereNet
Using TDOA measurement rather than Signal Strength, hence
the standard 802.11 AP and NIC can not be used.
WPI Precision Indoor/Outdoor Personnel Location Project
The overall goal of this project is to protect the lives of emergency responders and to enhance their ability to accomplish their missions through research and development of systems for personnel location and tracking, physiological status monitor

Citation

These links came from the following contributors:

Please feel free to let me know of any more that you may know of.


GeoNames supports reverse geocoding

Published in Geolocation, Howto, Programming, Technology


GeoNames is YAG (yet another geocoder), but behind the curtains lie many cool features. The most unique of which is a reverse geocoder.

Reverse geocoding is converting Latitude & Longitude to a place name. This is the other side of the mirror from traditional geocoding, which converts a place name into latitude & longitude. Why would someone want to reverse geocode you ask? With reverse geocoding you can convert your GPS tracklogs into meaningful locations easily, or allow users to click on a map and get back actual location of where they’re clicking.

The GeoNames API provides an interface for getting nearby postal codes, country, or most specific: place names.

Example

HighEarthOrbit offices: http://ws.geonames.org/findNearbyPlaceName?lat=42.4266&lng=-83.4931&style=full

returns:

<geonames>
  <geoname>
    <name>Northville</name>
    <lat>42.43111</lat>
    <lng>-83.48333</lng>
    <geonameid>5003956</geonameid>
    <countrycode>US</countrycode>
    <countryname>United States</countryname>
    <fcl>P</fcl>
    <fcode>PPL</fcode>
    <fclname>city, village,...</fclname>
    <fcodename>populated place</fcodename>
    <population>6360</population>
    <elevation>252</elevation>
    <admincode1>MI</admincode1>
    <adminname1>Michigan</adminname1>
    <admincode2 />
    <adminname2 />
  </geoname>
</geonames>

The whole geo-enchilada

Lastly, to make you really feel warm and good inside, the GeoNames database is provided for direct download under a Creative Commons Attribution license. Yum, free data.

See the GeoNames Blog post about it.


Metacarta Parsing FoFRedux

Published in FoFRedux, Geolocation, Mashup, Metacarta, Programming, Technology, Web


I mentioned Metacarta last week after I saw their presentation at Where2.0.

They mentioned having a public GeoParser API available for developers to play around with. So I passed in one of the output feeds from FoFRedux (a feed aggregator that supports GeoRSS) through the Metacarta GeoParser to produce a map of locations that show up in my feeds.

FoFRedux -> Metacarta Example: SlashDot article locations

So now you can use a feed aggregator to display, say locations of articles and posts for your friends feeds. Or locations of Flickr photos, or even UPS/Fedex package tracking. The example just shows the image output, but the GeoParser can output GML or GeoMarkup XML, and JSON for better intergration into other applications.


Eye-Fi - gps camera, easy

Published in Gadgets, Geolocation, Photography


Eye-Fi produces a card, Eye-Film, that is an SD card that can geolocate photos taken on it. This is an incredibly smart and easy way to add location to photos and still use any camera you choose. It does this by measuring the Wifi signals in the area and talking to Loki (no, not that one)

Unfortunately, it’s not available until Fall 2006.


A monolithic or flexible geo-tool?

Published in GeoRSS, Geolocation, Programming, Project, Technology, Travel


What I really need and want is a really flexible and useful “geo-tool” software application.

I have been gathering a lot of waypoints, tracks, location histories, notes, geo-photographs, etc. Yet when I want to put my location in a blog post, an email, a website, an article, or add metadata to a file, I have to dig through many programs, files, and then copy and paste. Perhaps even convert between DMS and DDMMSS.

This application should be enable me to store my waypoints and tracks. These would either be loaded from GPX files, hand entered, CSV files, drawn on a map, or geolocated by an street address. In addition, these tracks and waypoints could have time component.

I can then add notes or photographs to these locations and tracks, share these with friends, or easily search for things like “what photos have I taken in Southern Germany before 2004?”, or “what’s a good 3-5 mile hike I’ve done?”

Lastly, this tool would easily allow me to do local searches, enter the location latitude/longitude, address, or track information into text fields, as GeoRSS, XML, Microformat, or anything else. Place it directly on my clipboard for pasting, or pop-up a window with the information for me to edit, fill-in, then copy and paste. Or provide a Mac OS X service/hotkey that I would quickly enter this information into the current field in a program, or website.

Any other ideas on what this type of application should do or look-like? Is it a web-application? A desktop application would let me use it “in the field” where I may not have net access. So it could run a local-webserver if that were the case. But my data would have to be able to be private, though shareable is nice too. I could bundle up a track and photos/notes and send them to a friend or post them to a webpage.