[Harmonization and Analysis of Remote-sensing data for intercomparison and validation]. El objetivo principal es preprocesar y armonizar datos geofísicos, como observaciones satelitales, datos de modelos, mediciones in-situ, etc, con el objetivo de facilitar su comparación. Incluye las herramientas harpcheck, harpcollocate, harpconvert, harpdump y harpmerge
$ harpcheck data.nc
$ harpcollocate -a 'bin_spatial(1, 0, 1);bin("latitude", 0.5, 0.5, 1)' sat.nc ground.nc output_collocated.nc
$ harpcollocate sat.nc ground.nc collocated.nc
$ harpconvert -a 'latitude > 0 [degree_north]; keep(latitude, longitude, ozone_column)' input.nc output_filtered.nc
$ harpconvert -a 'derive(latitude {latitude}); derive(longitude {longitude})' raw_satellite.hdf sat.nc
$ harpdump data.nc
$ harpmerge file1.nc file2.nc file3.nc merged.nc