Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Handle S1 COGs from Copernicus Dataspace #172

Closed
2 tasks done
remi-braun opened this issue Aug 13, 2024 · 1 comment
Closed
2 tasks done

ENH: Handle S1 COGs from Copernicus Dataspace #172

remi-braun opened this issue Aug 13, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@remi-braun
Copy link
Member

remi-braun commented Aug 13, 2024

It would be great to handle S1 COGs from Copernicus Dataspace now that SNAP 10 is out.

  • Figure out SNAP version when constructing a SAR object (only in non ortho modes)
  • If SNAP>10, let it pass, else raise a NotImplementedError

For SNAP version, maybe parse:

>>> gpt --diag
INFO: org.esa.snap.core.gpf.operators.tooladapter.ToolAdapterIO: Initializing external tool adapters
INFO: org.esa.snap.core.util.EngineVersionCheckActivator: Please check regularly for new updates for the best SNAP experience.
SNAP Release version 9.0.0
SNAP home: C:\Program Files\snap\bin\/..
SNAP debug: null
SNAP log level: null
Java home: c:\program files\snap\jre\jre
Java version: 1.8.0_242
Processors: 16
Max memory: 39.1 GB
Cache size: 8.0 GB
Tile parallelism: 4
Tile size: 1024 x 1024 pixels

To configure your gpt memory usage:
Edit snap/bin/gpt.vmoptions

To configure your gpt cache size and parallelism:
Edit .snap/etc/snap.properties or gpt -c ${cachesize-in-GB}G -q ${parallelism}
@remi-braun remi-braun added the enhancement New feature or request label Aug 13, 2024
@remi-braun
Copy link
Member Author

remi-braun commented Aug 13, 2024

Function snap.get_snap_version has been implemented in sertit-utils. To be released in next version.

remi-braun added a commit to sertit/sertit-utils that referenced this issue Aug 13, 2024
remi-braun added a commit that referenced this issue Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant