Views
No views yet
reflectivityspecific_differential_phase (KDP and kdp are accepted aliases)differential_reflectivitycross_correlation_ratiospectrum_widthmanifest.json, and preserves missing values with the
training fill value.1python -m pip install \
2 "radar-dino[netcdf,hub,analysis,plot] @ git+https://github.com/DanielWefer/radar_dino.git@main"1from radar_dino import RadarDINO
2
3dino = RadarDINO.from_pretrained(
4 "dwefer/radar-dino-fieldtoken-v1",
5 device="auto",
6)
7result = dino.analyze("/path/to/KHTX_scan.nc")
8pngs = dino.save_plots(result, "/path/to/output")
9
10result.feature # normalized 384-D vector
11result.attention # heads x fields x 300 x 300
12result.umap # 2-D UMAP transform
13result.tsne # approximate display-only t-SNE position
14result.cluster # fitted PCA/HDBSCAN cluster, -1 means noise
15result.cluster_probability
16result.neighbors # five closest reference scans by cosine similarity
17pngs # attention, UMAP, and t-SNE PNG filesresult.tsne
coordinate is therefore a nearest-neighbor interpolation for display only.
Clusters are assigned with the fitted PCA/HDBSCAN pipeline, not in UMAP or
t-SNE space.-1 denotes HDBSCAN noise rather than a physical
radar category. Similarity can reflect coverage, missingness, and data quality
as well as meteorological structure.0f8ffd8942691287e392442bcd33ba134297cdb064d21ce2ef344fa5a133d225d997a9abfc563c7dcebb099534aa66cc2a51f9b6model.safetensors SHA-256: c62cf017d98d84fef63a096ac4236a69a102c2675e2129de033c7f66566ceca0