Can SNAP open CryoSat-2 ice thickness files

Dear ones,
is it possible to open
CryoSat-2 ice thickness (nc-)files
(from AWI - https://data.seaiceportal.de)
in SNAP?

Thank you for assistance.

I’ve never tried.
But SNAP has a generic reader for NetCDF files. So, it might work.
You can try and let us know if it works.

1 Like

Yes, it can. I have tried with one product (awi-siral-l3c-sithick-cryosat2-rep-nh_25km_ease2-202201-fv2p5.nc) and here’s the result:

3 Likes

Many thanks!

Related question - what could be a reason that after:
File → Open
the Reading process takes about 15 minutes and… nothing happends
?

PS.To be more clear, let me attach the error.
What would be your advice(s) ?

error.txt (3.0 KB)

Hello Nelley,

I’m not an expert for the CryoSat data and don’t know why it takes so long to open it, but
the error you mention:

java.util.ServiceConfigurationError: javax.xml.stream.XMLInputFactory: Provider com.ctc.wstx.stax.WstxInputFactory not found
	at java.util.ServiceLoader.fail(ServiceLoader.java:239)
	at java.util.ServiceLoader.access$300(ServiceLoader.java:185)
	at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:372)
	at java.util.ServiceLoader$LazyIterator.access$700(ServiceLoader.java:323)
	at java.util.ServiceLoader$LazyIterator$2.run(ServiceLoader.java:407)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:409)

It has actually been solved in SNAP 9.
[SITBX-847] Error “WstxInputFactory not found” caused by s1tbx-cloud module - JIRA (atlassian.net)

Are you still using SNAP 8, if so, I recommend updating it.
SNAP Download – STEP (esa.int)

However, this error should not prevent SNAP from opening the data. It only affects the 3D World View.

…SNAP 9…
YES, it opened the file without the error, thanks!

Yet another question - it did it during 15 minutes,
are there solutions to speed up?

Sorry, I don’t know. Maybe @kraftek knows.