[postgis-devel] WKTRaster: canonical i/o (and WKB)

strk strk at keybit.net
Thu Jan 29 13:16:16 PST 2009


Second RFC for rasters: WKB.
http://svn.refractions.net/postgis/spike/wktraster/doc/RFC2-WellKnownBinaryFormat

The WellKnownBinary format is modeled after the serialied format,
except from adding an endian field at the start and removing
padding.

For matching endiannes, dropping the padding means we'll be forced
to scan all the band values.  When endiannes mismatches we'll be forced
to scan all band values with isOffline flag clear and pixtype of
size > 8bit.

As usual, comments are welcome.

--strk;

 Free GIS & Flash consultant/developer      ()  ASCII Ribbon Campaign
 http://foo.keybit.net/~strk/services.html  /\  Keep it simple! 



More information about the postgis-devel mailing list