{"id":833,"name":"pygac","description":"A Python package to read and calibrate NOAA and Metop AVHRR GAC and LAC data.","url":"https://github.com/pytroll/pygac","last_synced_at":"2026-08-13T13:35:20.092Z","repository":{"id":16557024,"uuid":"19310746","full_name":"pytroll/pygac","owner":"pytroll","description":"A python package to read and calibrate NOAA and Metop AVHRR GAC and LAC data","archived":false,"fork":false,"pushed_at":"2026-05-18T15:24:01.000Z","size":40079,"stargazers_count":26,"open_issues_count":12,"forks_count":27,"subscribers_count":9,"default_branch":"main","last_synced_at":"2026-08-03T12:05:05.578Z","etag":null,"topics":["avhrr","calibration","climate","gac","hacktoberfest","lac","metop","navigation","noaa","radiometric","satellite","tiros"],"latest_commit_sha":null,"homepage":"https://pygac.readthedocs.org/","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/pytroll.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2014-04-30T10:57:18.000Z","updated_at":"2026-07-23T23:28:39.000Z","dependencies_parsed_at":"2024-04-10T18:59:34.621Z","dependency_job_id":"45f5bda8-b901-4519-a187-602175a510bf","html_url":"https://github.com/pytroll/pygac","commit_stats":{"total_commits":625,"total_committers":25,"mean_commits":25.0,"dds":0.7168,"last_synced_commit":"e03401a0775358a82105b05b17ed5bfaf80fb2e2"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/pytroll/pygac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytroll","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/sbom","scorecard":{"id":752453,"data":{"date":"2025-08-11","repo":{"name":"github.com/pytroll/pygac","commit":"fe43070f12ca395a0e1e41f1f444bb54d94dee9a"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 5/8 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yaml:1","Warn: no topLevel permission defined: .github/workflows/deploy-sdist.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/pytroll/pygac/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/pytroll/pygac/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/pytroll/pygac/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-sdist.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/pytroll/pygac/deploy-sdist.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-sdist.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/pytroll/pygac/deploy-sdist.yaml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: GNU General Public License v3.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/deploy-sdist.yaml:9"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":0,"reason":"10 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: PYSEC-2019-156 / GHSA-xp76-357g-9wqq","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-22T20:43:45.184Z","repository_id":16557024,"created_at":"2025-08-22T20:43:45.184Z","updated_at":"2025-08-22T20:43:45.184Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36311804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-08-05T02:00:06.619Z","response_time":104,"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"}},"owner":{"login":"pytroll","name":"Pytroll","uuid":"13004956","kind":"organization","description":"","email":null,"website":"http://pytroll.org/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/13004956?v=4","repositories_count":52,"last_synced_at":"2024-03-25T22:59:13.375Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pytroll","funding_links":[],"total_stars":2158,"followers":98,"following":0,"created_at":"2022-11-02T20:07:46.345Z","updated_at":"2024-03-25T22:59:16.126Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytroll","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytroll/repositories"},"packages":[{"id":13720683,"name":"pygac","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/pytroll/pygac","licenses":"gpl-3.0","normalized_licenses":["GPL-3.0"],"repository_url":"https://github.com/pytroll/pygac","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T00:53:53.890Z","latest_release_published_at":"2026-02-13T00:53:53.890Z","latest_release_number":"1.7.2-2","last_synced_at":"2026-03-13T01:02:26.270Z","created_at":"2026-02-13T00:53:53.715Z","updated_at":"2026-03-13T01:02:26.271Z","registry_url":"https://launchpad.net/ubuntu/+source/pygac","install_command":"apt-get install pygac","documentation_url":null,"metadata":{"component":"universe","architecture":"any all","priority":"optional","binary":"python3-pygac, pygac-bin","standards_version":"4.6.2","maintainer":"Debian GIS Project \u003cpkg-grass-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-python, dh-sequence-numpy3, dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-bottleneck, python3-docutils, python3-geotiepoints, python3-h5py, python3-numpy, python3-packaging, python3-pyorbital, python3-pytest \u003c!nocheck\u003e, python3-scipy, python3-setuptools, python3-setuptools-scm","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":16557024,"uuid":"19310746","full_name":"pytroll/pygac","owner":"pytroll","description":"A python package to read and calibrate NOAA and Metop AVHRR GAC and LAC data","archived":false,"fork":false,"pushed_at":"2025-09-05T08:28:01.000Z","size":40132,"stargazers_count":24,"open_issues_count":12,"forks_count":28,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-11-09T00:02:53.200Z","etag":null,"topics":["avhrr","calibration","climate","gac","hacktoberfest","lac","metop","navigation","noaa","radiometric","satellite","tiros"],"latest_commit_sha":null,"homepage":"https://pygac.readthedocs.org/","language":"Python","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/pytroll.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2014-04-30T10:57:18.000Z","updated_at":"2025-09-19T13:59:25.000Z","dependencies_parsed_at":"2024-04-10T18:59:34.621Z","dependency_job_id":"45f5bda8-b901-4519-a187-602175a510bf","html_url":"https://github.com/pytroll/pygac","commit_stats":{"total_commits":625,"total_committers":25,"mean_commits":25.0,"dds":0.7168,"last_synced_commit":"e03401a0775358a82105b05b17ed5bfaf80fb2e2"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/pytroll/pygac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytroll","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/sbom","scorecard":{"id":752453,"data":{"date":"2025-08-11","repo":{"name":"github.com/pytroll/pygac","commit":"fe43070f12ca395a0e1e41f1f444bb54d94dee9a"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 5/8 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yaml:1","Warn: no topLevel permission defined: .github/workflows/deploy-sdist.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/pytroll/pygac/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/pytroll/pygac/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/pytroll/pygac/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-sdist.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/pytroll/pygac/deploy-sdist.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-sdist.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/pytroll/pygac/deploy-sdist.yaml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: GNU General Public License v3.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/deploy-sdist.yaml:9"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":0,"reason":"10 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: PYSEC-2019-156 / GHSA-xp76-357g-9wqq","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-22T20:43:45.184Z","repository_id":16557024,"created_at":"2025-08-22T20:43:45.184Z","updated_at":"2025-08-22T20:43:45.184Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29102565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T22:44:52.815Z","status":"ssl_error","status_checked_at":"2026-02-04T22:44:16.428Z","response_time":62,"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"}},"repo_metadata_updated_at":"2026-02-13T00:53:54.129Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":0.5790063503922301,"forks_count":0.442037106213423,"docker_downloads_count":null,"average":0.2552608641514133},"purl":"pkg:deb/ubuntu/pygac?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/pygac","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/pygac","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/pygac/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/pygac/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/pygac/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/pygac/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/pygac/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/pygac/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/pygac/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.04","url":"https://launchpad.net/ubuntu/noble","ecosystem":"ubuntu","default":true,"packages_count":37306,"maintainers_count":0,"namespaces_count":4,"keywords_count":1697,"github":"ubuntu","metadata":{"codename":"noble","funded_packages_count":723},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-08-10T05:07:57.238Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/namespaces"}},{"id":13706515,"name":"pygac","ecosystem":"debian","description":null,"homepage":"https://github.com/pytroll/pygac","licenses":"gpl-3.0","normalized_licenses":["GPL-3.0"],"repository_url":"https://github.com/pytroll/pygac","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T22:13:32.664Z","latest_release_published_at":"2026-02-12T22:13:32.664Z","latest_release_number":"1.7.1-2","last_synced_at":"2026-03-13T14:42:36.462Z","created_at":"2026-02-12T22:13:32.493Z","updated_at":"2026-03-13T14:42:36.687Z","registry_url":"https://tracker.debian.org/pkg/pygac","install_command":"apt-get install pygac","documentation_url":"https://packages.debian.org/bookworm/pygac","metadata":{"component":"main","architecture":"any all","priority":"extra","binary":"python3-pygac, pygac-bin","standards_version":"4.6.1","maintainer":"Debian GIS Project \u003cpkg-grass-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 12), dh-python, pybuild-plugin-pyproject, python3-all, python3-bottleneck, python3-docutils, python3-geotiepoints, python3-h5py, python3-numpy, python3-pyorbital, python3-pytest, python3-scipy, python3-setuptools, python3-setuptools-scm","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":16557024,"uuid":"19310746","full_name":"pytroll/pygac","owner":"pytroll","description":"A python package to read and calibrate NOAA and Metop AVHRR GAC and LAC data","archived":false,"fork":false,"pushed_at":"2025-09-05T08:28:01.000Z","size":40132,"stargazers_count":24,"open_issues_count":12,"forks_count":28,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-11-09T00:02:53.200Z","etag":null,"topics":["avhrr","calibration","climate","gac","hacktoberfest","lac","metop","navigation","noaa","radiometric","satellite","tiros"],"latest_commit_sha":null,"homepage":"https://pygac.readthedocs.org/","language":"Python","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/pytroll.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2014-04-30T10:57:18.000Z","updated_at":"2025-09-19T13:59:25.000Z","dependencies_parsed_at":"2024-04-10T18:59:34.621Z","dependency_job_id":"45f5bda8-b901-4519-a187-602175a510bf","html_url":"https://github.com/pytroll/pygac","commit_stats":{"total_commits":625,"total_committers":25,"mean_commits":25.0,"dds":0.7168,"last_synced_commit":"e03401a0775358a82105b05b17ed5bfaf80fb2e2"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/pytroll/pygac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytroll","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/sbom","scorecard":{"id":752453,"data":{"date":"2025-08-11","repo":{"name":"github.com/pytroll/pygac","commit":"fe43070f12ca395a0e1e41f1f444bb54d94dee9a"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 5/8 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yaml:1","Warn: no topLevel permission defined: .github/workflows/deploy-sdist.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/pytroll/pygac/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/pytroll/pygac/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/pytroll/pygac/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-sdist.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/pytroll/pygac/deploy-sdist.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-sdist.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/pytroll/pygac/deploy-sdist.yaml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: GNU General Public License v3.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/deploy-sdist.yaml:9"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":0,"reason":"10 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: PYSEC-2019-156 / GHSA-xp76-357g-9wqq","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-22T20:43:45.184Z","repository_id":16557024,"created_at":"2025-08-22T20:43:45.184Z","updated_at":"2025-08-22T20:43:45.184Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29102565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T22:44:52.815Z","status":"ssl_error","status_checked_at":"2026-02-04T22:44:16.428Z","response_time":62,"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"}},"repo_metadata_updated_at":"2026-02-12T22:13:34.630Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":2.4995536511337257,"forks_count":1.5524625267665952,"docker_downloads_count":null,"average":1.0130040444750803},"purl":"pkg:deb/debian/pygac?arch=source\u0026distro=debian-12","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/pygac","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/pygac","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/pygac/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-02-11T00:18:10.519Z","issues_count":48,"pull_requests_count":125,"avg_time_to_close_issue":20820208.833333332,"avg_time_to_close_pull_request":4390806.739130435,"issues_closed_count":36,"pull_requests_closed_count":115,"pull_request_authors_count":21,"issue_authors_count":14,"avg_comments_per_issue":4.520833333333333,"avg_comments_per_pull_request":3.176,"merged_pull_requests_count":103,"bot_issues_count":0,"bot_pull_requests_count":2,"past_year_issues_count":6,"past_year_pull_requests_count":24,"past_year_avg_time_to_close_issue":2482026.0,"past_year_avg_time_to_close_pull_request":906413.5555555555,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":18,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":4.5,"past_year_avg_comments_per_pull_request":1.625,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":18,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/issues","maintainers":[{"login":"sfinkens","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sfinkens"},{"login":"mraspaud","count":45,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mraspaud"},{"login":"carloshorn","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/carloshorn"},{"login":"ninahakansson","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ninahakansson"},{"login":"djhoese","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/djhoese"},{"login":"abhaydd","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/abhaydd"}],"active_maintainers":[{"login":"mraspaud","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mraspaud"},{"login":"sfinkens","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sfinkens"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/pygac/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/pygac/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/pygac/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/pygac/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/pygac/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/pygac/codemeta","maintainers":[],"registry":{"name":"debian-12","url":"https://packages.debian.org/bookworm","ecosystem":"debian","default":true,"packages_count":34734,"maintainers_count":0,"namespaces_count":4,"keywords_count":2652,"github":"debian","metadata":{"codename":"bookworm","funded_packages_count":809},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.459Z","updated_at":"2026-08-10T05:08:01.819Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/namespaces"}},{"id":13798665,"name":"pygac","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/pytroll/pygac","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/pytroll/pygac","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T16:58:49.156Z","latest_release_published_at":"2026-02-13T16:58:49.156Z","latest_release_number":"1.7.2-1","last_synced_at":"2026-03-13T17:19:05.748Z","created_at":"2026-02-13T16:58:48.912Z","updated_at":"2026-03-13T17:19:05.748Z","registry_url":"https://launchpad.net/ubuntu/+source/pygac","install_command":"apt-get install pygac","documentation_url":null,"metadata":{"component":"universe","architecture":"any all","priority":"optional","binary":"python3-pygac, pygac-bin","standards_version":"4.6.2","maintainer":"Debian GIS Project \u003cpkg-grass-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-bottleneck, python3-docutils, python3-geotiepoints, python3-h5py, python3-numpy, python3-packaging, python3-pyorbital, python3-pytest, python3-scipy, python3-setuptools, python3-setuptools-scm","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-13T16:58:50.009Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/pygac?arch=source\u0026distro=ubuntu-23.10\u0026repository_url=https://launchpad.net/ubuntu/mantic","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/pygac","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/pygac","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/pygac/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/pygac/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/pygac/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/pygac/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/pygac/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/pygac/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/pygac/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.10","url":"https://launchpad.net/ubuntu/mantic","ecosystem":"ubuntu","default":false,"packages_count":36642,"maintainers_count":0,"namespaces_count":4,"keywords_count":2213,"github":"ubuntu","metadata":{"codename":"mantic","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":891},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.636Z","updated_at":"2026-08-10T05:07:58.402Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/namespaces"}},{"id":13600906,"name":"pygac","ecosystem":"debian","description":null,"homepage":"https://github.com/pytroll/pygac","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/pytroll/pygac","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-11T10:50:55.089Z","latest_release_published_at":"2026-02-11T10:50:55.089Z","latest_release_number":"1.0.1-1","last_synced_at":"2026-03-13T17:05:22.397Z","created_at":"2026-02-11T10:50:54.900Z","updated_at":"2026-03-13T17:05:22.397Z","registry_url":"https://tracker.debian.org/pkg/pygac","install_command":"apt-get install pygac","documentation_url":"https://packages.debian.org/buster/pygac","metadata":{"component":"main","architecture":"all","priority":"extra","binary":"python3-pygac","standards_version":"4.3.0","maintainer":"Debian GIS Project \u003cpkg-grass-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper (\u003e= 11), dh-python, python3-all, python3-docutils, python3-geotiepoints, python3-h5py, python3-numpy, python3-pyorbital, python3-scipy, python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-11T15:13:32.200Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/pygac?arch=source\u0026distro=debian-10\u0026repository_url=https://packages.debian.org/buster","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/pygac","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/pygac","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/pygac/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/pygac/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/pygac/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/pygac/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/pygac/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/pygac/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/pygac/codemeta","maintainers":[],"registry":{"name":"debian-10","url":"https://packages.debian.org/buster","ecosystem":"debian","default":false,"packages_count":28836,"maintainers_count":0,"namespaces_count":3,"keywords_count":915,"github":"debian","metadata":{"codename":"buster","mirror":"http://archive.debian.org/debian","funded_packages_count":444},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.156Z","updated_at":"2026-08-13T05:02:46.543Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/namespaces"}},{"id":13462626,"name":"pygac","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/pytroll/pygac","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/pytroll/pygac","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-09T11:01:21.075Z","latest_release_published_at":"2026-02-09T11:01:21.075Z","latest_release_number":"1.7.4-1","last_synced_at":"2026-03-09T11:07:53.480Z","created_at":"2026-02-09T11:01:20.611Z","updated_at":"2026-03-09T11:43:04.008Z","registry_url":"https://launchpad.net/ubuntu/+source/pygac","install_command":"apt-get install pygac","documentation_url":null,"metadata":{"component":"universe","architecture":"any all","priority":"optional","binary":"python3-pygac, pygac-bin","standards_version":"4.6.2","maintainer":"Debian GIS Project \u003cpkg-grass-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-python, dh-sequence-numpy3, dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-bottleneck, python3-docutils, python3-geotiepoints, python3-h5py, python3-hatchling, python3-hatch-vcs, python3-numpy, python3-packaging, python3-pyorbital, python3-pytest \u003c!nocheck\u003e, python3-scipy","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/pygac?arch=source\u0026distro=ubuntu-24.10\u0026repository_url=https://launchpad.net/ubuntu/oracular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/pygac","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/pygac","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/pygac/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/pygac/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/pygac/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/pygac/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/pygac/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/pygac/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/pygac/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.10","url":"https://launchpad.net/ubuntu/oracular","ecosystem":"ubuntu","default":false,"packages_count":38437,"maintainers_count":0,"namespaces_count":4,"keywords_count":1440,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":890},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-08-12T05:05:16.435Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/namespaces"}},{"id":13526381,"name":"pygac","ecosystem":"debian","description":null,"homepage":"https://github.com/pytroll/pygac","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/pytroll/pygac","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-10T22:46:28.250Z","latest_release_published_at":"2026-02-10T22:46:28.250Z","latest_release_number":"1.4.0-2","last_synced_at":"2026-03-14T03:19:43.262Z","created_at":"2026-02-10T22:46:28.067Z","updated_at":"2026-03-14T03:19:43.262Z","registry_url":"https://tracker.debian.org/pkg/pygac","install_command":"apt-get install pygac","documentation_url":"https://packages.debian.org/bullseye/pygac","metadata":{"component":"main","architecture":"any all","priority":"extra","binary":"python3-pygac, pygac-bin","standards_version":"4.5.0","maintainer":"Debian GIS Project \u003cpkg-grass-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 12), dh-python, cython3, python3-all-dev, python3-docutils, python3-geotiepoints, python3-h5py, python3-numpy, python3-pyorbital, python3-scipy, python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-11T14:24:57.721Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/pygac?arch=source\u0026distro=debian-11\u0026repository_url=https://packages.debian.org/bullseye","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/pygac","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/pygac","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/pygac/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/pygac/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/pygac/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/pygac/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/pygac/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/pygac/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/pygac/codemeta","maintainers":[],"registry":{"name":"debian-11","url":"https://packages.debian.org/bullseye","ecosystem":"debian","default":false,"packages_count":31268,"maintainers_count":0,"namespaces_count":3,"keywords_count":759,"github":"debian","metadata":{"codename":"bullseye","funded_packages_count":456},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.702Z","updated_at":"2026-08-10T05:08:02.664Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/namespaces"}},{"id":13561977,"name":"pygac","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/pytroll/pygac","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/pytroll/pygac","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-11T05:34:06.198Z","latest_release_published_at":"2026-02-11T05:34:06.198Z","latest_release_number":"1.7.1-2","last_synced_at":"2026-03-11T13:29:40.441Z","created_at":"2026-02-11T05:34:05.896Z","updated_at":"2026-03-11T13:29:40.441Z","registry_url":"https://launchpad.net/ubuntu/+source/pygac","install_command":"apt-get install pygac","documentation_url":null,"metadata":{"component":"universe","architecture":"any all","priority":"optional","binary":"python3-pygac, pygac-bin","standards_version":"4.6.1","maintainer":"Debian GIS Project \u003cpkg-grass-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 12), dh-python, pybuild-plugin-pyproject, python3-all, python3-bottleneck, python3-docutils, python3-geotiepoints, python3-h5py, python3-numpy, python3-pyorbital, python3-pytest, python3-scipy, python3-setuptools, python3-setuptools-scm","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-11T14:53:19.370Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/pygac?arch=source\u0026distro=ubuntu-23.04\u0026repository_url=https://launchpad.net/ubuntu/lunar","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/pygac","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/pygac","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/pygac/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/pygac/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/pygac/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/pygac/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/pygac/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/pygac/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/pygac/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.04","url":"https://launchpad.net/ubuntu/lunar","ecosystem":"ubuntu","default":false,"packages_count":36116,"maintainers_count":0,"namespaces_count":4,"keywords_count":1000,"github":"ubuntu","metadata":{"codename":"lunar","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":613},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:49.117Z","updated_at":"2026-08-10T05:07:59.632Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/namespaces"}},{"id":13747778,"name":"pygac","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/pytroll/pygac","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/pytroll/pygac","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T06:24:20.578Z","latest_release_published_at":"2026-02-13T06:24:20.578Z","latest_release_number":"1.3.1-1build1","last_synced_at":"2026-03-13T19:31:16.871Z","created_at":"2026-02-13T06:24:20.373Z","updated_at":"2026-03-13T19:31:16.871Z","registry_url":"https://launchpad.net/ubuntu/+source/pygac","install_command":"apt-get install pygac","documentation_url":null,"metadata":{"component":"universe","architecture":"any all","priority":"optional","binary":"python3-pygac, pygac-bin","standards_version":"4.5.0","maintainer":"Debian GIS Project \u003cpkg-grass-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 12), dh-python, cython3, python3-all-dev, python3-docutils, python3-geotiepoints, python3-h5py, python3-numpy, python3-pyorbital, python3-scipy, python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-13T06:24:21.161Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/pygac?arch=source\u0026distro=ubuntu-20.04\u0026repository_url=https://launchpad.net/ubuntu/focal","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/pygac","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/pygac","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/pygac/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/pygac/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/pygac/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/pygac/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/pygac/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/pygac/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/pygac/codemeta","maintainers":[],"registry":{"name":"ubuntu-20.04","url":"https://launchpad.net/ubuntu/focal","ecosystem":"ubuntu","default":false,"packages_count":30789,"maintainers_count":0,"namespaces_count":4,"keywords_count":1429,"github":"ubuntu","metadata":{"codename":"focal","funded_packages_count":464},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:47.233Z","updated_at":"2026-08-10T05:08:00.495Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/namespaces"}},{"id":13663419,"name":"pygac","ecosystem":"debian","description":null,"homepage":"https://github.com/pytroll/pygac","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/pytroll/pygac","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T09:46:30.388Z","latest_release_published_at":"2026-02-12T09:46:30.388Z","latest_release_number":"1.7.4-2","last_synced_at":"2026-03-14T08:05:32.811Z","created_at":"2026-02-12T09:46:30.187Z","updated_at":"2026-03-14T08:05:32.811Z","registry_url":"https://tracker.debian.org/pkg/pygac","install_command":"apt-get install pygac","documentation_url":"https://packages.debian.org/trixie/pygac","metadata":{"component":"main","architecture":"any all","priority":"extra","binary":"python3-pygac, pygac-bin","standards_version":"4.7.0","maintainer":"Debian GIS Project \u003cpkg-grass-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-python, dh-sequence-numpy3, dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-bottleneck, python3-docutils, python3-geotiepoints, python3-h5py, python3-hatchling, python3-hatch-vcs, python3-numpy, python3-packaging, python3-pyorbital, python3-pytest \u003c!nocheck\u003e, python3-scipy","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-12T09:46:30.976Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/pygac?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/pygac","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/pygac","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/pygac/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/pygac/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/pygac/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/pygac/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/pygac/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/pygac/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/pygac/codemeta","maintainers":[],"registry":{"name":"debian-13","url":"https://packages.debian.org/trixie","ecosystem":"debian","default":false,"packages_count":38024,"maintainers_count":0,"namespaces_count":4,"keywords_count":1985,"github":"debian","metadata":{"codename":"trixie","funded_packages_count":1208},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-08-12T05:05:15.557Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/namespaces"}},{"id":2871782,"name":"pygac","ecosystem":"pypi","description":"NOAA AVHRR GAC/LAC/FRAC reader and calibration","homepage":"https://github.com/pytroll/pygac","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/pytroll/pygac","keywords_array":[],"namespace":null,"versions_count":16,"first_release_published_at":"2016-09-05T07:20:11.000Z","latest_release_published_at":"2026-05-18T15:24:42.000Z","latest_release_number":"1.8.0","last_synced_at":"2026-08-12T13:08:50.309Z","created_at":"2022-04-10T12:12:58.307Z","updated_at":"2026-08-12T13:08:50.309Z","registry_url":"https://pypi.org/project/pygac/","install_command":"pip install pygac --index-url https://pypi.org/simple","documentation_url":"https://pygac.readthedocs.io/en/stable/","metadata":{"funding":null,"documentation":"https://pygac.readthedocs.io/en/stable/","classifiers":["Development Status :: 4 - Beta","Intended Audience :: Science/Research","Operating System :: OS Independent","Programming Language :: Python :: 3","Topic :: Scientific/Engineering"],"normalized_name":"pygac","project_status":null},"repo_metadata":{"id":16557024,"uuid":"19310746","full_name":"pytroll/pygac","owner":"pytroll","description":"A python package to read and calibrate NOAA and Metop AVHRR GAC and LAC data","archived":false,"fork":false,"pushed_at":"2024-03-27T16:55:25.000Z","size":40228,"stargazers_count":20,"open_issues_count":9,"forks_count":24,"subscribers_count":13,"default_branch":"main","last_synced_at":"2024-06-11T16:55:11.549Z","etag":null,"topics":["avhrr","calibration","climate","gac","hacktoberfest","lac","metop","navigation","noaa","radiometric","satellite","tiros"],"latest_commit_sha":null,"homepage":"https://pygac.readthedocs.org/","language":"Python","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/pytroll.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2014-04-30T10:57:18.000Z","updated_at":"2024-06-06T15:25:20.000Z","dependencies_parsed_at":"2024-04-10T18:59:34.621Z","dependency_job_id":"45f5bda8-b901-4519-a187-602175a510bf","html_url":"https://github.com/pytroll/pygac","commit_stats":{"total_commits":589,"total_committers":25,"mean_commits":23.56,"dds":0.7062818336162988,"last_synced_commit":"298252fdaf52a5433c84e0822f1b901b679371ec"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytroll","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":216762356,"owners_count":16075954,"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","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"},"owner_record":{"login":"pytroll","name":"Pytroll","uuid":"13004956","kind":"organization","description":"","email":null,"website":"http://pytroll.org/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/13004956?v=4","repositories_count":52,"last_synced_at":"2024-03-25T22:59:13.375Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pytroll","funding_links":[],"total_stars":2158,"followers":98,"following":0,"created_at":"2022-11-02T20:07:46.345Z","updated_at":"2024-03-25T22:59:16.126Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytroll","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytroll/repositories"},"tags":[{"name":"v1.7.3","sha":"0cccee85f0e19989b3f6208698bbbcd3a93ed847","kind":"tag","published_at":"2024-03-19T13:39:15.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.7.3","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"a8b68a35f5f87c401c1c9258958113b45d656f31","kind":"tag","published_at":"2023-06-26T11:05:04.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.7.2","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"0c721b1f7206abbef9cb37d8abaad2df50f37826","kind":"tag","published_at":"2022-12-09T10:47:40.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.7.1","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"35a946c2acceb5769efcb49b0ec490e08c8e0bb9","kind":"tag","published_at":"2022-10-31T16:10:46.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.7.0","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"c5dcb3204cbb5602246157927f6564633f3bc11c","kind":"tag","published_at":"2022-08-04T14:38:09.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.6.0","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"6699bcb8c579a3a451e9ec59d8f0b708612e95bd","kind":"tag","published_at":"2022-01-10T08:23:37.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.5.0","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.5.0/manifests"},{"name":"v1.4.0","sha":"6cbbe2a6c43cf3af2b318c374905ce18ec2bac2a","kind":"tag","published_at":"2020-08-06T09:16:16.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.4.0","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.4.0/manifests"},{"name":"v1.3.1","sha":"826941fae7945d9c24b8c1cda629333bfc8076d1","kind":"tag","published_at":"2020-02-07T12:27:38.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.3.1","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"d73f25e9b2b51cbc19cf208359b8ad76fb1aa747","kind":"tag","published_at":"2020-02-07T12:15:05.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.3.0","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"068eadb7e3a6d91efa782177f6c8c45849b58f11","kind":"tag","published_at":"2019-11-15T10:41:48.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.2.1","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"07c8b34c672b185880eeac4a851ffe8d2183111e","kind":"tag","published_at":"2019-11-15T10:33:10.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.2.0","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"e3e4ee70024c78d456e6ee57509909c380f6735f","kind":"tag","published_at":"2019-06-12T15:39:13.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.1.0","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.1.0/manifests"},{"name":"CLARA-A2","sha":"55d21073b9feb9d9b9cadd26f5709f90c98be284","kind":"commit","published_at":"2017-01-23T10:24:12.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/CLARA-A2","html_url":"https://github.com/pytroll/pygac/releases/tag/CLARA-A2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/CLARA-A2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/CLARA-A2/manifests"},{"name":"ClaraA2","sha":"c8a7b2c8448f7b2dbbbf59c97ce5519830b6d44e","kind":"tag","published_at":"2016-10-05T10:10:46.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/ClaraA2","html_url":"https://github.com/pytroll/pygac/releases/tag/ClaraA2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/ClaraA2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/ClaraA2/manifests"},{"name":"v1.0.1","sha":"9c2e5233b4e5720bcd18f3d3332665e1387511f0","kind":"tag","published_at":"2016-09-05T07:23:00.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.0.1","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"a755d611e876933e2f4d7d4eb9b8fa8c3192d564","kind":"tag","published_at":"2016-09-05T07:17:06.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.0.0","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2024-09-07T20:56:52.081Z","dependent_packages_count":1,"downloads":1643,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":17.440583506087,"dependent_repos_count":22.087784936889527,"dependent_packages_count":3.2435152210473146,"stargazers_count":14.537459595870605,"forks_count":7.813582881418979,"docker_downloads_count":null,"average":13.024585228262685},"purl":"pkg:pypi/pygac","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/pygac","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/pygac","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/pygac/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-07T20:02:13.865Z","issues_count":41,"pull_requests_count":91,"avg_time_to_close_issue":21898925.470588237,"avg_time_to_close_pull_request":5264052.377777778,"issues_closed_count":34,"pull_requests_closed_count":90,"pull_request_authors_count":17,"issue_authors_count":11,"avg_comments_per_issue":4.560975609756097,"avg_comments_per_pull_request":3.8351648351648353,"merged_pull_requests_count":78,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":2,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":735889.0,"past_year_avg_time_to_close_pull_request":2471774.6666666665,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":6,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":5.0,"past_year_avg_comments_per_pull_request":2.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":6,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/issues","maintainers":[{"login":"sfinkens","count":46,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sfinkens"},{"login":"mraspaud","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mraspaud"},{"login":"carloshorn","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/carloshorn"},{"login":"ninahakansson","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ninahakansson"},{"login":"djhoese","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/djhoese"},{"login":"abhaydd","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/abhaydd"}],"active_maintainers":[{"login":"mraspaud","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mraspaud"},{"login":"ninahakansson","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ninahakansson"},{"login":"sfinkens","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sfinkens"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pygac/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pygac/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pygac/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pygac/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pygac/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pygac/codemeta","maintainers":[{"uuid":"Martin.Raspaud","login":"Martin.Raspaud","name":null,"email":null,"url":null,"packages_count":41,"html_url":"https://pypi.org/user/Martin.Raspaud/","role":null,"created_at":"2023-02-25T03:43:59.357Z","updated_at":"2023-02-25T03:43:59.357Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/Martin.Raspaud/packages"},{"uuid":"adybbroe","login":"adybbroe","name":null,"email":null,"url":null,"packages_count":16,"html_url":"https://pypi.org/user/adybbroe/","role":null,"created_at":"2023-02-25T03:43:59.350Z","updated_at":"2023-02-25T03:43:59.350Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/adybbroe/packages"},{"uuid":"sfinkens","login":"sfinkens","name":null,"email":null,"url":null,"packages_count":3,"html_url":"https://pypi.org/user/sfinkens/","role":null,"created_at":"2023-02-25T03:43:59.364Z","updated_at":"2023-02-25T03:43:59.364Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/sfinkens/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":927931,"maintainers_count":398404,"namespaces_count":0,"keywords_count":309778,"github":"pypi","metadata":{"funded_packages_count":57398,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-08-13T11:34:41.860Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":11733559,"name":"github.com/pytroll/pygac","ecosystem":"go","description":null,"homepage":null,"licenses":"gpl-3.0","normalized_licenses":["GPL-3.0"],"repository_url":"https://github.com/pytroll/pygac","keywords_array":[],"namespace":null,"versions_count":16,"first_release_published_at":"2016-09-05T07:17:06.000Z","latest_release_published_at":"2026-05-18T15:14:32.000Z","latest_release_number":"v1.8.0","last_synced_at":"2026-08-12T14:26:12.103Z","created_at":"2025-06-05T11:17:07.172Z","updated_at":"2026-08-12T14:26:12.103Z","registry_url":"https://pkg.go.dev/github.com/pytroll/pygac","install_command":"go get github.com/pytroll/pygac","documentation_url":"https://pkg.go.dev/github.com/pytroll/pygac#section-documentation","metadata":{},"repo_metadata":{"id":16557024,"uuid":"19310746","full_name":"pytroll/pygac","owner":"pytroll","description":"A python package to read and calibrate NOAA and Metop AVHRR GAC and LAC data","archived":false,"fork":false,"pushed_at":"2025-09-05T08:28:01.000Z","size":40132,"stargazers_count":23,"open_issues_count":12,"forks_count":28,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-09-08T15:59:50.191Z","etag":null,"topics":["avhrr","calibration","climate","gac","hacktoberfest","lac","metop","navigation","noaa","radiometric","satellite","tiros"],"latest_commit_sha":null,"homepage":"https://pygac.readthedocs.org/","language":"Python","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/pytroll.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2014-04-30T10:57:18.000Z","updated_at":"2025-09-05T08:28:01.000Z","dependencies_parsed_at":"2024-04-10T18:59:34.621Z","dependency_job_id":"45f5bda8-b901-4519-a187-602175a510bf","html_url":"https://github.com/pytroll/pygac","commit_stats":{"total_commits":625,"total_committers":25,"mean_commits":25.0,"dds":0.7168,"last_synced_commit":"e03401a0775358a82105b05b17ed5bfaf80fb2e2"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/pytroll/pygac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytroll","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/sbom","scorecard":{"id":752453,"data":{"date":"2025-08-11","repo":{"name":"github.com/pytroll/pygac","commit":"fe43070f12ca395a0e1e41f1f444bb54d94dee9a"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 5/8 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yaml:1","Warn: no topLevel permission defined: .github/workflows/deploy-sdist.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/pytroll/pygac/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/pytroll/pygac/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/pytroll/pygac/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-sdist.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/pytroll/pygac/deploy-sdist.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-sdist.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/pytroll/pygac/deploy-sdist.yaml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: GNU General Public License v3.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/deploy-sdist.yaml:9"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":0,"reason":"10 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: PYSEC-2019-156 / GHSA-xp76-357g-9wqq","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-22T20:43:45.184Z","repository_id":16557024,"created_at":"2025-08-22T20:43:45.184Z","updated_at":"2025-08-22T20:43:45.184Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274681968,"owners_count":25330240,"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-11T02:00:13.660Z","response_time":74,"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"},"owner_record":{"login":"pytroll","name":"Pytroll","uuid":"13004956","kind":"organization","description":"","email":null,"website":"http://pytroll.org/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/13004956?v=4","repositories_count":52,"last_synced_at":"2024-03-25T22:59:13.375Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pytroll","funding_links":[],"total_stars":2158,"followers":98,"following":0,"created_at":"2022-11-02T20:07:46.345Z","updated_at":"2024-03-25T22:59:16.126Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytroll","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytroll/repositories"},"tags":[{"name":"v1.7.4","sha":"a3cb9a85dbbd14aeea5ced7cb4344781f939a478","kind":"tag","published_at":"2024-07-17T08:35:11.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.7.4","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytroll/pygac@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"0cccee85f0e19989b3f6208698bbbcd3a93ed847","kind":"tag","published_at":"2024-03-19T13:39:15.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.7.3","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytroll/pygac@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"a8b68a35f5f87c401c1c9258958113b45d656f31","kind":"tag","published_at":"2023-06-26T11:05:04.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.7.2","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytroll/pygac@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"0c721b1f7206abbef9cb37d8abaad2df50f37826","kind":"tag","published_at":"2022-12-09T10:47:40.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.7.1","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytroll/pygac@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"35a946c2acceb5769efcb49b0ec490e08c8e0bb9","kind":"tag","published_at":"2022-10-31T16:10:46.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.7.0","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytroll/pygac@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"c5dcb3204cbb5602246157927f6564633f3bc11c","kind":"tag","published_at":"2022-08-04T14:38:09.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.6.0","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytroll/pygac@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"6699bcb8c579a3a451e9ec59d8f0b708612e95bd","kind":"tag","published_at":"2022-01-10T08:23:37.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.5.0","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytroll/pygac@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.5.0/manifests"},{"name":"v1.4.0","sha":"6cbbe2a6c43cf3af2b318c374905ce18ec2bac2a","kind":"tag","published_at":"2020-08-06T09:16:16.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.4.0","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytroll/pygac@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.4.0/manifests"},{"name":"v1.3.1","sha":"826941fae7945d9c24b8c1cda629333bfc8076d1","kind":"tag","published_at":"2020-02-07T12:27:38.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.3.1","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytroll/pygac@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"d73f25e9b2b51cbc19cf208359b8ad76fb1aa747","kind":"tag","published_at":"2020-02-07T12:15:05.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.3.0","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytroll/pygac@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"068eadb7e3a6d91efa782177f6c8c45849b58f11","kind":"tag","published_at":"2019-11-15T10:41:48.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.2.1","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytroll/pygac@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"07c8b34c672b185880eeac4a851ffe8d2183111e","kind":"tag","published_at":"2019-11-15T10:33:10.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.2.0","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytroll/pygac@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"e3e4ee70024c78d456e6ee57509909c380f6735f","kind":"tag","published_at":"2019-06-12T15:39:13.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.1.0","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytroll/pygac@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.1.0/manifests"},{"name":"CLARA-A2","sha":"55d21073b9feb9d9b9cadd26f5709f90c98be284","kind":"commit","published_at":"2017-01-23T10:24:12.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/CLARA-A2","html_url":"https://github.com/pytroll/pygac/releases/tag/CLARA-A2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytroll/pygac@CLARA-A2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/CLARA-A2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/CLARA-A2/manifests"},{"name":"ClaraA2","sha":"c8a7b2c8448f7b2dbbbf59c97ce5519830b6d44e","kind":"tag","published_at":"2016-10-05T10:10:46.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/ClaraA2","html_url":"https://github.com/pytroll/pygac/releases/tag/ClaraA2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytroll/pygac@ClaraA2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/ClaraA2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/ClaraA2/manifests"},{"name":"v1.0.1","sha":"9c2e5233b4e5720bcd18f3d3332665e1387511f0","kind":"tag","published_at":"2016-09-05T07:23:00.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.0.1","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytroll/pygac@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"a755d611e876933e2f4d7d4eb9b8fa8c3192d564","kind":"tag","published_at":"2016-09-05T07:17:06.000Z","download_url":"https://codeload.github.com/pytroll/pygac/tar.gz/v1.0.0","html_url":"https://github.com/pytroll/pygac/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytroll/pygac@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-09-23T01:37:58.217Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.757538697138725,"dependent_packages_count":5.395053785167736,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.57629624115323},"purl":"pkg:golang/github.com/pytroll/pygac","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/pytroll/pygac","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/pytroll/pygac","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/pytroll/pygac/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-06T23:26:31.074Z","issues_count":47,"pull_requests_count":125,"avg_time_to_close_issue":20820208.833333332,"avg_time_to_close_pull_request":4390806.739130435,"issues_closed_count":36,"pull_requests_closed_count":115,"pull_request_authors_count":21,"issue_authors_count":14,"avg_comments_per_issue":4.23404255319149,"avg_comments_per_pull_request":3.176,"merged_pull_requests_count":103,"bot_issues_count":0,"bot_pull_requests_count":2,"past_year_issues_count":6,"past_year_pull_requests_count":28,"past_year_avg_time_to_close_issue":2482026.0,"past_year_avg_time_to_close_pull_request":821768.9,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":20,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":1.5,"past_year_avg_comments_per_pull_request":1.3928571428571428,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":20,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/issues","maintainers":[{"login":"sfinkens","count":49,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sfinkens"},{"login":"mraspaud","count":45,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mraspaud"},{"login":"carloshorn","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/carloshorn"},{"login":"ninahakansson","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ninahakansson"},{"login":"djhoese","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/djhoese"},{"login":"abhaydd","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/abhaydd"}],"active_maintainers":[{"login":"mraspaud","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mraspaud"},{"login":"sfinkens","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sfinkens"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpytroll%2Fpygac/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpytroll%2Fpygac/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpytroll%2Fpygac/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpytroll%2Fpygac/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpytroll%2Fpygac/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpytroll%2Fpygac/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263076,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":13773657,"name":"pygac","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/pytroll/pygac","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/pytroll/pygac","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T12:26:13.779Z","latest_release_published_at":"2026-02-13T12:26:13.779Z","latest_release_number":"1.5.0-1","last_synced_at":"2026-03-13T19:42:36.361Z","created_at":"2026-02-13T12:26:13.591Z","updated_at":"2026-03-13T19:42:36.361Z","registry_url":"https://launchpad.net/ubuntu/+source/pygac","install_command":"apt-get install pygac","documentation_url":null,"metadata":{"component":"universe","architecture":"any all","priority":"optional","binary":"python3-pygac, pygac-bin","standards_version":"4.6.0","maintainer":"Debian GIS Project \u003cpkg-grass-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 12), dh-python, python3-all, python3-bottleneck, python3-docutils, python3-geotiepoints, python3-h5py, python3-numpy, python3-pyorbital, python3-pytest, python3-scipy, python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-13T12:26:14.424Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/pygac?arch=source\u0026distro=ubuntu-22.04\u0026repository_url=https://launchpad.net/ubuntu/jammy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/pygac","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/pygac","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/pygac/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/pygac/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/pygac/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/pygac/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/pygac/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/pygac/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/pygac/codemeta","maintainers":[],"registry":{"name":"ubuntu-22.04","url":"https://launchpad.net/ubuntu/jammy","ecosystem":"ubuntu","default":false,"packages_count":34289,"maintainers_count":0,"namespaces_count":4,"keywords_count":1498,"github":"ubuntu","metadata":{"codename":"jammy","funded_packages_count":559},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:46.486Z","updated_at":"2026-08-10T05:07:56.140Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/namespaces"}}],"commits":{"id":636725,"full_name":"pytroll/pygac","default_branch":"main","total_commits":676,"total_committers":29,"total_bot_commits":1,"total_bot_committers":1,"mean_commits":23.310344827586206,"dds":0.7307692307692308,"past_year_total_commits":5,"past_year_total_committers":2,"past_year_total_bot_commits":1,"past_year_total_bot_committers":1,"past_year_mean_commits":2.5,"past_year_dds":0.19999999999999996,"last_synced_at":"2026-08-12T13:05:56.285Z","last_synced_commit":"de2d5ea7cd2cd740fdba8b9fbc2266ea1dbecf0a","created_at":"2023-03-09T08:39:29.979Z","updated_at":"2026-08-12T13:05:56.207Z","committers":[{"name":"Stephan Finkensieper","email":"stephan.finkensieper@dwd.de","login":"sfinkens","count":182},{"name":"Martin Raspaud","email":"martin.raspaud@smhi.se","login":"mraspaud","count":164},{"name":"horn","email":"carlos.horn@external.eumetsat.int","login":null,"count":117},{"name":"stickler-ci","email":"support@stickler-ci.com","login":"stickler-ci","count":42},{"name":"Nina Hakansson","email":"nina.hakansson@smhi.se","login":"ninahakansson","count":22},{"name":"Adam Dybbroe","email":"adam.dybbroe@smhi.se","login":"adybbroe","count":19},{"name":"Nina.Hakansson","email":"a001865@c21515.ad.smhi.se","login":null,"count":14},{"name":"abhaydd","email":"abhaydd","login":"abhaydd","count":13},{"name":"Owen Embury","email":"o.embury@reading.ac.uk","login":"oembury","count":12},{"name":"Abhay Devasthale","email":"sm_abhay@bi1.nsc.liu.se","login":null,"count":11},{"name":"Sara.Hornquist","email":"a000842@c14475.ad.smhi.se","login":null,"count":9},{"name":"Carlos","email":"mattescarlos@gmail.com","login":"carloshorn","count":8},{"name":"jacob.nilsson","email":"typoxx@hotmail.com","login":"nilssonjacob","count":8},{"name":"Abhay Devasthale","email":"sm_abhay@krypton.nsc.liu.se","login":null,"count":8},{"name":"Nina.Hakansson","email":"a001865@c14097.ad.smhi.se","login":null,"count":7},{"name":"Antonio Valentino","email":"antonio.valentino@tiscali.it","login":"avalentino","count":6},{"name":"Abhay.Devasthale","email":"a001562@c20367.ad.smhi.se","login":null,"count":5},{"name":"Dr. Cornelia Schlundt","email":"cornelia.schlundt@dwd.de","login":"cschlund","count":5},{"name":"Adam.Dybbroe","email":"a000680@c20671.ad.smhi.se","login":null,"count":3},{"name":"Daniel Lee","email":"daniel.lee@eumetsat.int","login":"erget","count":3},{"name":"Oliver Sus","email":"osus79@gmail.com","login":"oliversus","count":3},{"name":"Diana Stein","email":"diana.stein@dwd.de","login":"distein","count":3},{"name":"Helga Weber","email":"helga.weber@giub.unibe.ch","login":null,"count":2},{"name":"Oliver Sus","email":"oliver.sus@eumetsat.int","login":null,"count":2},{"name":"amahdavi","email":"alireza.mahdavi@awi.de","login":null,"count":2},{"name":"Bas Couwenberg","email":"sebastic@xs4all.nl","login":"sebastic","count":2},{"name":"Andres Santamaria Artigas","email":"asantam@umd.edu","login":"asantam","count":2},{"name":"howff","email":"arb@sat.dundee.ac.uk","login":null,"count":1},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":1}],"past_year_committers":[{"name":"Stephan Finkensieper","email":"stephan.finkensieper@dwd.de","login":"sfinkens","count":4},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-13T00:00:06.963Z","repositories_count":6649999,"commits_count":933997870,"contributors_count":39760896,"owners_count":1336013,"committers_count":3301464,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"pytroll/pygac","html_url":"https://github.com/pytroll/pygac","last_synced_at":"2026-08-10T15:38:19.229Z","status":"error","issues_count":48,"pull_requests_count":126,"avg_time_to_close_issue":20694668.783783782,"avg_time_to_close_pull_request":4362600.5344827585,"issues_closed_count":37,"pull_requests_closed_count":116,"pull_request_authors_count":21,"issue_authors_count":14,"avg_comments_per_issue":4.520833333333333,"avg_comments_per_pull_request":3.1507936507936507,"merged_pull_requests_count":104,"bot_issues_count":0,"bot_pull_requests_count":2,"past_year_issues_count":1,"past_year_pull_requests_count":12,"past_year_avg_time_to_close_issue":16175227.0,"past_year_avg_time_to_close_pull_request":283879.7,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":18.0,"past_year_avg_comments_per_pull_request":0.08333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":10,"created_at":"2023-05-09T10:38:21.055Z","updated_at":"2026-08-10T15:38:19.229Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fpygac/issues","issue_labels_count":{"enhancement":8,"bug":8,"help wanted":4,"documentation":2,"hacktoberfest":2},"pull_request_labels_count":{"enhancement":59,"bug":33,"documentation":5,"github_actions":1,"dependencies":1},"issue_author_associations_count":{"MEMBER":22,"COLLABORATOR":14,"NONE":8,"CONTRIBUTOR":4},"pull_request_author_associations_count":{"MEMBER":76,"CONTRIBUTOR":23,"COLLABORATOR":19,"NONE":8},"issue_authors":{"sfinkens":13,"carloshorn":12,"mraspaud":7,"oembury":3,"ninahakansson":2,"helgaweb":2,"djhoese":2,"vysitu":1,"avalentino":1,"yukaribbba":1,"oliversus":1,"erget":1,"asantam":1,"akasom89":1},"pull_request_authors":{"mraspaud":38,"sfinkens":38,"carloshorn":12,"oembury":6,"ninahakansson":6,"avalentino":4,"oliversus":3,"nilssonjacob":3,"erget":2,"asantam":2,"cschlund":2,"distein":1,"gerritholl":1,"helgaweb":1,"stickler-ci[bot]":1,"dependabot[bot]":1,"alirezamdv":1,"spareeth":1,"abhaydd":1,"howff":1,"sebastic":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-10T00:00:23.081Z","repositories_count":14795238,"issues_count":28398337,"pull_requests_count":93778247,"authors_count":11429433,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{"dependencies":1,"enhancement":1,"github_actions":1},"past_year_issue_author_associations_count":{"MEMBER":1},"past_year_pull_request_author_associations_count":{"CONTRIBUTOR":1,"MEMBER":1},"past_year_issue_authors":{"sfinkens":1},"past_year_pull_request_authors":{"dependabot[bot]":1,"sfinkens":1},"maintainers":[{"login":"sfinkens","count":51,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sfinkens"},{"login":"mraspaud","count":45,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mraspaud"},{"login":"carloshorn","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/carloshorn"},{"login":"ninahakansson","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ninahakansson"},{"login":"djhoese","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/djhoese"},{"login":"abhaydd","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/abhaydd"}],"active_maintainers":[{"login":"sfinkens","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sfinkens"}]},"events":{"total":{"DeleteEvent":3,"PullRequestEvent":18,"ForkEvent":3,"IssuesEvent":10,"WatchEvent":3,"IssueCommentEvent":54,"PushEvent":12,"PullRequestReviewCommentEvent":46,"PullRequestReviewEvent":51,"GollumEvent":1,"CreateEvent":2},"last_year":{"DeleteEvent":2,"PullRequestEvent":1,"WatchEvent":1,"IssueCommentEvent":5,"PushEvent":2,"CreateEvent":1}},"keywords":["avhrr","calibration","climate","gac","hacktoberfest","lac","metop","navigation","noaa","radiometric","satellite","tiros"],"dependencies":[{"ecosystem":"pypi","filepath":"requirements.txt","sha":null,"kind":"manifest","created_at":"2022-07-25T05:32:16.644Z","updated_at":"2022-07-25T05:32:16.644Z","repository_link":"https://github.com/pytroll/pygac/blob/main/requirements.txt","dependencies":[{"id":392918767,"package_name":"numpy","ecosystem":"pypi","requirements":"\u003e=1.6.1","direct":true,"kind":"runtime","optional":false},{"id":392918768,"package_name":"h5py","ecosystem":"pypi","requirements":"\u003e=2.0.1","direct":true,"kind":"runtime","optional":false},{"id":392918769,"package_name":"scipy","ecosystem":"pypi","requirements":"\u003e=0.8.0","direct":true,"kind":"runtime","optional":false},{"id":392918770,"package_name":"python-geotiepoints","ecosystem":"pypi","requirements":"\u003e=1.1.8","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/ci.yaml","sha":null,"kind":"manifest","created_at":"2023-01-13T18:54:03.567Z","updated_at":"2023-01-13T18:54:03.567Z","repository_link":"https://github.com/pytroll/pygac/blob/main/.github/workflows/ci.yaml","dependencies":[{"id":6891067303,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6891067304,"package_name":"conda-incubator/setup-miniconda","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6891067305,"package_name":"codecov/codecov-action","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/deploy-sdist.yaml","sha":null,"kind":"manifest","created_at":"2023-01-13T18:54:03.582Z","updated_at":"2023-01-13T18:54:03.582Z","repository_link":"https://github.com/pytroll/pygac/blob/main/.github/workflows/deploy-sdist.yaml","dependencies":[{"id":6891067306,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6891067307,"package_name":"pypa/gh-action-pypi-publish","ecosystem":"actions","requirements":"v1.4.1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"pypi","filepath":"pyproject.toml","sha":null,"kind":"manifest","created_at":"2023-09-21T19:45:23.517Z","updated_at":"2023-09-21T19:45:23.517Z","repository_link":"https://github.com/pytroll/pygac/blob/main/pyproject.toml","dependencies":[]},{"ecosystem":"conda","filepath":"continuous_integration/environment.yaml","sha":null,"kind":"manifest","created_at":"2024-04-10T18:59:34.105Z","updated_at":"2024-04-10T18:59:34.105Z","repository_link":"https://github.com/pytroll/pygac/blob/main/continuous_integration/environment.yaml","dependencies":[{"id":17349799215,"package_name":"bottleneck","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":17349799234,"package_name":"h5py","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":17349799235,"package_name":"hdf5","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":17349799236,"package_name":"numpy","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":17349799237,"package_name":"packaging","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":17349799238,"package_name":"pip","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":17349799239,"package_name":"pytest","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":17349799240,"package_name":"pytest-cov","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":17349799241,"package_name":"python-dateutil","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":17349799242,"package_name":"scipy","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false}]}],"score":14.412199700182278,"created_at":"2023-09-11T11:54:36.074Z","updated_at":"2026-08-13T13:35:20.096Z","avatar_url":"https://github.com/pytroll.png","language":"Python","category":"Climate Change","sub_category":"Climate Data Access and Visualization","monthly_downloads":1643,"total_dependent_repos":1,"total_dependent_packages":1,"readme":"# Pygac\n\n[![Build](https://github.com/pytroll/pygac/actions/workflows/ci.yaml/badge.svg)](https://github.com/pytroll/pygac/actions/workflows/ci.yaml)\n[![Coverage](https://codecov.io/gh/pytroll/pygac/branch/main/graph/badge.svg?token=DQMgf2LxuM)](https://codecov.io/gh/pytroll/pygac)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5832775.svg)](https://doi.org/10.5281/zenodo.5832775)\n\n\nPygac is a Python package to read, calibrate and navigate data from the AVHRR\ninstrument onboard NOAA and MetOp satellites in GAC and LAC format.\n\nThe documentation is available at https://pygac.readthedocs.io/.\n\n## License\n\nCopyright 2014 Pygac developers\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","funding_links":[],"readme_doi_urls":["https://doi.org/10.5281/zenodo.5832775"],"works":{"https://doi.org/10.5281/zenodo.5832775":null},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["closember","weather","orbital-mechanics","meteorology","kd-tree","resampling","cloud-parameter","production","coastlines","pygac"],"project_url":"https://ost.ecosyste.ms/api/v1/projects/833","html_url":"https://ost.ecosyste.ms/projects/833"}