Opened 11 years ago

Closed 9 years ago

#4898 closed enhancement (invalid)

New sqlite raster format driver designed specially for Smartphones/GPS

Reported by: kking73 Owned by: kking73
Priority: low Milestone:
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords: sqlite smartphone raster format driver
Cc:

Description

I am C/C++/C# developper and would like to implement a SQLite based raster format driver, specially designed for Smartphones/GPS. The format is for instance used by the following apps:

  • Android: Oruxmaps, BigPlanet, RMaps
  • iPhone: Galileo

The sqlite database contains typically 256*256 pixel tiles as image blobs (jpg/png/tif/gif). In some formats a xml file with further geo ref info is attached.

What are your opinions? kking73

Change History (3)

comment:1 by Even Rouault, 11 years ago

Not sure what you want to ask, but you are of course welcome to implement and contribute new drivers. You can perhaps take inspiration from the Rasterlite or MBTiles drivers to see how to implement a GDAL driver that reads a SQLite DB.

comment:2 by Even Rouault, 11 years ago

Note: you might want to consider the GeoPackage format : http://www.opengeospatial.org/standards/requests/95

comment:3 by Kyle Shannon, 9 years ago

Resolution: invalid
Status: newclosed

Doesn't seem like a ticket issue, perhaps a mailing list message would be better?

Note: See TracTickets for help on using tickets.