Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.1%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: ronnychou
- License: gpl-3.0
- Language: Python
- Default Branch: main
- Size: 17.3 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Created 7 months ago
· Last pushed 7 months ago
Metadata Files
Readme
Changelog
Contributing
License
Code of conduct
Citation
Codeowners
Security
Authors
README.rst
Satpy
=====
.. image:: https://github.com/pytroll/satpy/workflows/CI/badge.svg?branch=main
:target: https://github.com/pytroll/satpy/actions?query=workflow%3A%22CI%22
.. image:: https://coveralls.io/repos/github/pytroll/satpy/badge.svg?branch=main
:target: https://coveralls.io/github/pytroll/satpy?branch=main
.. image:: https://badge.fury.io/py/satpy.svg
:target: https://badge.fury.io/py/satpy
.. image:: https://anaconda.org/conda-forge/satpy/badges/version.svg
:target: https://anaconda.org/conda-forge/satpy/
.. image:: https://zenodo.org/badge/51397392.svg
:target: https://zenodo.org/badge/latestdoi/51397392
.. image:: https://codescene.io/projects/21806/status-badges/code-health
:target: https://codescene.io/projects/21806
:alt: CodeScene Code Health
The Satpy package is a python library for reading and manipulating
meteorological remote sensing data and writing it to various image and
data file formats. Satpy comes with the ability to make various RGB
composites directly from satellite instrument channel data or higher level
processing output. The
`pyresample `_ package is used
to resample data to different uniform areas or grids.
The documentation is available at
http://satpy.readthedocs.org/.
Installation
------------
Satpy can be installed from PyPI with pip:
.. code-block:: bash
pip install satpy
It is also available from `conda-forge` for conda installations:
.. code-block:: bash
conda install -c conda-forge satpy
Code of Conduct
---------------
Satpy follows the same code of conduct as the PyTroll project. For reference
it is copied to this repository in CODE_OF_CONDUCT.md_.
As stated in the PyTroll home page, this code of conduct applies to the
project space (GitHub) as well as the public space online and offline when
an individual is representing the project or the community. Online examples
of this include the PyTroll Slack team, mailing list, and the PyTroll twitter
account. This code of conduct also applies to in-person situations like
PyTroll Contributor Weeks (PCW), conference meet-ups, or any other time when
the project is being represented.
Any violations of this code of conduct will be handled by the core maintainers
of the project including David Hoese, Martin Raspaud, and Adam Dybbroe.
If you wish to report one of the maintainers for a violation and are
not comfortable with them seeing it, please contact one or more of the other
maintainers to report the violation. Responses to violations will be
determined by the maintainers and may include one or more of the following:
- Verbal warning
- Ask for public apology
- Temporary or permanent ban from in-person events
- Temporary or permanent ban from online communication (Slack, mailing list, etc)
For details see the official CODE_OF_CONDUCT.md_.
.. _CODE_OF_CONDUCT.md: ./CODE_OF_CONDUCT.md
Owner
- Name: Ronglian Zhou
- Login: ronnychou
- Kind: user
- Location: Beijing
- Repositories: 1
- Profile: https://github.com/ronnychou
Master's Student | Chinese Academy of Meteorological Sciences (CAMS) Research Focus: Remote Sensing Retrieval of Atmospheric Temperature and Humidity Profiles
Citation (CITATION)
To find out how to reference satpy, go to https://zenodo.org/badge/latestdoi/51397392 and choose your favourite citation format on the bottom of the right hand side-bar.
GitHub Events
Total
- Push event: 1
- Pull request event: 1
- Create event: 1
Last Year
- Push event: 1
- Pull request event: 1
- Create event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (1)
github_actions (1)
Dependencies
.github/workflows/ci.yaml
actions
- AndreMiras/coveralls-python-action develop composite
- actions/cache v4 composite
- actions/checkout v4 composite
- codecov/codecov-action v5 composite
- conda-incubator/setup-miniconda v3 composite
.github/workflows/deploy-sdist.yaml
actions
- actions/checkout v4 composite
- pypa/gh-action-pypi-publish v1.12.4 composite
continuous_integration/environment.yaml
pypi
- pyPublicDecompWT *
- pyorbital *
- pyspectral *
- pytest-lazy-fixtures *
- trollimage >=1.24
- trollsift *
pyproject.toml
pypi
- dask [array]>=0.17.1
- donfig *
- numpy >=1.21
- packaging *
- pillow *
- platformdirs *
- pooch *
- pykdtree *
- pyorbital *
- pyproj >=2.2
- pyresample >=1.24.0
- pyyaml >=5.1
- trollimage >=1.24
- trollsift *
- xarray >=0.14.1
- zarr *