goes
Python package to download and manipulate GOES-16/17/18/19 data.
Science Score: 36.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
-
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.0%) to scientific vocabulary
Repository
Python package to download and manipulate GOES-16/17/18/19 data.
Basic Info
Statistics
- Stars: 69
- Watchers: 6
- Forks: 20
- Open Issues: 4
- Releases: 5
Metadata Files
README.md
GOES
Python package to download and manipulate GOES-16/17/18/19 data.
Version
3.4.4
If you have already installed the GOES package, update it to the latest version.
Requirements
The main packages required are: - numpy - s3fs - pyproj - netCDF4 - requests
Tip: If you install the GOES package using pip, you don't need to worry about installing these packages because they will be installed automatically.
Tutorial
Find the jupyter notebook examples for the last version here.
Installation
You can install GOES on Python 2 or 3 on Linux, Windows or other using the following commands.
Using pip (recommended):
```
pip install GOES
```
Check if package was installed with:
pip show GOES
If you already have the package installed, update it to the latest version with:
pip install --upgrade GOES
Using clone: ``` clone https://github.com/joaohenry23/GOES.git cd GOES python setup.py install
```
Using python:\ Download the GOES-master.zip from github and following the next commands: ``` unzip GOES-master.zip cd GOES-master python setup.py install
```
Change log
All notable changes to this project will be documented in this file.
Support
If you have any questions, do not hesitate to write to: ``` joaohenry23@gmail.com
```
You can write to me in spanish, portuguese or english.
Owner
- Name: Joao Huamán
- Login: joaohenry23
- Kind: user
- Location: Lima, Peru
- Company: SENAMHI
- Repositories: 3
- Profile: https://github.com/joaohenry23
Bsc. in meteorology by UNALM/Peru. Msc. in meteorology by INPE/Brazil.
GitHub Events
Total
- Release event: 1
- Watch event: 8
- Push event: 17
- Fork event: 5
- Create event: 1
Last Year
- Release event: 1
- Watch event: 8
- Push event: 17
- Fork event: 5
- Create event: 1
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 5
- Total pull requests: 0
- Average time to close issues: about 1 hour
- Average time to close pull requests: N/A
- Total issue authors: 5
- Total pull request authors: 0
- Average comments per issue: 3.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- rafatoshio (1)
- jamesohrussell (1)
- RawbyTheSheeth (1)
- navilaufm (1)
- cubarro (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 720 last-month
- Total dependent packages: 0
- Total dependent repositories: 5
- Total versions: 11
- Total maintainers: 1
pypi.org: goes
Python package to download and manipulate GOES-16/17/18/19 data.
- Homepage: https://github.com/joaohenry23/GOES
- Documentation: https://goes.readthedocs.io/
- License: BSD-3-Clause
-
Latest release: 3.4.4
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- netCDF4 *
- numpy *
- pyproj *
- requests *
- s3fs *