Version 11 is here! Upgrade now and explore what’s new!

Originally published at: Version 11 is here! Upgrade now and explore what’s new! – STEP

We’re pleased to announce the release of the latest SNAP version, packed with new features and improvements based on your feedback. Here’s what’s new in SNAP 11: New Functions: Support PRISMA Data Support ECOSTRESS products / support map projection of ECOSTRESS products Support PACE OCI data Support SL FRP data of processing baseline FRP_NTC.004.07.00 Add…

6 Likes

First of all, congratulation for the release. Great that we have a new release.

:partying_face: :tada:

Of course, I imediately installed it and noticed that snappy cannot be configured anymore during the installation.

And the snappy-conf.bat fails with the message:
Unrecognized option --snappy

> snappy-conf.bat C:\Users\marco\PycharmProjects\sentinel2_superresolution\venv\Scripts\python.exe

The launcher has determined that the parent process has a console and will reuse it for its own console output.
Closing the console will result in termination of the running program.
Use '--console suppress' to suppress console output.
Use '--console new' to create a separate console window.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory (file:/C:/Program%20Files/esa-snap/platform/lib/boot.jar) to field java.net.URL.handler
WARNING: Please consider reporting this to the maintainers of org.netbeans.ProxyURLStreamHandlerFactory
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Unrecognized option --snappy

I haven’t found any note in the changelog about it. What is now the way to install snappy?

Sorry, found another issue.

In the changelog it is said that now pixelRegion and geometryRegion can be used. (SNAP-3715 Allow subset region (geometry or pixel) from GPT)
But how? The help page has not been updated and when invoking gpt -h from the command line the same help is printed. The CommandLineUsage.txt has not been updated.

I guess it is intended like
-PpixelRegion=<value> and
-PgeometryRegion=<value>

Can’t this interfere with parameters of some operators?

Okay, after installing esa-snappy plugin the snappy-config script works.
But I think the missing configuration option in the installer leaves peopled puzzled behind.

But I have two more things to report:

SRM-112 The toolbox shall support STAC+COG formatted products (btw. the SRM links are private to the team)
But there is no help for it and no item in the import menu. How must the files be formatted to be read?

It is said that help for the InSAR Stack help has been added. But the pages are empty.

Thank you Marco,

I updated the original post and added a note regarding the configuration of esa-snappy

1 Like

Examples:

→ Directly for an operator:​

gpt NdviOp -PgeometryRegion=“POLYGON ((24.066081 44.512176, 24.066081 44.727223, 24.428678 44.727223, 24.428678 44.512176, 24.066081 44.512176))” -Ssource=<source_product> -f GeoTIFF -t ​

​*-> Using a graph:​*

gpt E:\ndvi_savi_subset_read.xml -PgeometryRegion=“POLYGON ((24.066081 44.512176, 24.066081 44.727223, 24.428678 44.727223, 24.428678 44.512176, 24.066081 44.512176))” -Ssource=​

What happens if an operator already has a parameter named geometryRegion or pixelRegion? The operator might expect a different format. For example, x,y,width,height

I think it would have been better to introduce special gpt parameters.
For example -gr and -pr or --geo and --pixel . Similar to the other parameters, like -c or -q or --diag.

In SNAP11, I tried to export a resampled (60m) S2 product to NetCDF4-CF but it fails with the following message.

java.lang.Error: Invalid memory access
	at com.sun.jna.Native.invokeInt(Native Method)
	at com.sun.jna.Function.invoke(Function.java:426)
	at com.sun.jna.Function.invoke(Function.java:361)
	at com.sun.jna.Library$Handler.invoke(Library.java:270)
	at com.sun.proxy.$Proxy30.nc_sync(Unknown Source)
	at ucar.nc2.jni.netcdf.Nc4wrapper.nc_sync(Nc4wrapper.java:1593)
	at ucar.nc2.jni.netcdf.Nc4Iosp.flush(Nc4Iosp.java:3532)
	at ucar.nc2.NetcdfFileWriter.flush(NetcdfFileWriter.java:1128)
	at org.esa.snap.dataio.netcdf.DefaultNetCdfWriter.flush(DefaultNetCdfWriter.java:128)
	at org.esa.snap.core.dataio.ProductIO.writeProduct(ProductIO.java:456)
	at org.esa.snap.core.dataio.ProductIO.writeProduct(ProductIO.java:421)
	at org.esa.snap.rcp.actions.file.WriteProductOperation.writeProduct(WriteProductOperation.java:147)
	at org.esa.snap.rcp.actions.file.WriteProductOperation.run(WriteProductOperation.java:122)
	at org.netbeans.modules.progress.ui.RunOffEDTImpl$3.run(RunOffEDTImpl.java:252)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)

Other products do work. I tried a small GeoTiff, a MERIS product and a reprojected MERIS product.

I could not reproduce the issue on my system. Jira ticket SNAP-3878 created for further investigations.

Hello Diana,
As part of my master’s thesis, I am evaluating S1 ETAD phase corrections for interferometric purposes. Currently, I am encountering challenges in processing and applying the parameters of the coregistration of a stack to the correction layers.

Can you give me any kind of information, whether the module update will be released in the near future (within weeks) or if it might take a few months? This information would be incredibly helpful for planning the next steps of my research.

Thank you very much for your time and assistance. I greatly appreciate your support.
~Maurice

Dear Maurice,

Our team is actively working on the ETAD functionality and expects to be ready in a few weeks.