Hello
I ran the command harpconvert -a “bin_spatial(1000,36,0.01,2000,26,0.01)” S5P_OFFL_L2__NO2____20190124T125722_20190124T143852_06642_01_010202_20190130T151234.nc outputE1.nc.
I viewed it on PANOLPLY.
I got results.
After that
harpconvert --format hdf5 --hdf5-compression 9 -a ‘tropospheric_NO2_column_number_density_validity>50;derive(datetime_stop {time})’ S5P_OFFL_L2__NO2____20200107T090747_20200107T104917_11577_01_010302_20200109T015137.nc grid_info.h5
It gives an error “input and/or output product file not specified” in my convert application.
There is probably something wrong with the quotes used for your -a parameter. Make sure it is a proper single quote character (assuming you are not trying this on windows) and not some special version of a quote character.
Your point is correct. Spelling error.
I fixed it but this time
ERROR: [HDF5] H5Pset_chunk(): all chunk dimensions must be less than 2^32 (major=“Invalid arguments to routine”, minor=“Out of range”) (…\src\H5Pdcpl.c:2027) ( grid_info.h5)
it gave this error.
I researched.
Download HDF5 conda install -c anaconda hdf5