{"id":34606618,"url":"https://github.com/bcdev/s3tbx-snow","last_synced_at":"2026-05-24T20:03:15.165Z","repository":{"id":79479561,"uuid":"103153204","full_name":"bcdev/s3tbx-snow","owner":"bcdev","description":"Processors and tools for the retrieval of snow properties within the SEOM S3-SNOW project","archived":false,"fork":false,"pushed_at":"2022-02-07T22:03:38.000Z","size":5443,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-09-09T14:16:29.923Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bcdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-09-11T15:26:49.000Z","updated_at":"2023-04-26T13:55:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"273cc386-1235-4079-ba30-776941ef06c5","html_url":"https://github.com/bcdev/s3tbx-snow","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/bcdev/s3tbx-snow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcdev%2Fs3tbx-snow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcdev%2Fs3tbx-snow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcdev%2Fs3tbx-snow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcdev%2Fs3tbx-snow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcdev","download_url":"https://codeload.github.com/bcdev/s3tbx-snow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcdev%2Fs3tbx-snow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33448586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-24T19:21:36.376Z","status":"ssl_error","status_checked_at":"2026-05-24T19:21:10.562Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-24T13:56:28.282Z","updated_at":"2026-05-24T20:03:15.160Z","avatar_url":"https://github.com/bcdev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# S3TBX-Snow\nProcessors and tools for the retrieval of snow properties within the SEOM S3 for Snow project\n\nHow to build\n------------\n\nMake sure you have **[git](https://git-scm.com/)**, \n**[JDK 1.8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)**, and \n**[Maven 3](https://maven.apache.org/)** installed. Make sure Maven find's the JDK by setting the environment variable `JAVA_HOME` to the directory where your JDK is installed. \n\nClone or fork the repository at https://github.com/bcdev/s3tbx-snow. \n```\n\u003e git clone https://github.com/bcdev/s3tbx-snow.git\n\u003e cd s3tbx-snow\n```\n\nYou can update your checked-out sources from the remote repository by running \n```\n\u003e git pull --rebase\n```\n\nIncremental build with Maven:\n```\n\u003e mvn package\n```\n\nClean build:\n```\n\u003e mvn clean package\n```  \n\nIf you encounter test failures:\n```\n\u003e mvn clean package -DskipTests=true\n```\n\nThe build creates a SNAP plugin module file `target/nbm/s3tbx-snow-\u003cversion\u003e.nbm`.\n\nHow to install and run the processor as SNAP plugin \n---------------------------------------------------\n\nStart SNAP (Desktop UI) and find the plugin manager in the main menu at \n\u003e **Tools / Plugins**\n\nThen \n* select tab **Downloaded**, \n* click button **Add Files** and \n* select the plugin module file `target/nbm/s3tbx-snow-\u003cversion\u003e.nbm`. \n* Click **Install**, \n* then **Close** and \n* restart SNAP.\n\nOnce the Snow Albedo processor is installed into SNAP it can be run from the SNAP Desktop UI's main menu at\n\u003e **Optical / Thematic Land Processing / OLCI Snow Albedo**\n  \nOr in batch mode using SNAP's `gpt` command-line tool found in `${SNAP_HOME}/bin`. \n```\n\u003e gpt OLCI.SnowAlbedo -h\n```  \n\nModifying, running and debugging the processor code\n---------------------------------------------------\n\nThis section explains how to run and debug the Snow Albedo processor code from a Java IDE without having to install \nthe plugin into SNAP.\n\nYou will need to install\n* SNAP with the Sentinel-3 Toolbox (S3TBX) from http://step.esa.int/main/download/\n* IntelliJ IDEA (Community Edition) IDE from https://www.jetbrains.com/idea/download/\n\nStart IDEA and select **File / New / Project from Existing Sources**. Select the `pom.xml` (Maven project file) in the \nsource directory. Leave all default settings as they are and click **Next** until IDEA asks for the JDK. Select the \ninstalled JDK from above and finish the dialog.\n\nFrom the main menu select **Run / Edit Configurations**. In the dialog click the **+** (add) button and select \n**JAR Application**. Then the settings are as follows:\n\n* **Name**: SNAP Desktop\n* **Path to JAR:** `${SNAP_HOME}/snap/snap/core/snap-main.jar`\n* **VM options:** `-Xmx4G -Dorg.netbeans.level=INFO -Dsun.java2d.noddraw=true -Dsun.awt.nopixfmt=true -Dsun.java2d.dpiaware=false` \n* **Program arguments:** `--userdir ${S3-SNOW_HOME}/target/testdir --clusters ${S3-SNOW_HOME}/target/nbm/netbeans/s3tbx --patches ${S3-SNOW_HOME}/$/target/classes`\n* **Working directory:** `${SNAP_HOME}`\n\nwhere \n\n* `${SNAP_HOME}` must be replaced by your SNAP installation directory\n* `${S3-SNOW_HOME}` must be replaced by your s3tbx-snow project directory (where the `pom.xml` is located in)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcdev%2Fs3tbx-snow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcdev%2Fs3tbx-snow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcdev%2Fs3tbx-snow/lists"}