You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to run your grass add-on and I get an error dealing with MTL file informations. I get a message:
AttributeError: 'metadata' object has no attribute
'LANDSAT_SCENE_ID
And when I look at MTL file it doesnt contains any LANDSAT_SCENE_ID item.
Landsat product i'm working on is https://doi.org/10.5066/P975CC9B
It seems id looks like LANDSAT_PRODUCT_ID in this product...
Is there any way to make your add-on working with this product?
Thanks
The text was updated successfully, but these errors were encountered:
Im trying to run your grass add-on and I get an error dealing with MTL file informations. I get a message:
AttributeError: 'metadata' object has no attribute
'LANDSAT_SCENE_ID
And when I look at MTL file it doesnt contains any LANDSAT_SCENE_ID item.
Landsat product i'm working on is https://doi.org/10.5066/P975CC9B
It seems id looks like LANDSAT_PRODUCT_ID in this product...
Is there any way to make your add-on working with this product?
Thanks
Hello there. It's probably the new structure of metadata files. I'll have to check this in-detail. I had to deal with Collection 2 Level 2 scenes recently, and I quickly updated my version of i.landsat.import (have some difficulties to push in github) to deal with C2L2 data. It should do also L1. But, the code is messy and I have to review it.
Hello Nicos,
Im trying to run your grass add-on and I get an error dealing with MTL file informations. I get a message:
AttributeError: 'metadata' object has no attribute
'LANDSAT_SCENE_ID
And when I look at MTL file it doesnt contains any LANDSAT_SCENE_ID item.
Landsat product i'm working on is https://doi.org/10.5066/P975CC9B
It seems id looks like LANDSAT_PRODUCT_ID in this product...
Is there any way to make your add-on working with this product?
Thanks
The text was updated successfully, but these errors were encountered: