cross-sensor-cal

Stage 01 Raster Processing

DO NOT EDIT OUTSIDE MARKERS

Purpose

Inputs and assumptions

Outputs and guarantees

Configuration keys

How to run

CLI

python src/neon_to_envi.py --images scene.h5 --output_dir out -anc
python src/topo_and_brdf_correction.py config.json

Python

from src.neon_to_envi import neon_to_envi
from src.mask_raster import mask_raster_with_polygons
from src.topo_and_brdf_correction import topo_and_brdf_correction

neon_to_envi(["scene.h5"], "out", anc=True)
mask_raster_with_polygons(envi_file, "polygons.geojson")
topo_and_brdf_correction("config.json")

Performance knobs

QA checks

Troubleshooting

Last updated: 2025-08-18