On 2014-11-06 6:48 PM, Jukka Rahkonen wrote:
Hi Jeff,
Imposm and osm2pgsql utilities are more or less made to one purpose that is
to generate database for rendering with more or less standard styles and
therefore they can have fixes rules for creating z_orders. I am not sure if
the GDAL OSM dr
Jeff McKenna gatewaygeomatics.com> writes:
>
> Hi all,
>
> I've successfully used the OSM driver[1] to convert from the OSM pbf
> binary format into another (in my case Postgres/PostGIS, and testing
> with Japan dataset). The time to do this is much much faster than other
> tools such as os
Ahah! You have to add the raster table name then to the command. The
Rasterlite documentation should be updated to reflect this example as it
now misleadingly does not. See below...
Thank you much!
Examples:
- Accessing a rasterlite DB with a single raster table :
$ gdalinfo rasterlited
Le jeudi 06 novembre 2014 17:53:37, Jema Bingham a écrit :
> Even,
>
> I can load the file to memory and then create a virtual file via C#.
> However, that is expensive to do for many rasters if the data I need is for
> a handful of pixels or even a single pixel per image. Is there a way to
> lin
Even,
I can load the file to memory and then create a virtual file via C#.
However, that is expensive to do for many rasters if the data I need is for
a handful of pixels or even a single pixel per image. Is there a way to
link to the object on disk?
Thanks for that quick reply.
Le jeudi 06 novembre 2014 17:34:02, Jema a écrit :
> Hello all,
>
> After evaluating the Rasterlite driver and database, I've found it to be
> able to support everything I need except store projections for multiple
> rasters. I've seen hints of a Rasterlite2 driver in the works, but as of
> yet i
Hello all,
After evaluating the Rasterlite driver and database, I've found it to be
able to support everything I need except store projections for multiple
rasters. I've seen hints of a Rasterlite2 driver in the works, but as of
yet it's not available. I would prefer to stick with sqlite3 rather
Hi all,
I've successfully used the OSM driver[1] to convert from the OSM pbf
binary format into another (in my case Postgres/PostGIS, and testing
with Japan dataset). The time to do this is much much faster than other
tools such as osm2pgsql (once I learned the "PG_USE_COPY YES" parameter
th