These are powerful formats which shouldn't be discarded.
I agree they are powerful formats, but they have pluses and minuses, for example, trashing the actual data when lossy compression is used to drastically reduce the size of the image. That's OK for many viewing purposes but it's not OK for analytics. So it's not so much that anybody is discarding the formats as it is that there are alternatives that are also used, and which work better for some purposes than ECW. Keep in mind that if you want to do analytics there is no free lunch: you need the actual, real data at each pixel location and that means decompressing into real pixels. If the real image is 75 GB in size, that's the size it will take. Working with real images that are 75 GB in size is no big deal in 9. The first time you import and save as a .map project it may take a while, but after that it's instantaneous to open and to view. Disk are cheap: you can buy a 2TB Samsung SATA SSD for only $90 on Newegg, with 4TB going for around $200 and 8TB for under $400. Get the 8TB SSD and you'll have room for plenty of 75 GB images. If you don't need SSD the prices are even lower: buy a 20 TB Seagate drive on Newegg for only $309. If you don't need to work with real data but are just viewing, you can use formats like GeoTIFF which will provide good compression with good viewing results. And whether you are only viewing or need the real data for analytics, you can save your big images in a .map file and then just link them in read-only to multiple various projects, either linking .map files directly or using Manifold Server. That's what I do with the big images that I use. An example also is the 17 GB terrain background image in the http server example at https://manifold.net/ims9/ - it's just as fast linked in as if it was stored in that .map project. Be that as it may, if you judge the various tradeoffs involved are OK for your work and you want to use ECW version 3 you can do that today: you just have to pay Hexagon to use it. Hexagon sells a compressor tool that lets you do it. If Manifold licensed v3 ECW from Hexagon that would require Manifold charging you a fee for that capability, passing on the license cost from Hexagon. It doesn't make sense for Manifold to be a middleman for Hexagon licenses since Manifold would have to charge you more than a direct buy from Hexagon. Another option if you can accept lossy compression to get greatly reduced storage sizes would be to convert ECW v3 images into JPEG2000 images using the open source JP2OpenJPEG driver in GDAL, using a GDAL command line to do the conversion. That's free.
|