Esri / OptimizeRasters

OptimizeRasters is a set of tools for converting raster data to optimized Tiled TIF or MRF files, moving data to cloud storage, and creating Raster Proxies.
Apache License 2.0
126 stars 50 forks source link

Is webp supported for converting from tiff to mrf #150

Closed BoudewijnBoogaard closed 6 months ago

BoudewijnBoogaard commented 1 year ago

I have downloaded a tiff image that is apparently compressed using webp. If I try to convert this tiff to mrf using OptimizeRasters I get the following error message:

"Cannot open TIFF file due to missing codec"

Does anyone know if this compression method is supported or can be supported?

It looks like ArcGIS Pro 3.x is the first version of ArcGIS Pro that supports this compression type. I wasn't able to add these images to versions prior to ArcGIS Pro 3.x.

I've attached a sample image to this post.

Chamlika commented 1 year ago

@BoudewijnBoogaard We'll have the MRF/WEBP compression added into the next release, thansk!

lucianpls commented 1 year ago

You mean TIFF/WEBP, right?

Chamlika commented 1 year ago

You mean TIFF/WEBP, right?

oops, yes @lucianpls Thanks for pointing out.

BoudewijnBoogaard commented 1 year ago

You are right. We are receiving Tiff/Webp and I'm not able to convert to to MRF/LERC.

Will this be on the road map?