{"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-04-20T08:30:50.548Z","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-04-10T16:33:43.000Z","size":40069,"stargazers_count":24,"open_issues_count":13,"forks_count":27,"subscribers_count":9,"default_branch":"main","last_synced_at":"2026-04-10T18:29:04.224Z","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":"2026-04-10T16:33:51.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":31959886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":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":15,"first_release_published_at":"2016-09-05T07:17:06.000Z","latest_release_published_at":"2024-07-17T08:34:50.000Z","latest_release_number":"v1.7.4","last_synced_at":"2025-10-28T19:47:33.062Z","created_at":"2025-06-05T11:17:07.172Z","updated_at":"2025-10-28T19:47:33.062Z","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","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":1981799,"maintainers_count":0,"namespaces_count":748446,"keywords_count":111307,"github":"golang","metadata":{"funded_packages_count":52684},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2025-10-29T06:22:27.860Z","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":2871782,"name":"pygac","ecosystem":"pypi","description":"NOAA AVHRR GAC/LAC/FRAC reader and calibration","homepage":"https://github.com/pytroll/pygac","licenses":"GPLv3","normalized_licenses":["GPL-3.0"],"repository_url":"https://github.com/pytroll/pygac","keywords_array":[],"namespace":null,"versions_count":15,"first_release_published_at":"2016-09-05T07:20:11.000Z","latest_release_published_at":"2024-07-17T08:40:11.000Z","latest_release_number":"1.7.4","last_synced_at":"2025-10-28T19:47:33.194Z","created_at":"2022-04-10T12:12:58.307Z","updated_at":"2025-10-28T19:47:33.194Z","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","License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)","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":1474,"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","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":39,"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":745294,"maintainers_count":316340,"namespaces_count":0,"keywords_count":245871,"github":"pypi","metadata":{"funded_packages_count":52290},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-10-29T05:45:24.783Z","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"}}],"commits":{"id":636725,"full_name":"pytroll/pygac","default_branch":"main","total_commits":672,"total_committers":29,"total_bot_commits":1,"total_bot_committers":1,"mean_commits":23.17241379310345,"dds":0.7351190476190477,"past_year_total_commits":47,"past_year_total_committers":6,"past_year_total_bot_commits":1,"past_year_total_bot_committers":1,"past_year_mean_commits":7.833333333333333,"past_year_dds":0.5106382978723405,"last_synced_at":"2025-10-29T07:13:14.188Z","last_synced_commit":"d634678ae0af08948656704414e896866fec73b9","created_at":"2023-03-09T08:39:29.979Z","updated_at":"2025-10-29T07:11:21.049Z","committers":[{"name":"Stephan Finkensieper","email":"stephan.finkensieper@dwd.de","login":"sfinkens","count":178},{"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":"Martin Raspaud","email":"martin.raspaud@smhi.se","login":"mraspaud","count":23},{"name":"Owen Embury","email":"o.embury@reading.ac.uk","login":"oembury","count":12},{"name":"jacob.nilsson","email":"typoxx@hotmail.com","login":"nilssonjacob","count":8},{"name":"Andres Santamaria Artigas","email":"asantam@umd.edu","login":"asantam","count":2},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":1},{"name":"Stephan Finkensieper","email":"stephan.finkensieper@dwd.de","login":"sfinkens","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":"2025-10-29T00:00:18.766Z","repositories_count":6089584,"commits_count":922516563,"contributors_count":35983866,"owners_count":1109633,"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":"2025-10-16T03:33:57.401Z","status":"active","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,"created_at":"2023-05-09T10:38:21.055Z","updated_at":"2025-10-16T03:33:57.401Z","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":58,"bug":33,"documentation":5,"dependencies":1,"github_actions":1},"issue_author_associations_count":{"MEMBER":21,"COLLABORATOR":14,"NONE":8,"CONTRIBUTOR":4},"pull_request_author_associations_count":{"MEMBER":75,"CONTRIBUTOR":23,"COLLABORATOR":19,"NONE":8},"issue_authors":{"carloshorn":12,"sfinkens":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":37,"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":"2025-10-30T00:00:25.546Z","repositories_count":11263014,"issues_count":35009938,"pull_requests_count":113611200,"authors_count":11042159,"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":{"bug":1},"past_year_pull_request_labels_count":{"enhancement":12,"bug":4,"documentation":2,"dependencies":1,"github_actions":1},"past_year_issue_author_associations_count":{"NONE":4,"CONTRIBUTOR":1,"MEMBER":1},"past_year_pull_request_author_associations_count":{"MEMBER":12,"CONTRIBUTOR":10,"NONE":2},"past_year_issue_authors":{"oembury":3,"akasom89":1,"asantam":1,"mraspaud":1},"past_year_pull_request_authors":{"mraspaud":10,"oembury":6,"nilssonjacob":3,"sfinkens":2,"asantam":2,"dependabot[bot]":1},"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":11,"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"}]},"events":{"total":{"CreateEvent":1,"IssuesEvent":10,"WatchEvent":3,"DeleteEvent":2,"IssueCommentEvent":50,"PushEvent":11,"PullRequestReviewCommentEvent":46,"PullRequestReviewEvent":51,"PullRequestEvent":17,"GollumEvent":1,"ForkEvent":3},"last_year":{"IssuesEvent":10,"WatchEvent":3,"DeleteEvent":2,"IssueCommentEvent":50,"PushEvent":11,"PullRequestReviewCommentEvent":43,"PullRequestReviewEvent":48,"PullRequestEvent":14,"ForkEvent":3,"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.277335205341497,"created_at":"2023-09-11T11:54:36.074Z","updated_at":"2026-04-20T08:30:50.579Z","avatar_url":"https://github.com/pytroll.png","language":"Python","category":"Climate Change","sub_category":"Climate Data Access and Visualization","monthly_downloads":1474,"total_dependent_repos":1,"total_dependent_packages":1,"readme":"pygac\n=====\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","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"}