{"id":15056212,"url":"https://github.com/phollemans/vertigo","last_synced_at":"2025-10-18T12:17:27.060Z","repository":{"id":39000411,"uuid":"301600531","full_name":"phollemans/vertigo","owner":"phollemans","description":"Data visualization software for displaying NetCDF and OPeNDAP earth science data on a 3D sphere","archived":false,"fork":false,"pushed_at":"2025-03-03T04:53:38.000Z","size":20100,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T04:07:12.581Z","etag":null,"topics":["3d-graphics","earth-science","java","javafx","netcdf","noaa-coastwatch","opendap","openjfx","scientific-visualization"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phollemans.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2020-10-06T03:11:04.000Z","updated_at":"2025-03-03T04:53:41.000Z","dependencies_parsed_at":"2025-04-10T04:07:14.731Z","dependency_job_id":"8e38a712-177d-4aca-9a6d-7ffddaea2865","html_url":"https://github.com/phollemans/vertigo","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/phollemans/vertigo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phollemans%2Fvertigo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phollemans%2Fvertigo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phollemans%2Fvertigo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phollemans%2Fvertigo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phollemans","download_url":"https://codeload.github.com/phollemans/vertigo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phollemans%2Fvertigo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276897443,"owners_count":25724192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-25T02:00:09.612Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["3d-graphics","earth-science","java","javafx","netcdf","noaa-coastwatch","opendap","openjfx","scientific-visualization"],"created_at":"2024-09-24T21:49:13.460Z","updated_at":"2025-09-25T10:09:52.997Z","avatar_url":"https://github.com/phollemans.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vertigo Project\n\nThe CoastWatch Vertigo Project is an earth science data viewing application that reads\ndata from NetCDF files and OPeNDAP connections and presents the data as coloured \nimages on a 3D sphere.  The goal of the project is to create a way to discover, view, \nand use earth science data that is easy and intuitive.\n\n# Screenshots\n\n![Vertigo Screenshot - Chlorophyll](https://terrenus-storage.s3.amazonaws.com/vertigo/0.6/screenshot_01.png)\n![Vertigo Screenshot - Air Temperature](https://terrenus-storage.s3.amazonaws.com/vertigo/0.6/screenshot_02.png)\n![Vertigo Screenshot - True Color](https://terrenus-storage.s3.amazonaws.com/vertigo/0.6/screenshot_03.png)\n![Vertigo Screenshot - Geo Color](https://terrenus-storage.s3.amazonaws.com/vertigo/0.6/screenshot_04.png)\n![Vertigo Screenshot - Sea Surface Temperature](https://terrenus-storage.s3.amazonaws.com/vertigo/0.6/screenshot_05.png)\n![Vertigo Screenshot - Ice Cover](https://terrenus-storage.s3.amazonaws.com/vertigo/0.6/screenshot_06.png)\n\n# Packages\n\nPre-compiled installable packages starting with version 0.7 are available for \nWindows, Mac, and Linux under [Releases](https://github.com/phollemans/vertigo/releases). Packages are also \navailable from the Terrenus [archive](https://terrenus-storage.s3.amazonaws.com/index.html#vertigo/).\n\n# Videos \n\nThe YouTube [CoastWatch Vertigo Project](https://www.youtube.com/playlist?list=PL_-bsOLKMYJxlOTJn6E_EUvjBJtSwzYir) playlist contains videos \non installing and using Vertigo to view data, and on Vertigo development.\n\n# Running\n\nTo run Vertigo, either install one of the packages listed above which may require\nadministrator access to your machine, or follow the instructions below for installing OpenJDK and setting `JAVA_HOME`, then skip directly to Step (4) to run Vertigo using the provided script.  \n\n# Building\n\n#### Required software:\n\n* OpenJDK 14.0.2 (https://jdk.java.net/archive) -- This can be installed either system-wide\nor in a local home directory.\n\n#### Optional software:\n\n* install4j 8 (https://www.ej-technologies.com) -- This is to create and sign installable \npackages.\n\n#### Steps:\n\n1) Download the project ZIP file, or clone the repository using Git.\n\n2) Set `JAVA_HOME` to the base JDK directory, for example:\n    - Linux / macOS: `export JAVA_HOME=${HOME}/jdk-14.0.2`\n    - Windows: `set JAVA_HOME=C:\\Users\\%USERNAME%\\jdk-14.0.2`\n\n3) To build a runnable distribution file with all dependencies included, use either the \n`distTar` or `distZip` Gradle tasks.  By default the distribution is built only for the \ncurrent platform -- to build for another platform specify \n`-Pplatform=win`, `-Pplatform=mac`, or `-Pplatform=linux`.  After building, the \ndistribution file is available in the `vertigo/build/distributions` directory.  For \nexample:\n    - Linux / macOS: `./gradlew distTar`\n    - Windows: `.\\gradlew distZip`\n\n4) Alternatively, to compile and run Vertigo directly on the current platform:\n    - Linux / macOS: `./gradlew run`\n    - Windows: `.\\gradlew run`\n\n# Support\n\nGeneral comments and questions should be directed to peter@terrenusearth.com and \ncoastwatch.info@noaa.gov.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphollemans%2Fvertigo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphollemans%2Fvertigo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphollemans%2Fvertigo/lists"}