[postgis-devel] [PostGIS] #542: [wktraster] gdal2wktraster.py should not set regular_blocking to true when wildcard are used to load many rasters
PostGIS
trac at osgeo.org
Fri Jun 11 08:28:13 PDT 2010
#542: [wktraster] gdal2wktraster.py should not set regular_blocking to true when
wildcard are used to load many rasters
-----------------------+----------------------------------------------------
Reporter: pracine | Owner: mloskot
Type: defect | Status: new
Priority: high | Milestone: WKTRaster 0.1.6
Component: wktraster | Version: trunk
Keywords: |
-----------------------+----------------------------------------------------
wildcard allow us to load many rasters and it is very usefull to be able
to use them with the "-k 100x100" option but there is no garantee that
those many rasters will result in a coverage following rules 3 and 5 of
regular blocking:
3) The top left block must start at the top left corner of the extent.
5) The extent field must be a simple rectangle (non-rotated).
It might be very difficult to verify those conditions so it might be
better to set regular_blocking to FALSE when using wild card.
I saw that it is also impossible to use -k when two -r options are used.
Again the rule should be that we can use -k but because there is many
rasters we can not assume they will end up in a coverage following
regular_blocking.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/542>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list