stcorp / harp

Data harmonization toolset for scientific earth observation data
http://stcorp.github.io/harp/doc/html/index.html
BSD 3-Clause "New" or "Revised" License
55 stars 18 forks source link

No support for oco3_LtCO2 product in harp of github version? #275

Closed gc13141112 closed 1 year ago

gc13141112 commented 1 year ago

I have built HARP from github source and can open oco3_LtCO2_220429_B10400Br_220607224712s.nc4 with harpdump, but did't open with python. Did you know this error? [root@node1 harp_install]# harpdump oco3_LtSIF_220429_B10309r_220607224911s.nc4 | more dimensions: time = 197926

attributes: source_product = "oco3_LtSIF_220429_B10309r_220607224911s.nc4"

variables: double datetime {time = 197926} [seconds since 1990-01-01]

[root@node1 harp_install]# python oco3_read.py RuntimeWarning, Traceback (most recent call last): File "oco3_read.py", line 5, in data = harp.import_product('oco3_LtSIF_220429_B10309r_220607224911s.nc4') File "/home/gaochao/model/LIBRARY/python3/lib/python3.6/site-packages/harp/_harppy.py", line 1300, in import_product raise CLibraryError() harp._harppy.CLibraryError: oco3_LtSIF_220429_B10309r_220607224911s.nc4: unsupported product

Originally posted by @gc13141112 in https://github.com/stcorp/harp/issues/274#issuecomment-1231078497