{"id":33907273,"url":"https://github.com/kitware/quickview","last_synced_at":"2026-05-12T06:03:08.544Z","repository":{"id":317616089,"uuid":"1062125521","full_name":"Kitware/QuickView","owner":"Kitware","description":"A ParaView based, easy-to-use application for exploration of atmospheric data from E3SM.","archived":false,"fork":false,"pushed_at":"2026-04-16T11:55:18.000Z","size":49274,"stargazers_count":0,"open_issues_count":11,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-16T13:34:58.088Z","etag":null,"topics":["paraview","trame-app"],"latest_commit_sha":null,"homepage":"https://kitware.github.io/QuickView/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kitware.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2025-09-22T20:56:31.000Z","updated_at":"2026-04-16T11:55:22.000Z","dependencies_parsed_at":"2025-10-02T01:22:33.460Z","dependency_job_id":"003956d3-9002-4511-9dc6-c8fd93dbb18b","html_url":"https://github.com/Kitware/QuickView","commit_stats":null,"previous_names":["kitware/quickview"],"tags_count":44,"template":false,"template_full_name":null,"purl":"pkg:github/Kitware/QuickView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2FQuickView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2FQuickView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2FQuickView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2FQuickView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kitware","download_url":"https://codeload.github.com/Kitware/QuickView/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2FQuickView/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32189658,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T15:28:30.493Z","status":"ssl_error","status_checked_at":"2026-04-23T15:28:29.972Z","response_time":53,"last_error":"SSL_read: 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":["paraview","trame-app"],"created_at":"2025-12-12T02:35:58.732Z","updated_at":"2026-04-23T17:00:45.547Z","avatar_url":"https://github.com/Kitware.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuickView\n\n[![Test](https://github.com/Kitware/QuickView/actions/workflows/test.yml/badge.svg)](https://github.com/Kitware/QuickView/actions/workflows/test.yml)\n[![Release](https://github.com/Kitware/QuickView/actions/workflows/release.yml/badge.svg)](https://github.com/Kitware/QuickView/actions/workflows/release.yml)\n[![Package](https://github.com/Kitware/QuickView/actions/workflows/package.yml/badge.svg)](https://github.com/Kitware/QuickView/actions/workflows/package.yml)\n![PyPI](https://img.shields.io/pypi/v/e3sm-quickview?label=pypi%20package)\n[![Conda Version](https://img.shields.io/conda/vn/conda-forge/e3sm-quickview.svg)](https://anaconda.org/conda-forge/e3sm-quickview)\n\n**EAM QuickView** is an open-source, interactive visualization tool\ndesigned for scientists working with the atmospheric component of the\n[Energy Exascale Earth System Model (E3SM)](https://e3sm.org/),\nknown as the E3SM Atmosphere Model (EAM).\nIts Python- and [Trame](https://www.kitware.com/trame/)-based\nGraphical User Interface (GUI) provides\nintuitive access to [ParaView](https://www.paraview.org/)'s\npowerful analysis and visualization capabilities, without the steep learning curve.\n\n![Application](https://raw.githubusercontent.com/Kitware/QuickView/master/QuickView-app.png)\n\n## Key Features\n\n- Intuitive, minimalist interface tailored for atmospheric modeling.\n- Multi-variable visualization with drag-and-drop layout.\n- Persistent sessions - pick up where you left off.\n- Support for EAM v2, v3, and upcoming v4 output formats.\n\n## Quick Start\n\n- Install and launch the app for [end users](docs/setup/for_end_users.md)\n  or [app developers](docs/setup/for_app_developers.md).\n- Download connectivity files of EAM's cubed-sphere grids from\n  [Zenodo](https://doi.org/10.5281/zenodo.16908566).\n- Optional: download [sample simulation output](https://zenodo.org/records/16922607)\n  to test the app.\n- For EAMv2 and v3 developers and users: if your simulation data files\n  are *not* the original files written out by the model,\n  i.e., if your files were generated by NCO, CDO, etc.\n  check QuickView's [data format requirements](docs/userguide/data_requirements.md).\n- For EAMxx developers and users: EAMxx's most recent output format\n  changes might not have been accommodated. If your run into problems\n  opening your data files, please check the\n  [Issues tab on GitHub](https://github.com/ayenpure/QuickView/issues) and\n  open a new issue if needed.\n\nMore detailed descriptions of how to download, install, and use QuickView\ncan be found in the [documentation](https://quickview.readthedocs.io/en/latest/).\n\n## Project Background\n\nQuickView is developed by [Kitware, Inc.](https://www.kitware.com/) in\ncollaboration with\n[Pacific Northwest National Laboratory](https://www.pnnl.gov/), supported by the\nU.S. Department of Energy's\n[ASCR](https://www.energy.gov/science/ascr/advanced-scientific-computing-research)\nand\n[BER](https://www.energy.gov/science/ber/biological-and-environmental-research)\nprograms via [SciDAC](https://www.scidac.gov/).\n\n### Contributors\n\n- **Lead Developer**: Abhishek Yenpure (Kitware, Inc.)\n- **Key Contributors**: Berk Geveci, Sebastien Jourdain (Kitware, Inc.); Hui\n  Wan, Kai Zhang (PNNL)\n\n## License\n\nApache Software License - see [LICENSE](LICENSE) file for details.\n\n## Commit message convention\n\nSemantic release rely on\n[conventional commits](https://www.conventionalcommits.org/) to generate new\nreleases and changelog.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitware%2Fquickview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitware%2Fquickview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitware%2Fquickview/lists"}