Closed bikash153 closed 1 year ago
For small images its working fine
Hi, can you give more context? (see others isuues to see wht I mean)
I am using geoserverterrain provoider bil/dss extension with geoserver 2.21.0 using bigendian and application/16 bit its working fine for small dsm file
It works for small file
Is there any solutions
Can you describe your process to convert your elevation files so I can test from my computer?
I am using this script file https://github.com/kaktus40/Cesium-GeoserverTerrainProvider/blob/master/dist/GeoserverTerrainProvider.js
Just let us know how you are doing if you are having the dataset
!gdal_translate "E:\bmc\mk.tif" "E:\bmc\bmc_mk_cog.tif" -co BIGTIFF=YES -co TILED=YES -of COG -co COMPRESS=DEFLATE
!gdal_translate "\ip\Share5\bmc_dsm_mosaic_new.tif" "\Share5\cog\bmc_dsm_mosaic_cog.tif" -co BIGTIFF=YES -of COG -co COMPRESS=LZW we are using this to convert it to cog.
Storing data in S3 bucket and publishing it using geoserver COG plugin: https://build.geoserver.org/geoserver/2.21.x/community-latest/geoserver-2.21-SNAPSHOT-cog-plugin.zip
and DDS/BIL plugin geoserver-2.21-SNAPSHOT-dds-plugin.zip
Above are the command for cog conversation Please let me know
Well I never worked with Cloud Optimized GeoTIFF. can you send me the capabilities document of your geoserver?
<Layer queryable="1" opaque="0">
<BoundingBox CRS="CRS:84" minx="85.72587838395638" miny="20.20515349768633" maxx="85.9094574953808" maxy="20.37644703892337"/> <BoundingBox CRS="EPSG:4326" minx="20.20515349768633" miny="85.72587838395638" maxx="20.37644703892337" maxy="85.9094574953808"/>
<Layer queryable="1" opaque="0">
<BoundingBox CRS="CRS:84" minx="85.72587838395638" miny="20.20515349768633" maxx="85.9094574953808" maxy="20.37644703892337"/> <BoundingBox CRS="EPSG:4326" minx="20.20515349768633" miny="85.72587838395638" maxx="20.37644703892337" maxy="85.9094574953808"/>
Is it possible to have the full document?
Please find the capability document
From your file I see that you didn't use bil/dds plugin
Thank You. Resolved the issues.