Sentinel 3 olci reprojection fail

Hi all,
I am using Sentinel 3 - OLCI to analyze the sea ice displacement in Antarctica.
QGIS cannot read correctly a composite RGB saved in geotiff and misrepresent the data due to the CRS, so I have to find a different approach.

I tried to reproject the OLCI products (for instance S3A_OL_1_EFR____20181124T145851_20181124T150140_20181126T022132_0169_038_210_4500_LN1_O_NT_002) in epsg 3031 (the standard for Antarctica) and 42001 but I receive the following error. The HD used for storing the images has 5TB free, the HD used for the cache (C:\cache) has 50 GB free and the cache size set to 32GB, my machine has 64 GB of RAM. The OS is Windows 10 and the SNAP version is 8.0. It seems to me unlikely that a reprojection could saturate my HD.

Does anyone know about similar issues and how to solve them? Is it a bug in SNAP?

Look forward for any reply!
Marco

java.io.IOException: Spazio su disco insufficiente
at java.io.RandomAccessFile.setLength(Native Method)
at org.esa.snap.core.dataio.dimap.DimapProductWriter.createPhysicalFile(DimapProductWriter.java:145)
at org.esa.snap.core.dataio.dimap.DimapProductWriter.createPhysicalImageFile(DimapProductWriter.java:112)
at org.esa.snap.core.dataio.dimap.DimapProductWriter.getValidImageFile(DimapProductWriter.java:416)
at org.esa.snap.core.dataio.dimap.DimapProductWriter.createImageOutputStream(DimapProductWriter.java:443)
at org.esa.snap.core.dataio.dimap.DimapProductWriter.getOrCreateImageOutputStream(DimapProductWriter.java:392)
at org.esa.snap.core.dataio.dimap.DimapProductWriter.writeBandRasterData(DimapProductWriter.java:256)
at org.esa.snap.core.gpf.common.WriteOp.writeTileRow(WriteOp.java:430)
at org.esa.snap.core.gpf.common.WriteOp.computeTile(WriteOp.java:341)
Caused: org.esa.snap.core.gpf.OperatorException: Not able to write product file: ‘I:\ISSIUMAX\Sentinel-3\Reprojected\S3A_OL_1_EFR____20181124T145851_20181124T150140_20181126T022132_0169_038_210_4500_LN1_O_NT_002.SEN3_reprojected.dim’
at org.esa.snap.core.gpf.common.WriteOp.computeTile(WriteOp.java:375)
at org.esa.snap.core.gpf.internal.OperatorImage.computeRect(OperatorImage.java:82)
at javax.media.jai.SourcelessOpImage.computeTile(Unknown Source)
Caused: org.esa.snap.core.gpf.OperatorException: Not able to write product file: ‘I:\ISSIUMAX\Sentinel-3\Reprojected\S3A_OL_1_EFR____20181124T145851_20181124T150140_20181126T022132_0169_038_210_4500_LN1_O_NT_002.SEN3_reprojected.dim’
at org.esa.snap.core.gpf.internal.OperatorExecutor$GPFImagingListener.errorOccurred(OperatorExecutor.java:381)
at com.sun.media.jai.util.SunTileScheduler.sendExceptionToListener(Unknown Source)
at com.sun.media.jai.util.SunTileScheduler.scheduleTile(Unknown Source)
at javax.media.jai.OpImage.getTile(Unknown Source)
at com.sun.media.jai.util.RequestJob.compute(Unknown Source)
[catch] at com.sun.media.jai.util.WorkerThread.run(Unknown Source)

1 Like