RunBoo

Results 19 comments of RunBoo
trafficstars

@pomadchin Hello, I'm currently working on using the geotrellis-server project to publish a WMTS service. I'm providing a data link as the source: "file:///E:/Geotrellis/Tiles/attributes?layers=tiles&zoom=10&band_count=1". Under this path, I have pre-cut...

I have currently switched the test data to COG, but I am still getting the same error as before. I suspect it's not an issue with the sample data, but...

My configuration file is as follows: [application.zip](https://github.com/geotrellis/geotrellis-server/files/13274296/application.zip) I now believe that the main reason for `GDAL Error Code:4` is an issue with the underlying GDAL environment, which is a common...

Thank you for your patient response. I tried not to use GDAL and changed the source to `gtiff+file:///E:/Geotrellis/raster_data/LC08_B7_Memphis_COG.tiff`, but then I encountered the following error: 14:40:52.222 [raster-io-0] ERROR org.http4s.server.service-errors -...

> > The data stored as GeoTrellis layer can be served as well, [see layer definition example](https://github.com/geotrellis/geotrellis-server/blob/main/stac-example/src/main/resources/application.conf#L860) > I also tried publishing the Geotrellis layer from local or HBase as...

Thank you, I found that the latest release version 3.7.0 of GeoTrellis has not included the Windows portion of this code https://github.com/locationtech/geotrellis/pull/3507 yet. And I will try it on Linux....

@pomadchin Thank you very much! Now I am able to publish COG data as a WMS service on my Linux machine and it can be browsed successfully! And then I...

The spatial coordinate of my source data is CGCS2000, of which the proj4 string is` "+proj=tmerc +lat_0=0.0 +lon_0=114.0 +k=1.0 +x_0=3.85E7 +y_0=0.0 +a=6378137.0 +b=6356752.314140356 +units=m "`. It seems that this proj4...

@pomadchin Thank you very much for patiently helping me with each new question. I understand now what the issue is. I have been publishing Geotrellis tile data, and instead of...

And if I change the tiles data from HBase, like this: `source = "gt+hbase:///znkgtz01:2181?master=X.X.X.X&attribute=attributes&layer=myTiles&zoom=10&band_count=1" ` I will get this **error**: **Exception in thread "raster-io-0" java.lang.NoClassDefFoundError: org/apache/log4j/Level** at org.apache.hadoop.mapred.JobConf.(JobConf.java:357) at java.lang.Class.forName0(Native...