goes

Python package to download and manipulate GOES-16/17/18/19 data.

https://github.com/joaohenry23/goes

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
Last synced: 10 months ago · JSON representation

Repository

Python package to download and manipulate GOES-16/17/18/19 data.

Basic Info
  • Host: GitHub
  • Owner: joaohenry23
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 35 MB
Statistics
  • Stars: 69
  • Watchers: 6
  • Forks: 20
  • Open Issues: 4
  • Releases: 5
Created almost 7 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.md

GOES

Static Badge DOI

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

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

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 178
  • Total Committers: 1
  • Avg Commits per committer: 178.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 43
  • Committers: 1
  • Avg Commits per committer: 43.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Joao Huamán 5****3 178

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.

  • Versions: 11
  • Dependent Packages: 0
  • Dependent Repositories: 5
  • Downloads: 720 Last month
Rankings
Dependent repos count: 6.6%
Forks count: 9.3%
Average: 9.5%
Stargazers count: 9.6%
Dependent packages count: 10.1%
Downloads: 11.7%
Maintainers (1)
Last synced: 11 months ago

Dependencies

setup.py pypi
  • netCDF4 *
  • numpy *
  • pyproj *
  • requests *
  • s3fs *