Hi, I’m trying to read a Sentinel-5P Level-2 OFFL NO2 product using the harp python interface and the command harp.import_product.
I get the error “module ‘harp’ has no attribute ‘import_product’”.
Typing dir(harp) I get only:
[‘doc’, ‘loader’, ‘name’, ‘package’, ‘path’, ‘spec’].
I guess that some problems occurred during harp configuration, despite no errors displayed. Below the details of the configuration and installation process:
Invocation command line was:
$ ./configure --enable-python PYTHON=/usr/bin/python3.6 --with-hdf4 HDF4_LIB=/home/liliana/Scaricati/hdf-4.2.13/hdf4/lib/ HDF4_INCLUDE=/home/liliana/Scaricati/hdf-4.2.13/hdf4/include --with-hdf5 HDF5_LIB=/home/liliana/Scaricati/hdf5-1.10.6/hdf5/lib HDF5_INCLUDE=/home/liliana/Scaricati/hdf5-1.10.6/hdf5/include
Unfortunately I’m unable to attach the config.log file to this post. How can I do?
The output of make is:
~/Scaricati/harp-1.11$ make
make all-am
make[1]: ingresso nella directory “/home/liliana/Scaricati/harp-1.11”
make[1]: uscita dalla directory “/home/liliana/Scaricati/harp-1.11”
Any help is very much appreciated.
Thanks.
Liliana