Ticket #1404 (reopened defect)
[raster] raster2pgsql overviews don't look right
| Reported by: | robe | Owned by: | pracine |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.1 |
| Component: | raster | Version: | trunk |
| Keywords: | Cc: |
Description
This could be an issue with just windows. But I'm finding that some of my main tiles do not intersect my overviews and on closer inspection my overviews look like they are missing parts.
See attached that shows this query.
The overview tile that this rast is in and my 593 rid rast
SELECT rast FROM (SELECT * from aerials.o_2_boston WHERE ST_Intersects(rast,(SELECT rast FROM aerials.boston WHERE rid = 593) ) ) as foo;
I don't think I had this issue with the raster2pgsql.py. Then again could be the way I have my original files laid out, but that doesn't explain why some aerial tiles with obvious data in them are not intersecting the overviews.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

