pysatecosystem_template
Template area for standard pysat ecosystem repository files
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.9%) to scientific vocabulary
Repository
Template area for standard pysat ecosystem repository files
Basic Info
- Host: GitHub
- Owner: pysat
- License: bsd-3-clause
- Language: Python
- Default Branch: main
- Size: 2.11 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
- Releases: 2
Metadata Files
README.md
PACKAGENAME: pysat support for THIS TYPE OF DATA OR ANALYSIS
Coverage Status
DOI
Documentation
[PyPI] version (ADD PYPI LINK)
This package DOES THIS THING.
Installation
The following instructions provide a guide for installing PACKAGENAME and give some examples on how to use the routines.
Prerequisites
PACKAGENAME uses common Python modules, as well as modules developed by and for the Space Physics community. This module officially supports Python 3.X+.
| Common modules | Community modules | | -------------- | ----------------- | | numpy | pysat >= 3.0.4 | | pandas | | | xarray | |
PyPi Installation
pip install PACKAGENAME
GitHub Installation
git clone https://github.com/pysat/PACKAGENAME.git
Change directories into the repository folder and run the pyproject.toml or setup.py file. For a local install use the "--user" flag after "install".
cd PACKAGENAME/
python -m build .
pip install .
Note: pre-0.1.0 version
Only include this if PACKAGENAME is currently in an alpha development phase. Feedback and contributions are appreciated.
Examples
The instrument modules are portable and designed to be run like any pysat instrument.
import pysat
import PACKAGENAME
inst = pysat.Instrument(inst_module=PACKAGENAME.instruments.EX_INST)
Another way to use the instruments in an external repository is to register the
instruments. This only needs to be done the first time you load an instrument.
Afterward, pysat will identify them using the platform and name keywords.
pysat.utils.registry.register('PACKAGENAME.instruments.EX_INST')
inst = pysat.Instrument('EX', 'INST')
The package also includes analysis tools. Detailed examples are in the documentation.
Owner
- Name: pysat
- Login: pysat
- Kind: organization
- Email: pysatDevelopers@gmail.com
- Website: https://join.slack.com/t/pysat/shared_invite/zt-tb9p2fhs-MgFVmA6TwmBhfqpuZeD4rA
- Twitter: pysatDevelopers
- Repositories: 15
- Profile: https://github.com/pysat
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Angeline G. Burrell | a****l@n****l | 50 |
| jklenzing | j****g | 21 |
| Russell Stoneback | g****b@c****o | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 13
- Total pull requests: 35
- Average time to close issues: 11 months
- Average time to close pull requests: 10 days
- Total issue authors: 3
- Total pull request authors: 3
- Average comments per issue: 1.15
- Average comments per pull request: 0.17
- Merged pull requests: 35
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 4
- Pull requests: 10
- Average time to close issues: N/A
- Average time to close pull requests: about 12 hours
- Issue authors: 2
- Pull request authors: 2
- Average comments per issue: 0.5
- Average comments per pull request: 0.0
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- jklenzing (7)
- aburrell (1)
- rstoneback (1)
Pull Request Authors
- aburrell (14)
- jklenzing (8)
- rstoneback (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v3 composite
- actions/setup-python v4 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- numpy *
- packaging *
- pandas *
- pysat >=3.0.4
- xarray *
- coveralls * test
- flake8 * test
- flake8-docstrings * test
- hacking >=1.0 test
- m2r2 * test
- numpydoc * test
- pytest-cov * test
- pytest-ordering * test
- sphinx * test
- sphinx_rtd_theme * test
- numpy *
- packaging *
- pandas *
- pysat >=3.1.0
- xarray *