We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): File "D:\Python_code\sea_ice_drift-master\MODIS_convert.py", line 10, in product = epr.Product(file_name) File "src\epr.pyx", line 2273, in epr.Product.cinit File "src\epr.pyx", line 262, in epr.pyepr_check_errors epr.EPRValueError: ('epr_open_product: invalid product identifier', 203)
The text was updated successfully, but these errors were encountered:
import epr file_name = './ASA_WSM_1PNDSI20120309_155143_000003363112_00270_52439_0000.N1' product = epr.Product(file_name) datasets = product.datasets() print(datasets)
Sorry, something went wrong.
Sorry I do not have a Windows machine to reproduce. For sure it is not a problem with the product, your example works for me (on linux):
>>> import epr >>> file_name = './ASA_WSM_1PNDSI20120309_155143_000003363112_00270_52439_0000.N1' >>> product = epr.Product(file_name) >>> datasets = product.datasets() >>> print(datasets) [epr.Dataset(MDS1_SQ_ADS) 6 records, epr.Dataset(MAIN_PROCESSING_PARAMS_ADS) 6 records, epr.Dataset(DOP_CENTROID_COEFFS_ADS) 55 records, epr.Dataset(SR_GR_ADS) 55 records, epr.Dataset(CHIRP_PARAMS_ADS) 340 records, epr.Dataset(GEOLOCATION_GRID_ADS) 55 records, epr.Dataset(MDS1) 29700 records]
Could you please provide more info?
Just triggered a new CI build and, apparently, all works fine in Windows with Python 3.8: https://github.com/avalentino/pyepr/actions/runs/9490846455/job/26155144169
@LooperzZ do you have the chance to build pyepr from sources?
avalentino
No branches or pull requests
Traceback (most recent call last):
File "D:\Python_code\sea_ice_drift-master\MODIS_convert.py", line 10, in
product = epr.Product(file_name)
File "src\epr.pyx", line 2273, in epr.Product.cinit
File "src\epr.pyx", line 262, in epr.pyepr_check_errors
epr.EPRValueError: ('epr_open_product: invalid product identifier', 203)
The text was updated successfully, but these errors were encountered: