Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] Geomesa-Accumulo GeoTIFF Ingest error

Hello,

As outlined in the docs[1], GeoMesa raster only supports tiled, disjoint image pyramids in EPSG:4326. You'll need to reproject your source files before you can ingest them.

However, I'd discourage you from using the raster module - it is currently unsupported, and will likely be removed in our next major release (3.0).

Thanks,

Emilio

[1] https://www.geomesa.org/documentation/user/accumulo/raster.html#geomesa-raster

On 8/22/19 7:42 AM, sarath zacharia wrote:
Hi All,
I am trying to ingest a geotiff file into accumulo using geomesa-accumulo ingest-raster command I am getting following error as follows with below mentioned tools

geomesa-accumulo : 2.3.1
Accumulo   - 1.9.2
Hadoop  - 2.9
Zookeeper - 3.4.10


$: ./geomesa-accumulo ingest-raster -u root -p root  --instance accumuloR -t thrissurmask -f ".../1/ndvi-thrissur_mask_1_1.tif" -F geotiff

java.lang.UnsatisfiedLinkError: no gdalconstjni in java.library.path
ERROR java.lang.Exception: Error, Projection: EPSG:WGS 84 / UTM zone 43N is unsupported.
java.lang.RuntimeException: java.lang.Exception: Error, Projection: EPSG:WGS 84 / UTM zone 43N is unsupported.

Kindly help me to solve this problem

--
with regards

Sarath Zacharia

_______________________________________________
geomesa-users mailing list
geomesa-users@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.locationtech.org/mailman/listinfo/geomesa-users


Back to the top