MobiNav

All Things Mobility

juillet 30th, 2009

MySQL, PostgreSQL and BLOB streaming

Christopher St. John gives a good look inside of blob streaming in his article.

juillet 29th, 2009

SQLite

SQLite is a in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files. A complete SQL database with multiple tables, indices, triggers, and views, is contained in a single disk file. The database file format is cross-platform – you can freely copy a database between 32-bit and 64-bit systems or between big-endian and little-endian architectures. These features make SQLite a popular choice as an Application File Format. Think of SQLite not as a replacement for Oracle but as a replacement for fopen()   >> more

You might also interested in BerkeleyDB

juillet 13th, 2009

Web Map Soluction gallery

The Web Map Gallery managed by Directions Magazine is a rich resource to show what others geospatial professionnals have created.  For example:

KOLKATA
10 December, 2008

Category: Retail

Industry: Cartography

Brief Description: MAP OF THE CITY OF KOLKATA, WEST BENGAL, INDIA

Server-side technologies: ARCIms

Server-side applications: arciMS

Commercial GIS Software used: arciMS, arcgIS

Time invested in development: 3 YEARS

juillet 11th, 2009

TomTom Navigating its way into iPhone

source: Los Angeles Times

Here’s what Tom Murray, vice president of market development at TomTom Inc,  highlighted about what the app will have:

  • the TomTom user interface
  • the latest version of Tele Atlas maps for North America and Europe, initially
  • IQ Routes, which calculates the fastest route based on data collected over the years from other TomTom users.
  • turn-by-turn directions
  • voice-guided navigation
juillet 11th, 2009

Geolocation API Specification(draft 07 july 2009)

The Geolocation API defines a high-level interface to location information associated only with the device hosting the implementation, such as latitude and longitude. Read the rest of this entry »

juillet 6th, 2009

Open source Web based Geospatial Processing with OMAR

[by Mark Lucas & Scott Bortman, originally published at The Open Source Business Resource]

« There is one thing stronger than all the armies in the world, and that is an idea whose time has come. » Victor Hugo

The availability of geospatial data sets is exploding. New satellites, aerial platforms, video feeds, global positioning system (GPS) tagged digital photos, and traditional geographic information system (GIS) information are dramatically increasing across the globe. These raw materials need to be dynamically processed, combined and correlated to generate value added information products to answer a wide range of questions.

Read the rest of this entry »

|