blankblank blank


Archive for April, 2011

Export Point Locations In AutoCAD DXF Format

Application Name: Droid 2 CAD

Description: Capture points, export them as AutoCAD DXF points, KML files

Publisher’s website: QubeCAD

Cost: Free

Version/date reviewed: v.2.0  /  4-25-11

Phone/OS: Droid X / Android 2.2

ac_qr

Android Market (mobile app only)
Android Market (browser)


Droid 2 CAD captures point locations, and lets you export them to an AutoCAD DXF file, KML file, or CSV file.

snap20110426_144827

Bare-bone startup interface; icons at upper right are for recording points (left) and exporting points (right).

snap20110426_144926

Tapping the record points icon brings up the point data screen, and also fires up the GPS. You can enter title/description data here.

snap20110426_144935

To enter your current location/altitude, press the Get Location button, and the data will automatically be entered. There is no way to cancel a point entry; if you hit the back key without entering a location, a point will be created with no location information.

snap20110426_145158

Points are listed as created, but there’s no way to edit/delete points after they’re created, except to delete all points.

snap20110426_145901

From the menu, the Map View option plots the points in a Google Maps view.

snap20110426_145208

 

You have the option to export all points in KML (Google Earth format), DXF formats and CSV. For the latter three, only the first point position is recorded; positions of subsequent points are recorded relative to the first point (i.e. displacement in meters or feet). I’m guessing this is useful for CAD applications, but I wish there was an option for absolute positions for all the points as well.

snap20110426_145222

File export isn’t done to a local directory, but is instead sent to any number of options, including Dropbox (if installed on your Android) and Email. I prefer this approach to local saving, since then you don’t have to figure out how to get the files off your Android.

Other issues: Always use the menu’s Quit option to exit, otherwise the GPS may not be turned off, which can drain your battery.

Final thoughts: Potentially useful for CAD users, but for general location recording, and export in KML/GPX format, there are many better options.




Geotagged Audio Stories And Tours With Broadcastr

Application Name: Broadcastr

Description: Geotagged audio file creator

Publisher’s website: Broadcastr

Cost: Free

Version/date reviewed: v.1.0  /  4-25-11

Phone/OS: Droid X / Android 2.2

bc_qr

Android Market (mobile app only)
Android Market (browser)


Broadcastr is a social website that lets you create, share and view audio files tagged to geographic locations; it’s free to browse, but free registration is required to create your own audio files. The iPhone app has been out for a while, and an Android app has just come out.

bc_1

The website lets you search by keyword, by categories, or by featured sources (UNICEF here).

BC-2

 

Search results are plotted in a Google Maps interface; clicking on a blue icon brings up the story in an in-browser player.

bc_3

In the Android app, the GPS will fire up to get your current location, and then the view will zoom out until the closest available geotagged audio story appears, also marked with a blue dot.

bc_4

Tap on the blue dot, and a pop-up will show you the title of this audio note.

bc_5

Another tap will bring up even more info; tapping on the Play icon will play the associated audio file.

bc_6

Zoom out in the Google Maps view to see more distant audio files.

bc_list

 

The Menu button brings up more options, like a list view of all audio files currently visible in the map view …

bc_record

… and the option to record your own note/story, pin it to a geolocation, and have it viewable at the Broadcastr site.

Other issues: Not sure how practical creating audio stories will be on Android, as they’re likely to include distracting noise and ambient sounds. Viewing local notes is easy now, as there aren’t a huge number yet, but I wonder how that will scale as the number of available stories for an area increases.

Final thoughts: Great app for creating audio tours, and personal stories about locations; I hope to use it to create interpretive tours for a number of local trails.




Geographic Data Recording On Android With Memento

Application Name: Memento

Description: Database app with custom form design, GPS geolocation input

Publisher’s website: Memento

Cost: Free ad-supported version; $9.95 Pro version removes ads, removes limits on number of databases that can be synced with Google Docs

Version/date reviewed: v.1.8.3  /  4-24-11

Phone/OS: Droid X / Android 2.2

mem_qr

Android Market (mobile app only)
Android Market (browser)


Memento is generally regarded as the best consumer-level database app for Android. You can select from 11 standard data templates (Tasks, CDs, DVDs, Purchases, etc.), browse an online catalog where others have shared their templates, or create your own Custom data template, choosing from 19 different data types:

  • Text
  • Integer
  • Real number
  • Boolean
  • Calculation
  • Date
  • Time
  • Date/Time
  • Contact
  • Image
  • String values
  • Multiselect values
  • Audio
  • Currency
  • Rating
  • Hyperlink
  • Barcode
  • Link to entry
  • Link to file
  • Password
  • Phone
  • Email
  • Google Maps coordinates

Of particular interest here is the last one; you can save geographic coordinate data using a Google Maps interface in conjunction with GPS.

mem_1

Here, I’ve created a simple database, with a text field and location field.

mem_2

Tapping the Location field brings up a Google Maps view, and fires up the GPS; your current location will be marked by the blue dot.

mem_3

Ideally, the default would be for your current location to be the desired location for recording. However, Memento requires you to select a location by tapping on the map view; the selected location is marked with a pushpin icon. Accurate placement requires you to zoom in to the maximum zoom level, and even then it may take you some practice to get it right. You can also zoom out to a different location, and position the pushpin there.

mem_4

Clicking on OK enters that location in to the appropriate field; clicking on Create saves the record.

Databases can be exported in CSV format, although some data types like images cannot be exported to this format; you can also import data in CSV format to a data template, if you follow the directions to make sure the data fields in the CSV match the data fields in the template correctly.

Even more usefully, you can sync your database automatically to a Google Docs spreadsheet. Syncing is done manually, so that you can record data while offline, then sync it up later with Google Docs. Syncing works both ways, so you can add data in Google Docs, and have it synced to your Android unit. Once in Google Docs, you can analyze the data, manipulate it, and export it in a variety of formats (e.g. CSV, XLS). It’s usually best to do this on a copy of the data, as modifying the original spreadsheet may result in sync problems later on.

mem_5

One quirk of the geographic coordinate recording is that the latitude and longitude are combined into a single entry, separated by a colon, as seen above in a screen capture from Google Docs. However, it’s pretty easy to convert that into split Latitude/Longitude columns:

1. Make a copy of the synced spreadsheet to avoid sync issues later on.

2. In the copy, create a new C column, and label it Latitude.

mem_6

3. Use the Split command to split the data in the B column (Location) into two separate data fields. You need to specify the spreadsheet location you want to modify (B2 here), and the delimiter (a colon), so you would enter =Split(B2,”:”) into the C2 column. Hitting the Enter key will now split the B column data into two data entries, the first half going into the C column, the second going into a new D column:

mem_7

 

4. You can now copy and paste the C2 data into all the other rows in the C column, and have all that data split as well; the D column is the Longitude, so you can label it as such:

mem_8

If you export this modified spreadsheet as a CSV or XLS file, some mapping/GIS programs can open it directly. Otherwise, you can use a program like MapWindow to convert the CSV file into a GIS-friendly shapefile format, or a program like DNRGarmin to convert it to a GPS-friendly GPX format.

Other issues: The free version limits the number of databases you can sync with Google Docs, but I couldn’t find out anywhere what that limit was. The in-app help is terrific, maybe the best I’ve seen, and it’s available even when you’re offline.

Final thoughts: The free version is a no-brainer must-have; this is the best basic database app for Android, especially with the geographic capabilities and Google Docs sync. If you need to sync lots of databases to Google Docs, the Pro version is expensive (for an Android app), but may be worth it.




A Convenient Keyboard For Google Maps Navigation

Application Name: QuickGo

Description: Full-screen keyboard for easy destination entry to Google Maps Navigation

Publisher’s website: Joe Marshall

Cost: Free

Version/date reviewed: v.0.2  /  4-20-11

Phone/OS: Droid X / Android 2.2

qg_qr

Android Market (mobile app only)
Android Market (browser)


If you use Google Maps’ car navigation app regularly, one problem you might have is with entering names/addresses using the keyboard, especially when the car is moving. The keys can be small, and you likely have to switch between the letters keyboard and numbers keyboard. QuickGo offers a full-screen keyboard, with numbers and letters, that simplifies the job of entering a destination; once entered, it automatically starts up Google Maps Navigation to the entered destination.

qg_1

The app works in both portrait and landscape, but the keys are pretty squeezed together in portrait mode; I’d recommend landscape mode for easier data entry.

qg_2

Type in your destination or address; haptic feedback when you press the keys. Letters are all caps, so they’re easy to read. Hit the Search button to enter your query …

qg_3

… and the Google Maps Navigation app will fire up, and either bring up the navigation screen directly, or let you choose from options if it’s not sure which destination you meant. (P.S. The Himalayan Grill rocks!).

Other issues: If you use the Car Home screen that some phones have as a default when in car navigation mode, the author recommends adding QuickGo as one of the custom button options, for easy access. App did force-close on me once, but it’s brand-new, so I assume those issues will get fixed. Would be nice if it could be made to work with other navigation apps as well.

Final thoughts: It definitely does make text entry easier for addresses. If the voice entry option for Google Maps Navigation doesn’t work well for you, this is a excellent alternative.




AutoCad For Your Android

Application Name: AutoCad WS

Description: Viewer/editor of AutoCad files stored at the AutoCad WS website.

Publisher’s website: AutoCad WS

Cost: Free

Version/date reviewed: v.1.0  /  4-20-11

Phone/OS: Droid X / Android 2.2

acd_qr

Android Market (mobile app only)
Android Market (browser)


AutoDesk’s AutoCad WS site is a free cloud-based site for storing and editing AutoCad files (DXF and DWG formats); see this post on the Free Geography Tools site for more info. The AutoCad WS Android app lets you access these files, files sent as email attachments, or files in online services like DropBox, then view/edit/annotate them, and have the changes synced to your AutoCad WS account.

acd_1

You will need to have an AutoCad WS account to use the app; you can create one from the app, but it’s probably easier to create one from the website. Log in to the account, and you’ll get a list of available files for viewing/editing; tap on any one to open it.

acd_2

Files will open at the last zoom level they were used at; uses standard pinch to zoom commands, so if your phone doesn’t support that, this app will be pretty useless. The command bar at the bottom can be scrolled left/right; included are commands for:

  • Adding features (circles, lines, rectangles, text, etc.) and measuring distances
  • A markup tool for annotating drawings
  • A color selector for features and objects
  • Undo/redo buttons
  • A universal select tool; choosing a shape brings up Move/Scale/Rotate/Erase/Copy options
  • A layout selector (Model/Layouts)
  • Normal/grayscale views
  • A “share” option that lets others view and edit the file

acd_3

With most options, tapping on the option button brings up suboptions, as with the Add features button above …

acd_4 … and the Markup option above.

Changes can be synced to the cloud version of the file if you have an online connection, using the Sync button on the file list page.

Other issues: On a smartphone with a decent-sized screen (4”), this app works OK for viewing files and marking them up. But trying to add and edit features on such a small screen is an exercise in futility, both because of the size of the screen and the inaccuracy in using your finger to create features. The app does work on tablets, and I’m guessing editing would actually be possible on one of these, especially if you have a stylus. The browser version has the ability to view CAD files georeferenced against a Google Maps background, and I wish that were an option on this version; also wish it supported feature addition via GPS. Finally, don’t expect the full feature set of AutoCad on a free Android app, or even the free browser-based editor; you can do basic operations, but nothing fancy.

Final thoughts: Great for viewing and annotating AutoCad files in the field with a smartphone, but the screen is really too small for editing. If you’ve got a tablet, though, editing is likely to be more practical. If they added native geospatial capabilities to the app, it would be a killer app for everyone; as is, it’s really only for AutoCad users, but is perfect for them.




Petit DF – A Direction Finder

Application Name: Petit DF

Description: Rhumb line and great circle direction finder

Publisher’s website: inda3

Cost: Free

Version/date reviewed: v.2.7  /  4-17-11

Phone/OS: Droid X / Android 2.2

pdf_qr

Android Market (mobile app only)
Android Market (browser)


Petit DF (stands for “small direction finder”) shows the direction to a user-selectable destination. And it works, but with quirks.

pdf_1

Start up the app, and it will show your position plotted as a green dot in what appears to be a Bing Maps interface. The green flag is also your destination, and is set at startup at your current position. The blue dot indicates the current direction magnetic north, red dot magnetic south, and they move as you rotate the device to maintain the correct orientation.

pdf_2

The map zoom controls are the +/- in the left corners; the “v” at the upper right toggles you between the default satellite view and a street maps view, while the button at lower right makes the map view rotate to match the direction you’re currently facing in. Latitude/longitude are shown at the bottom, along with the nearest geocoded address/location for your destination. Magnetic declination is also shown, which makes it odd that the app doesn’t use those to correct magnetic directions to true directions.

pdf_3

You can set a destination to get the direction to in several ways. First is to zoom/scroll the map to find your destination, then tap on it. You can pinch to zoom, but that has an annoying tendency to relocate your destination to a spot on the map you touch during the pinch operation, so using the +/- zoom controls is a better choice (scrolling with tap and drag doesn’t have this problem). The direct “rhumb line” direction to the destination is shown in red, and the distance to the destination is shown at top. Surprisingly, the actual compass bearing direction to your destination is not shown; this would be helpful in giving you information you could use with just a simple compass to maintain a heading to that destination.

pdf_4

 

There’s also a Search function that lets you enter an address, keywords, or latitude/longitude position; once located, you can save that position in database to load in directly later. For example, entering Mecca as the destination and loading it in would put the green destination flag at Mecca, as above. Pity it doesn’t show the magnetic declination value for the destination, as this would make it a handy reference app for this value.

pdf_5

To go back to your current position, tap the button at lower right to get the view above. The red line shows the “rhumb line”, the straight line you’d draw on a Mercator projection between your current location and the destination; following this line would get you to the destination, but it wouldn’t be the shortest route across the Earth. The app instructions say that it will draw a pink line to indicate the “great circle” route, the shortest distance between your current location and the destination when traveling on the Earth’s spherical surface. For short distances, the rhumb line and great circle will generally be very close to the same; for long distances, like the US to Mecca, they should diverge dramatically. At first glance, that pink great circle line seems to be entirely missing here. However, if you look closely at the two screenshots above, you’ll see a short pinkish stubs indicating the start, stop, and general direction of the great circle route, but the rest is missing.

 

Other issues: The app appears to be a resource hog; other apps, like my screenshot app, slowed down dramatically when it was active.

Final thoughts: Potentially useful app, but hobbled by the lack of a bearing degrees indicator, use of magnetic rather than true north, and the buggy great circle route line. Could still be useful if you need to determine the direction to multiple points saved in the database from your current location. Hopefully the author will fix these issues in future updates.




Location-Tagged Notes With SpotPad

Application Name: SpotPad

Description: Create simple location-tagged notes, show their location in Google Maps

Publisher’s website: SpotPad

Cost: Free (ad-supported)

Version/date reviewed: v.0.0.1  /  4-15-11

Phone/OS: Droid X / Android 2.2

sp_qr

Android Market (mobile app only)
Android Market (browser)


SpotPad lets you create a simple text note, and tag it with your current GPS location.

sp_1

From the initial program screen, press your unit’s Menu buttton, and select Add note; the screen above will appear. Type in the text you want to save. In order to tag the note with your current location, you need to press the Update Location button; SpotPad will not automatically add that data. But if you like, you can save a note without location data. When done, choose Save from the menu options, or just use the back button. Your GPS only fires up when you’re in note editing mode, and turns off when you save the note – a nice touch that saves on battery life.

sp_2

Available notes will be listed here; notes tagged with coordinate data will have a “pin” icon next to them, untagged notes will lack the pin. To open a note for editing, just tap on its listing here. The default note title is the first 25-odd characters of the note, but you can modify that when editing the note, using the Edit title option in the menu during editing.

sp_5

But you can also bring up multiple options by doing a long-press on a note listing. Open just brings up a full view of the note, with the option to edit it. Delete removes the note (no recovery possible). Edit title lets you modify the title (which doesn’t affect the note text). Show location plots the location where the note was taken in Google Maps:

sp_3

A tap on the “pin” icon brings up its title and coordinates:

sp_4

Unfortunately, tapping on this information pop-up doesn’t take you to the note text directly; hope this is added in a future version.

 

Other issues: None; worked fine.

Final thoughts: Other apps, like Evernote, Catch Notes, and Springpad offer note geotagging with extra features like pictures, but with a somewhat more complicated interface, and no titles for plotted points. If all you want is just a quick and easy geotagged note app, SpotPad does the job.




Download US Aviation Charts For Android

Application Name: OpenFlight Map

Description: Downloads US aviation charts for viewing on your Android phone.

Publisher’s website: SoftOutfit

Cost: Free (donationware)

Version/date reviewed: v.1.7  /  4-3-11

Phone/OS: Droid X / Android 2.2

of_qr

Android Market (mobile app only)
Android Market (browser)


There used to be a free aviation maps online server available for a number of Android mapping apps, including OruxMaps and MOBAC; however, it seems to have disappeared; rumor has it there’s some kind of patent issue involved. OpenFlight Map lets you download and view some of these maps for the US, but currently with no navigation capabilities.

of-1

After agreeing to a liability waiver, you’ll get a US map covered with red Xes. Tap on a rectangle, and get the option to download the aviation chart that covers either the North or South half. These are fairly large files (~8 MB), so WiFi is the best data connection choice.

of_2

When done, a scrollable/zoomable map view will open up.

of_3

When one map for a zone is downloaded, a green slash will replace the red “X”; when both are downloaded and stored on your phone, a green square will appear. Maps are stored locally on your phone, but can be deleted to free up room on your SD card.

Other issues: This is NOT a navigation app; there’s no GPS capability, routing or waypoints, though the author indicates he may add those eventually. And this is just for reference/casual viewing; it’s not recommended for actual navigation use. It apparently also isn’t working on some Android tablets.

Final thoughts: Hopefully, the aviation map servers will go back online at some point, but until they do, this is the next best thing.




Local Points Of Interest In Wikipedia

Application Name: Wikipedia Places Free

Description: Lists Wikipedia entries near your current location.

Publisher’s website: 2-3

Cost: Free ad supported version; $2 paid version removes ads.

Version/date reviewed: v.1.11  /  4-1-11

Phone/OS: Droid X / Android 2.2

wpf_qr
Android Market (mobile app only)
Android Market (browser)


wpf_1

Straightforward app – gets you GPS location, and lists any nearby locations geotagged in Wikipedia. Tap on a list item …

wpf_2

 

… and go to the mobile browser view of that page; your phone’s Back button will take you back to the app.

wpf_3

Clicking on the “map icon” next to a listing brings you to a map view of that location; you can select any supported and installed  app (Google Maps here, but works with Bing, Mapquest, Locus, etc.). It’s accurate, but some kind of more-visible placemark would be useful.

Other issues: Lots of nags to upgrade to the ad-free version, but if you use it enough to be bothered by those, you really should upgrade.

Final thoughts: Other apps show Wikipedia locations as small icons on a map, that can be hard to tap accurately; this list approach definitely has advantages.




Handy Reference Guide To California State Parks

Application Name: CalParks

Description: Travel and info guide for the California State Parks system

Publisher’s website: California State Parks Foundation

Cost: Free

Version/date reviewed: v.1.0  /  3-31-11

Phone/OS: Droid X / Android 2.2

cp_qr

Android Market (mobile app only)
Android Market (browser)


If you’re vacationing or exploring in California, this is a nice little reference guide to the extensive California State Park system.

cp_2

Starting up the app also starts up your GPS receiver to get a location; you can then get a list of parks sorted by distance from you (which I find the handiest), or also by park name.

cp_3

Tapping on the Map button at upper right brings up the map view, with the state park locations flagged. Tapping on the icon at upper left shows your current position on the map.

cp_4

Tapping on the arrows at lower left brings up pop-up windows for every park in alphabetical order. Unfortunately, there doesn’t seem to be an option to bring up pop-ups based on distance from you, which would be more useful.

cp_5

Tapping on the pop-up, or on the park name in a list, brings up a page with more info. A lot more; there’s about 10 pages of info that you can scroll through for this park, Anza-Borrego Desert State Park. Included is info about wildlife, vegetation, history, trails and more; there’s also a direct link for making campground reservations.

cp_7

Tapping the Explore This Park bar brings up a list of general guides and trips for various trails and excursions at the park.

cp_9

The guides/trips include photos of trail highlights, information, the option to get driving directions, downloading information for use when you’re offline, and …

cp_10

A map of the trail, with tappable pushpins that show the photographs corresponding to that point. If you’re hiking the trail and have GPS enabled, you can view your location on the trail as well.

Other issues: I’m quite familiar with this park, so I know that the list of available trips/trails isn’t complete. The trips seem to be taken from the EveryTrail.Com website (the developers of the app for the Cal State Parks Foundation), and they have many more trips listed; hopefully, some of these will be added eventually.

Final thoughts: Almost a model for what this kind of app should be; I hope EveryTrail gets the chance to make similar apps for other states. If you live in California, or are planning an outdoors-oriented trip there, this is a must-have app.