I have created a pyramid using gdal_retile, I have created it using the
-useDirForEachRow flag, so that no directory contains too many files (there
would be approx. 50,000 in one folder otherwise).
When I try to add the pyramid store in GeoServer I get the error:
Could not list layers for this store, an error occurred retrieving them:
This plugin accepts only File, URL and String pointing to a file
I have also tried to add a .prj file to the root of the store, but it made
no difference.
Using gdalinfo on one of the .tif files gives the following:
Driver: GTiff/GeoTIFF
Files: imagery_001_233.tif
Size is 2048, 2048
Coordinate System is:
LOCAL_CS["LOCAL - (unsupported)",
UNIT["metre",1,
AUTHORITY["EPSG","9001"]]]
Origin = (306784.079999999960000,453400.000000000000000)
Pixel Size = (0.250000000000000,-0.250000000000000)
Metadata:
AREA_OR_POINT=Area
Image Structure Metadata:
COMPRESSION=JPEG
INTERLEAVE=PIXEL
Corner Coordinates:
Upper Left ( 306784.080, 453400.000)
Lower Left ( 306784.080, 452888.000)
Upper Right ( 307296.080, 453400.000)
Lower Right ( 307296.080, 452888.000)
Center ( 307040.080, 453144.000)
Band 1 Block=256x256 Type=Byte, ColorInterp=Red
Band 2 Block=256x256 Type=Byte, ColorInterp=Green
Band 3 Block=256x256 Type=Byte, ColorInterp=Blue
Can anyone advise?
Slicc
--
View this message in context: http://osgeo-org.1560.n6.nabble.com/adding-prymaid-store-throws-error-tp5034787.html
Sent from the GeoServer - User mailing list archive at Nabble.com.