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 (8.5%) to scientific vocabulary

Keywords

client climate data smhi
Last synced: 5 months ago · JSON representation

Repository

SMHI climate data client.

Basic Info
Statistics
  • Stars: 10
  • Watchers: 3
  • Forks: 1
  • Open Issues: 8
  • Releases: 5
Topics
client climate data smhi
Created over 3 years ago · Last pushed 10 months ago
Metadata Files
Readme License

README.md

ifk-smhi

test coverage docs lint type

Python: 3.9 - 3.11 Testing framework: pytest Linter and formatter: ruff Type checker: mypy

Description

Python SMHI (Swedish Meteorological and Hydrological Institute) client. Currently supports these APIs

  • Meteorological Observations Metobs
  • Meteorological Forecasts Metfcts
  • Meteorological Analysis Mesan
  • Meteorological Analysis Strang

Installation

ifk-smhi can be installed as

bash pip install ifk-smhi

Owner

  • Name: Ingenjörsarbete För Klimatet
  • Login: Ingenjorsarbete-For-Klimatet
  • Kind: organization
  • Location: Göteborg, Sverige

GitHub Events

Total
  • Create event: 4
  • Release event: 2
  • Issues event: 2
  • Watch event: 4
  • Delete event: 2
  • Push event: 2
  • Pull request review event: 2
  • Pull request event: 4
Last Year
  • Create event: 4
  • Release event: 2
  • Issues event: 2
  • Watch event: 4
  • Delete event: 2
  • Push event: 2
  • Pull request review event: 2
  • Pull request event: 4

Committers

Last synced: 6 months ago

All Time
  • Total Commits: 543
  • Total Committers: 2
  • Avg Commits per committer: 271.5
  • Development Distribution Score (DDS): 0.188
Past Year
  • Commits: 5
  • Committers: 1
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Mladen Gibanica 1****h 441
Anders Nord d****d@g****m 102

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 74
  • Total pull requests: 49
  • Average time to close issues: 2 months
  • Average time to close pull requests: 17 days
  • Total issue authors: 3
  • Total pull request authors: 2
  • Average comments per issue: 1.28
  • Average comments per pull request: 3.92
  • Merged pull requests: 46
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 2
  • Average time to close issues: about 8 hours
  • Average time to close pull requests: about 9 hours
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mgcth (60)
  • docNord (12)
  • kjohan19 (1)
Pull Request Authors
  • mgcth (52)
  • docNord (10)
Top Labels
Issue Labels
enhancement (23) bug (12) documentation (11) good first issue (2) help wanted (2)
Pull Request Labels
enhancement (9) documentation (6) bug (3) question (1)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 101 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
pypi.org: ifk-smhi

Inspect and get SMHI data.

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 101 Last month
Rankings
Dependent packages count: 7.0%
Average: 18.7%
Dependent repos count: 30.5%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/github-action-build.yaml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • schneegans/dynamic-badges-action v1.6.0 composite
.github/workflows/github-action-docs.yaml actions
  • actions/checkout v2 composite
  • actions/configure-pages v2 composite
  • actions/deploy-pages v1 composite
  • actions/setup-python v2 composite
  • actions/upload-pages-artifact v1 composite
.github/workflows/github-action-lint.yaml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/github-action-md-lint.yaml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • nosborn/github-action-markdown-cli v3.2.0 composite
.github/workflows/github-action-type.yaml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
pyproject.toml pypi
  • arrow ~= 1.2
  • geopy ~= 2.2
  • pandas ~= 1.5
  • requests ~= 2.28