Any url to download specific released version archives/zips (s3tbx)?

Hi all,
provided that I am aware of:

  • http://step.esa.int/main/download/ which contains links to installers and zip for version 5.0
  • SNAP UI -> Tools -> plugins -> “check for updates” to get latest versions.

Do you have any repository/url where released archives are available for download?

I see the tags/release in github:

Containing zip/tar.gz with source code.

I also see single modules archived on nexus repositories, as an instance:
http://nexus.senbox.net/nexus/content/repositories/public/org/esa/s3tbx/s3tbx-sentinel3-reader/5.0.1/

I’m wondering if there is anything like s3tbx-5.0.1.zip somewhere with all jars inside it.

Thanks in advanced for your help.
Cheers,
Daniele

No, there is no such archive.
Only at this location are all the toolbox *.nbm files. Which contain the jar files.

The only thing into this direction is the BundleCreator
It can create an archive based on either an installed SNAP instance or on source code directories (must be build beforehand).
So you could check out the tag e.g. 5.0.3 from github, build the sources and then run this tool. so you need to checkout snap-engine, too.

The documentation for this is still pending. But it is easy to use.

Now the documentation for the BundleCreator is there.
https://senbox.atlassian.net/wiki/display/SNAP/How+to+create+a+SNAP+bundle+from+source

Thanks for the feedbacks!

Daniele