Datasets:

DOI:
License:
sirbastiano94 commited on
Commit
8ad14c8
·
verified ·
1 Parent(s): 1061299

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -67
README.md CHANGED
@@ -3,6 +3,11 @@ license: cc0-1.0
3
  pretty_name: RFInject
4
  ---
5
 
 
 
 
 
 
6
  ## Overview
7
 
8
  RFInject is a research-grade Earth Observation dataset and methodology for controlled synthetic Radio Frequency Interference (RFI) injection into clean Sentinel-1 Synthetic Aperture Radar (SAR) data.
@@ -11,72 +16,8 @@ The dataset is designed to enable reproducible benchmarking of RFI detection and
11
 
12
  RFInject preserves the physical and statistical properties of real Sentinel-1 acquisitions while enabling full parametric control over injected interference characteristics.
13
 
14
- ## Motivation
15
-
16
- Radio Frequency Interference is a major source of performance degradation in modern SAR missions. Sentinel-1 data is particularly affected, yet most existing studies rely on ad-hoc or irreproducible contamination scenarios.
17
-
18
- RFInject enables:
19
- - Repeatable experimental setups
20
- - Controlled and parameterized interference scenarios
21
- - Algorithm-agnostic benchmarking across methods and sensors
22
-
23
- ## Dataset Structure
24
-
25
- ```
26
- /
27
- ├── RFInject/ # Sentinel-1 data with injected synthetic RFI
28
- │ ├── product_001.zarr
29
- │ ├── product_002.zarr
30
- │ ├── product_003.zarr
31
- │ └── burst_0
32
- │ └── burst_1
33
- │ └── burst_2
34
- │ └── zarr.json (the product metadata)
35
- │ └── echo (the clean burst)
36
- │ └── rfi (the rfi to add to burst)
37
- │ └── zarr.json (the RFI metadata)
38
- └── README.md
39
- ```
40
-
41
-
42
- ## Data Characteristics
43
-
44
- | Property | Description |
45
- |---------------------|-------------|
46
- | Platform | Sentinel-1 |
47
- | Sensor | C-band SAR |
48
- | Data Level | L0 |
49
- | Interference Type | Synthetic RFI (parametric) |
50
- | File Format | zarr / analysis-ready |
51
 
52
 
53
- ## Methodology
54
-
55
- Synthetic RFI is injected by superimposing parameterized interference signals onto clean Sentinel-1 radar echoes.
56
-
57
- The approach ensures:
58
- - Spectral and temporal realism
59
- - Preservation of system characteristics
60
- - Full reproducibility through metadata-controlled parameters
61
-
62
- ## Ingestion with EOTDL
63
-
64
- ### CLI
65
-
66
- ```bash
67
- eotdl datasets get RFInject
68
- ```
69
-
70
- ## Intended Use
71
-
72
- This dataset is intended for:
73
- - RFI detection and mitigation research
74
- - Machine learning model training and evaluation
75
- - Algorithm benchmarking
76
- - Reproducible SAR processing experiments
77
-
78
- Users are responsible for validating suitability for operational or safety-critical applications.
79
-
80
  ## Citation
81
 
82
  ```
@@ -94,6 +35,3 @@ Users are responsible for validating suitability for operational or safety-criti
94
 
95
  This dataset is released under the CC0 license.
96
 
97
- ## Acknowledgements
98
-
99
- Developed within the ESA Φ-lab research ecosystem and related collaborations.
 
3
  pretty_name: RFInject
4
  ---
5
 
6
+ # DISCLAIMER
7
+
8
+ This dataset has been mirrored to: https://huggingface.co/buckets/ESA-philab/RFInject-v1-L0
9
+
10
+
11
  ## Overview
12
 
13
  RFInject is a research-grade Earth Observation dataset and methodology for controlled synthetic Radio Frequency Interference (RFI) injection into clean Sentinel-1 Synthetic Aperture Radar (SAR) data.
 
16
 
17
  RFInject preserves the physical and statistical properties of real Sentinel-1 acquisitions while enabling full parametric control over injected interference characteristics.
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ## Citation
22
 
23
  ```
 
35
 
36
  This dataset is released under the CC0 license.
37