Skip to content

Commit 1246054

Browse files
authored
Merge pull request #263 from ArthurVincentCS/feature/add_cff_file
doc: add CITATION.cff
2 parents 125a8b3 + b47a125 commit 1246054

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: EOReader
6+
message: >-
7+
If you use this software, please cite it using the
8+
metadata from this file.
9+
type: software
10+
authors:
11+
- given-names: Remi
12+
family-names: Braun
13+
affiliation: ICube-SERTIT
14+
- given-names: Michal
15+
family-names: Parusinski
16+
affiliation: ICube-SERTIT
17+
- given-names: Jules
18+
family-names: Teulade
19+
affiliation: ICube-SERTIT
20+
- given-names: guillem
21+
family-names: oreno
22+
affiliation: PooPals Inc. @poopals
23+
- given-names: Bastien
24+
family-names: Coriat
25+
affiliation: ICube-SERTIT
26+
- given-names: Emmanuel
27+
family-names: Ferdman
28+
- given-names: TabeaW
29+
family-names: TabeaW
30+
affiliation: DLR
31+
- given-names: Jayanth
32+
family-names: Siddamsetty
33+
- given-names: Florian
34+
family-names: Deboissieu
35+
- given-names: Arthur
36+
family-names: Vincent
37+
affiliation: CS GROUP
38+
identifiers:
39+
- type: doi
40+
value: 10.5281/zenodo.15831875
41+
repository-code: 'https://github.com/sertit/eoreader'
42+
url: 'https://eoreader.readthedocs.io/stable/'
43+
abstract: >
44+
EOReader is a Python library developed by ICube-SERTIT (University of Strasbourg)
45+
designed to open, read, and harmonize Earth Observation products (optical and radar)
46+
from multiple satellite constellations (Sentinel, Landsat, Pléiades, SPOT, and more).
47+
It provides a unified interface to access spectral bands, metadata, cloud masks,
48+
and other physical parameters, with a strong focus on multi-sensor interoperability.
49+
keywords:
50+
- Python
51+
- Earth Observation
52+
- Remote Sensing
53+
- Data Harmonization
54+
license: Apache-2.0

0 commit comments

Comments
 (0)