{"id":13569595,"url":"https://github.com/pytroll/satpy","last_synced_at":"2025-05-13T21:04:22.024Z","repository":{"id":37706157,"uuid":"51397392","full_name":"pytroll/satpy","owner":"pytroll","description":"Python package for earth-observing satellite data processing","archived":false,"fork":false,"pushed_at":"2025-05-06T14:34:26.000Z","size":24164,"stargazers_count":1105,"open_issues_count":520,"forks_count":308,"subscribers_count":34,"default_branch":"main","last_synced_at":"2025-05-12T23:01:54.890Z","etag":null,"topics":["closember","dask","hacktoberfest","python","satellite","weather","xarray"],"latest_commit_sha":null,"homepage":"http://satpy.readthedocs.org/en/latest/","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.rst","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION","codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-02-09T20:29:43.000Z","updated_at":"2025-05-12T13:55:04.000Z","dependencies_parsed_at":"2023-10-20T22:41:52.142Z","dependency_job_id":"2e6123a2-5b91-46d8-9592-d6b1f38a2f7e","html_url":"https://github.com/pytroll/satpy","commit_stats":{"total_commits":11523,"total_committers":185,"mean_commits":62.28648648648649,"dds":0.7720211750412219,"last_synced_commit":"2424541134cde8fde63eee364d67cb9c7653eb87"},"previous_names":[],"tags_count":102,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fsatpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fsatpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fsatpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytroll%2Fsatpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytroll","download_url":"https://codeload.github.com/pytroll/satpy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254028364,"owners_count":22002240,"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"}},"keywords":["closember","dask","hacktoberfest","python","satellite","weather","xarray"],"created_at":"2024-08-01T14:00:41.777Z","updated_at":"2025-05-13T21:04:21.969Z","avatar_url":"https://github.com/pytroll.png","language":"Python","readme":"Satpy\n=====\n\n.. image:: https://github.com/pytroll/satpy/workflows/CI/badge.svg?branch=main\n    :target: https://github.com/pytroll/satpy/actions?query=workflow%3A%22CI%22\n\n.. image:: https://coveralls.io/repos/github/pytroll/satpy/badge.svg?branch=main\n    :target: https://coveralls.io/github/pytroll/satpy?branch=main\n\n.. image:: https://badge.fury.io/py/satpy.svg\n    :target: https://badge.fury.io/py/satpy\n\n.. image:: https://anaconda.org/conda-forge/satpy/badges/version.svg\n   :target: https://anaconda.org/conda-forge/satpy/\n\n.. image:: https://zenodo.org/badge/51397392.svg\n   :target: https://zenodo.org/badge/latestdoi/51397392\n\n.. image:: https://codescene.io/projects/21806/status-badges/code-health\n   :target: https://codescene.io/projects/21806\n   :alt: CodeScene Code Health\n\nThe Satpy package is a python library for reading and manipulating\nmeteorological remote sensing data and writing it to various image and\ndata file formats. Satpy comes with the ability to make various RGB\ncomposites directly from satellite instrument channel data or higher level\nprocessing output. The\n`pyresample \u003chttp://pyresample.readthedocs.io/en/latest/\u003e`_ package is used\nto resample data to different uniform areas or grids.\n\nThe documentation is available at\nhttp://satpy.readthedocs.org/.\n\nInstallation\n------------\n\nSatpy can be installed from PyPI with pip:\n\n.. code-block:: bash\n\n    pip install satpy\n\n\nIt is also available from `conda-forge` for conda installations:\n\n.. code-block:: bash\n\n    conda install -c conda-forge satpy\n\nCode of Conduct\n---------------\n\nSatpy follows the same code of conduct as the PyTroll project. For reference\nit is copied to this repository in CODE_OF_CONDUCT.md_.\n\nAs stated in the PyTroll home page, this code of conduct applies to the\nproject space (GitHub) as well as the public space online and offline when\nan individual is representing the project or the community. Online examples\nof this include the PyTroll Slack team, mailing list, and the PyTroll twitter\naccount. This code of conduct also applies to in-person situations like\nPyTroll Contributor Weeks (PCW), conference meet-ups, or any other time when\nthe project is being represented.\n\nAny violations of this code of conduct will be handled by the core maintainers\nof the project including David Hoese, Martin Raspaud, and Adam Dybbroe.\nIf you wish to report one of the maintainers for a violation and are\nnot comfortable with them seeing it, please contact one or more of the other\nmaintainers to report the violation. Responses to violations will be\ndetermined by the maintainers and may include one or more of the following:\n\n- Verbal warning\n- Ask for public apology\n- Temporary or permanent ban from in-person events\n- Temporary or permanent ban from online communication (Slack, mailing list, etc)\n\nFor details see the official CODE_OF_CONDUCT.md_.\n\n.. _CODE_OF_CONDUCT.md: ./CODE_OF_CONDUCT.md\n","funding_links":[],"categories":["Python","Sensor Processing","地理Geo处理","Satellite","`Python` processing of optical imagery (non deep learning)","Uncategorized","Sustainable Development"],"sub_categories":["Image Processing","Python libraries related to EO","Uncategorized","Environmental Satellites"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpytroll%2Fsatpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpytroll%2Fsatpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpytroll%2Fsatpy/lists"}