Open wei-shujie opened 4 years ago
when I use absolute path with gtiff+file://
val source = GeoTiffRasterSource("gtiff+file:///E:/bigdata/TestData/DEMN33E108.tif")
print:error:
Exception in thread "main" java.nio.file.InvalidPathException: Illegal char <:> at index 2: /E:/bigdata/TestData/DEMN33E108.tif
when I use absolute path with gtiff+
val source = GeoTiffRasterSource("gtiff+E:/bigdata/TestData/DEMN33E108.tif")
print:error:
Exception in thread "main" java.lang.RuntimeException: Unable to find RangeReaderProvider for E:/bigdata/TestData/DEMN33E108.tif
when I use absolute path with no prefix
val source = GeoTiffRasterSource("E:/bigdata/TestData/DEMN33E108.tif")
print:error:
Exception in thread "main" java.lang.RuntimeException: Unable to find RangeReaderProvider for E:/bigdata/TestData/DEMN33E108.tif
My environment: Windows10, GDAL 2.4.4, released 2020/01/08 geotrellis version 3.3.0
When I used the relative path and the tif file was downloaded from the Google earth engine code:
Partial throw error:
When I used the relative path and the tif file was downloaded from the Google earth engine but use GeotiffRasterSorce code:
print:success:
When I used the relative path and the hdf file was downloaded from the https://ladsweb.modaps.eosdis.nasa.gov/ code:
print:error:
When I use the absolute path code:
print:error:
When I use absolute path and no prefix and the file is HDF code:
print:error: