resample_zarr

Package for resampling large zarr datasets to lower resolution.

https://github.com/willem0boone/resample_zarr

Science Score: 49.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
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.1%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Package for resampling large zarr datasets to lower resolution.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 3
Created over 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License Codemeta

README.md

DOI

Edito Resampling datasets

About

This package was realised as part of EDITO-INFRA (Grant agreement ID: 101101473): - T7.3: End-to-end demonstrator for aquaculture and maritime industry.

Author: Willem Boone | contact: willem.boone@vliz.be

Goal

Rescale large zarr datasets, processing one batch at a time.

img
Image source: https://gisgeography.com/wp-content/uploads/2016/02/Resample-425x218.png

How to use

Owner

  • Login: willem0boone
  • Kind: user

-

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "identifier": "{id of the GitHub repo (can be DOI)}",
  "description": "Resampling large zarr datasets to lower resolution; created in EDITO-INFRA project T7.3",
  "name": "resample_zarr",
  "codeRepository": "https://github.com/willem0boone/resample_zarr",
  "issueTracker": "https://github.com/willem0boone/resample_zarr/issues",
  "license": "MIT License",
  "version": "2.0.1",
  "datePublished": "2024-09",
  "dateModified": "2024-09",
  "programmingLanguage": [
    {
      "@type": "ComputerLanguage",
      "name": "Python",
      "url": "https://www.python.org/"
    }
  ],
  "operatingSystem": "Windows 11",
  "runtimePlatform": [
    "Python 3.12.1"
  ],
  "provider": {
    "@id": "https://ror.org/0496vr396",
    "@type": "Organization",
    "name": "Flanders Marine Institute",
    "url": "https://vliz.be/en"
  },
  "contributor": [
    {
      "@type": "Person",
      "givenName": "Willem",
      "familyName": "Boone",
      "email": "willem.boone@vliz.be",
      "@id": "https://orcid.org/0009-0008-0916-6847",
      "orcid": "https://orcid.org/0009-0008-0916-6847"
    }
  ],
  "copyrightHolder": [
    {
      "@type": "Person",
      "givenName": "Willem",
      "familyName": "Boone",
      "email": "willem.boone@vliz.be",
      "@id": "https://orcid.org/0009-0008-0916-6847",
      "orcid": "https://orcid.org/0009-0008-0916-6847"
    }
  ],
  "funder": [
    {
      "@type": "Organization",
      "@id": "https://ror.org/019w4f821",
      "name": "European Union Horizon Europe research and innovation programme under Grant Agreement no 101101473"
    }
  ],
  "maintainer": [
    {
      "@type": "Person",
      "givenName": "Willem",
      "familyName": "Boone",
      "email": "willem.boone@vliz.be",
      "@id": "https://orcid.org/0009-0008-0916-6847",
      "orcid": "https://orcid.org/0009-0008-0916-6847"
    }
  ],
  "softwareRequirements": {
    "1": {
      "@type": "SoftwareApplication",
      "identifier": "https://pypi.org/project/xarray/2025.01.0",
      "name": "xarray",
      "version": "2025.01.0"
    },
    "2": {
      "@type": "SoftwareApplication",
      "identifier": "https://pypi.org/project/pandas/2.2.2",
      "name": "pandas",
      "version": "2.2.2"
    },
    "3": {
      "@type": "SoftwareApplication",
      "identifier": "https://pypi.org/project/numpy/1.26.4",
      "name": "numpy",
      "version": "1.26.4"
    },
    "4": {
      "@type": "SoftwareApplication",
      "identifier": "https://pypi.org/project/rioxarray/0.17.0",
      "name": "rioxarray",
      "version": "0.17.0"
    },
    "5": {
      "@type": "SoftwareApplication",
      "identifier": "https://pypi.org/project/matplotlib/3.9.2",
      "name": "matplotlib",
      "version": "3.9.2"
    },
    "6": {
      "@type": "SoftwareApplication",
      "identifier": "https://pypi.org/project/zarr/2.18.3",
      "name": "zarr",
      "version": "2.18.3"
    },
    "7": {
      "@type": "SoftwareApplication",
      "identifier": "https://pypi.org/project/dacite/1.8.1",
      "name": "dacite",
      "version": "1.8.1"
    },
    "8": {
      "@type": "SoftwareApplication",
      "identifier": "https://pypi.org/project/intake/2.0.4",
      "name": "intake",
      "version": "2.0.4"
    },
    "9": {
      "@type": "SoftwareApplication",
      "identifier": "https://pypi.org/project/psutil/5.9.8",
      "name": "psutil",
      "version": "5.9.8"
    },
    "10": {
      "@type": "SoftwareApplication",
      "identifier": "https://pypi.org/project/requests/2.32.3",
      "name": "Requests",
      "version": "2.32.3"
    },
    "11": {
      "@type": "SoftwareApplication",
      "identifier": "https://pypi.org/project/s3fs/2024.3.1",
      "name": "s3fs",
      "version": "2024.3.1"
    },
    "12": {
      "@type": "SoftwareApplication",
      "identifier": "https://pypi.org/project/tenacity/9.0.0",
      "name": "tenacity",
      "version": "9.0.0"
    },
    "13": {
      "@type": "SoftwareApplication",
      "identifier": "https://pypi.org/project/toml/0.10.2",
      "name": "toml",
      "version": "0.10.2"
    },
    "14": {
      "@type": "SoftwareApplication",
      "identifier": "https://pypi.org/project/dask/2024.9.0",
      "name": "dask",
      "version": "2024.9.0"
    },
    "15": {
      "@type": "SoftwareApplication",
      "identifier": "https://pypi.org/project/sphinx/7.1.2",
      "name": "sphinx",
      "version": "7.1.2"
    },
    "16": {
      "@type": "SoftwareApplication",
      "identifier": "https://pypi.org/project/sphinx-rtd-theme/1.3.0rc1",
      "name": "sphinx-rtd-theme",
      "version": "1.3.0rc1"
    },
    "17": {
      "@type": "SoftwareApplication",
      "identifier": "https://pypi.org/project/scipy/1.15.0",
      "name": "scipy",
      "version": "1.15.0"
    }
  },
  "keywords": [
    "resampling",
    "zarr"
  ],
  "readme": "https://github.com/willem0boone/Edito_resampling_datasets/blob/main/README.md"
}

GitHub Events

Total
  • Release event: 1
  • Push event: 10
  • Pull request event: 4
  • Create event: 1
Last Year
  • Release event: 1
  • Push event: 10
  • Pull request event: 4
  • Create event: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • willem0boone (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

docs/requirements.txt pypi
  • sphinx ==7.1.2
  • sphinx-rtd-theme ==1.3.0rc1
pyproject.toml pypi
requirements.txt pypi
  • Requests ==2.32.3
  • boto3 ==1.34.80
  • botocore ==1.34.80
  • carbonplan_data ==0.4.0
  • dacite ==1.8.1
  • intake ==2.0.4
  • matplotlib *
  • numcodecs ==0.12.1
  • numpy ==1.26.4
  • pandas ==2.2.2
  • psutil ==5.9.8
  • rasterio ==1.3.9
  • s3fs ==2024.3.1
  • sphinx ==7.1.2
  • sphinx-rtd-theme ==1.3.0rc1
  • tenacity ==9.0.0
  • toml ==0.10.2
  • xarray ==2024.7.0
  • xarray_datatree ==0.0.14