Posted

Sat Jan 14 2012, 12:12pm

By Aaron Parecki

Categories

API
Tutorials

Tagged

Export your places from SimpleGeo Storage to Geoloqi

This tool will allow you to transfer your SimpleGeo Storage data over to Geoloqi. It makes Geoloqi Layers for each SimpleGeo Layer, and converts Records to Geoloqi Places for each of the layers.

All you need to run the command is a Geoloqi Access Token, and the SimpleGEO OAuth Key and Secret. You can sign up for a Geoloqi account at The Geoloqi Web Site and retrieve your access token from the Geoloqi Developers site.

This script is provided as an executable via Rubygems, which means it runs on any Mac OSX computer out-of-the-box (and on any Windows/Linux machines with ruby available).

Installation

Open up a terminal and run this in the command line:

$ gem install geoloqi-simplegeo-import

Usage

Run the script from the command line:

$ geoloqi-simplegeo-import YOUR_GEOLOQI_ACCESS_TOKEN YOUR_SIMPLEGEO_OAUTH_KEY YOUR_SIMPLEGEO_OAUTH_SECRET

The script will output information on the transferred data, and give you a link to our Layer Editor so you can see and edit your Layers and Places (we have a GUI interface for your data!).

Places in Geoloqi

Searching for Nearby Layers and Places

With Geoloqi you can search for nearby layers and places very easily with these two API calls:

You can experiment with running these API calls directly from cURL or from our Developers Console:

We have SDK libraries for Ruby, JavaScript, Node.JS, PHP, and more coming very, very soon.

There is a lot of other stuff you can do with Geoloqi, such as geolocation triggers/callbacks and geo-messaging. Visit our web site to read more about us (and where we’re going).

Bugs

Feel free to file any issues on Github, we will respond to them as soon as possible. If you need any features here we haven’t provided, don’t hesitate to contact us.

TODO

This is a quick-fix solution. However we are planning on making a more stable, complete tool for importing data to Geoloqi from other sources (and for exporting your data out of Geoloqi). We feel it’s in your best interest to have total control of your data at all times, and we want to help you solve problems, including the problem of transferring data between your machine and cloud services.

Comments