0

I am dealing with QGIS 2.2 and the plug-in Oracle spatial georaster.

Apparently the connection to the database can be made, as the raster images are listed once you press 'Connect', but when try to display them, either I see a black box or anything at all.

In theory my QGIS 2.2.0 has the GDAL version 1.10.1. I downloaded it using the OSGEO4w package for Windows.

Is there any way of testing where the problem might be?

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Mar 3, 2014 at 10:36

1 Answer 1

2

I never used QGIS for that, so I can only offer some generic advice about things to check:

  • try starting QGIS from the command line. It may be that it reports some error or exception on the console

  • If I am not mistaken, QGIS uses GDAL, and therefore the GDAL Georaster driver. Try setting the CPL_DEBUG environment variable to ON before running QGIS from the command line. This triggers a trace of everything that takes place, including the SQL statements sent to the database.

  • Try using the georaster viewer that comes with Oracle - just to verify that it can see the raster.

  • Try also using Oracle's Mapbuilder to check that it can see the raster(s).

  • does your table contain multiple raster tiles ? Or just one single raster. Either way, did you create the spatial index on the raster footprints ?

  • are your rasters properly georeferenced ?

answered Mar 4, 2014 at 8:52
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.