Datasets:
class_id int64 0 4 | class_name stringclasses 4
values | polarization stringclasses 2
values | power_db float64 -25.49 -4.8 | azimuth_line int64 0 38k | signal_tensor listlengths 2.05k 2.05k | __index_level_0__ int64 0 30k |
|---|---|---|---|---|---|---|
1 | NISAR_LBand_SideLobe_Multipath | HH | -14.34 | 21,245 | [
-0.1170654296875,
-0.1378173828125,
0.0299835205078125,
0.1622314453125,
-0.035400390625,
-0.230712890625,
-0.01152801513671875,
-0.0269317626953125,
-0.281494140625,
-0.27880859375,
-0.1705322265625,
-0.1346435546875,
-0.00908660888671875,
0.1475830078125,
0.1832275390625,
0.014602661... | 16,748 |
1 | NISAR_LBand_SideLobe_Multipath | HH | -10.04 | 32,592 | [
0.2384033203125,
0.291748046875,
0.09490966796875,
0.331298828125,
0.2236328125,
-0.270751953125,
-0.08343505859375,
0.01033782958984375,
-0.0611572265625,
0.0880126953125,
0.0020294189453125,
0.0155792236328125,
-0.1497802734375,
-0.462158203125,
-0.185546875,
-0.0277557373046875,
-... | 25,684 |
4 | NISAR_Diffuse_Surface_Scatter | HV | -23.72 | 28,556 | [
0.09954833984375,
0.00925445556640625,
-0.02984619140625,
-0.024322509765625,
0.0015716552734375,
0.05535888671875,
0.0248870849609375,
-0.01456451416015625,
-0.0003859996795654297,
-0.0114898681640625,
-0.045379638671875,
0.013824462890625,
0.01026153564453125,
-0.0210113525390625,
-0.0... | 22,519 |
3 | NISAR_CrossPol_HV_Volumetric | HV | -18.28 | 14,925 | [
0.00214385986328125,
0.0188140869140625,
-0.037078857421875,
0.04449462890625,
-0.01568603515625,
-0.0246734619140625,
0.053314208984375,
-0.046173095703125,
0.00799560546875,
0.03167724609375,
-0.04083251953125,
0.0275421142578125,
0.00937652587890625,
-0.0202484130859375,
0.01082611083... | 11,761 |
4 | NISAR_Diffuse_Surface_Scatter | HV | -23.82 | 10,584 | [
-0.0291595458984375,
-0.023529052734375,
0.053192138671875,
0.082763671875,
0.0460205078125,
0.037841796875,
-0.054962158203125,
-0.109375,
-0.0303955078125,
0.0296173095703125,
0.033447265625,
0.00855255126953125,
-0.0101318359375,
0.035614013671875,
0.052734375,
-0.08837890625,
-0.... | 8,361 |
4 | NISAR_Diffuse_Surface_Scatter | HV | -22.27 | 25,434 | [0.06640625,0.08795166015625,0.055694580078125,-0.006114959716796875,-0.0163116455078125,0.035003662(...TRUNCATED) | 20,045 |
0 | NISAR_LBand_MainLobe_HighPwr | HH | -9.46 | 33,582 | [-0.106201171875,0.210693359375,-0.09844970703125,-0.0258331298828125,0.68359375,0.6298828125,0.1006(...TRUNCATED) | 26,462 |
1 | NISAR_LBand_SideLobe_Multipath | HH | -14.39 | 34,876 | [-0.239990234375,-0.142822265625,0.157470703125,0.0863037109375,0.03411865234375,-0.0303497314453125(...TRUNCATED) | 27,492 |
4 | NISAR_Diffuse_Surface_Scatter | HV | -23.68 | 16,220 | [0.03973388671875,-0.046356201171875,0.003631591796875,0.04931640625,-0.04644775390625,-0.0032768249(...TRUNCATED) | 12,801 |
1 | NISAR_LBand_SideLobe_Multipath | HH | -16.43 | 19,951 | [-0.11029052734375,-0.07373046875,0.007709503173828125,0.07232666015625,0.129150390625,0.05032348632(...TRUNCATED) | 15,748 |
NISAR RSLC Complex I/Q Signal Dataset
This dataset is made from publicly available NISAR RSLC data.
I created it as a small machine-learning dataset for working with complex radar signals. The original NISAR data is much larger, so this repository contains smaller 512-sample windows extracted from the original RSLC data.
The goal is to make the data easier to experiment with without having to download and process a full NISAR product every time.
What is in the dataset?
There are 30,000 signal windows.
Each sample contains:
[4, 512]
The four channels are:
Channel 0 β I
Channel 1 β Q
Channel 2 β Amplitude
Channel 3 β Phase
Amplitude and phase are calculated from the original complex I/Q values:
amplitude = sqrt(IΒ² + QΒ²)
phase = atan2(Q, I)
The dataset contains both:
- HH β co-polarized
- HV β cross-polarized
signals.
Where does the data come from?
The source is the NISAR Level-1 RSLC product.
The processing script searches NASA Earthdata for:
NISAR_L1_RSLC_PROVISIONAL_V1
and reads the RSLC data from:
science/LSAR/RSLC/swaths/frequencyA/HH
science/LSAR/RSLC/swaths/frequencyA/HV
The original NISAR files are much larger than the files in this repository. I select a number of azimuth lines and take 512-sample windows from them.
This repository therefore contains processed samples derived from NISAR RSLC data, not the original NISAR files.
Labels
One important thing to know:
The labels are not official NISAR labels.
I created them from the average power of each signal window.
For HH:
power > -10 dB β class 0
-22 dB < power β€ -10 dB β class 1
power β€ -22 dB β class 2
For HV:
power > -20 dB β class 3
power β€ -20 dB β class 4
The class names are:
0 β NISAR_LBand_MainLobe_HighPwr
1 β NISAR_LBand_SideLobe_Multipath
2 β NISAR_Thermal_Noise_Floor
3 β NISAR_CrossPol_HV_Volumetric
4 β NISAR_Diffuse_Surface_Scatter
These names are descriptive names for the experiment. They should not be treated as official NISAR science classifications.
In particular, the dataset should not be used to claim that NISAR officially labels individual radar returns as "main lobe", "multipath", "thermal noise", etc.
Dataset columns
Each row contains:
class_id
class_name
polarization
power_db
azimuth_line
signal_tensor
signal_tensor is stored as a flattened list.
You can turn it back into [4, 512] with:
import numpy as np
x = np.array(row["signal_tensor"], dtype=np.float32)
x = x.reshape(4, 512)
Train / validation / test
The current dataset is split into:
Train 70%
Validation 15%
Test 15%
The split is stratified by class_id.
One limitation of this version is that the split happens at the window level. Multiple windows from the same azimuth line can therefore end up in different splits.
Because of that, this version should not be treated as a strict test of how well a model generalizes to completely unseen NISAR acquisitions or scenes.
A future version can use a group-based split by acquisition or azimuth line.
Important note about power_db
power_db was also used to create the labels.
That means a model should not use power_db as an input feature when testing whether it can learn the signal itself. Doing that would make the task trivial because the labels are directly based on power.
For a signal-classification experiment, use the [4, 512] signal tensor as the input and treat class_id as the target.
Reproducing the dataset
The extraction code is available in:
scripts/dataset.py
The script shows the main steps used to create this dataset:
NASA Earthdata
β
NISAR RSLC
β
HH / HV complex data
β
512-sample windows
β
I / Q / amplitude / phase
β
power calculation
β
heuristic labels
β
Parquet
You will need a NASA Earthdata account to access the source data.
π Usage with Hugging Face datasets & Pandas:
import pandas as pd
import numpy as np
# Stream or read directly
df = pd.read_parquet("https://huggingface.co/datasets/sandi99/nisar-space-elint-2026/resolve/main/train.parquet")
print(df.head())
# Reconstruct 4-channel tensor
tensor = np.array(df.iloc[0]["signal_tensor"], dtype=np.float32).reshape(4, 512)
Why I made this
I wanted a reasonably small dataset that could be used for experimenting with radar I/Q data and machine-learning models without requiring everyone to download the full NISAR products.
This is an experimental dataset, not an official NASA/ISRO dataset and not an official NISAR benchmark.
Source
The original data comes from NASA's Earthdata archive and the NISAR mission.
Please check the original NISAR data documentation and the applicable NASA/ASF data terms before using the source data for a project.
License
This repository contains processed data derived from NISAR source data.
The repository metadata currently uses:
CC BY 4.0
Please check the licensing and usage terms of the original NISAR data before redistributing or using the data commercially.
Disclaimer
This dataset was created for research and experimentation.
The processing, labels, class names and train/test split are my own and are not official NISAR products or classifications.
If you find an issue with the extraction or have a better way to prepare the data, feel free to open an issue or pull request.
- Downloads last month
- 41