Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add xcube-eopf #29319

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions recipes/xcube-eopf/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{% set name = "xcube-eopf" %}
{% set version = "0.0.1" %}
{% set python_min = "3.10" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/EOPF-Sample-Service/xcube-eopf/archive/refs/tags/v{{ version }}.tar.gz
sha256: c31ea8121c5ffe9c083b3706dbae78cfdb1993473226567cf64cb265b8801937

build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation

requirements:
host:
- python {{ python_min }}
- pip
- setuptools
run:
- python >={{ python_min }}
- fsspec
- numpy
- pandas
- xarray
- xcube
- xarray-eopf
- zarr

test:
imports:
- xcube_eopf
commands:
- pip check
requires:
- python {{ python_min }}
- pip

about:
summary: A xcube datastore implementation that allows for analysis-ready reading of ESA EOPF data products.
home: https://github.com/EOPF-Sample-Service/xcube-eopf
license: Apache-2.0
license_family: Apache
license_file: LICENSE
description: xcube-eopf is a Python package
dev_url: https://github.com/EOPF-Sample-Service/xcube-eopf

extra:
recipe-maintainers:
- konstntokas
- forman
61 changes: 0 additions & 61 deletions recipes/xcube-stac/meta.yaml

This file was deleted.

Loading