sepal-contrib / clip-time-series

Create a clip time series for a list of points
MIT License
1 stars 2 forks source link

module 'planet' has no attribute 'data' #96

Closed dfguerrerom closed 3 months ago

dfguerrerom commented 1 year ago

when using planet as output:

292 # create a title list to be consistent
293 title_list = {

--> 294 m: {i: f"{planet.data} {mosaic_name(m)[1]}" for i in range(len(buffers))} 295 for m in mosaics 296 } 298 return vrt_list, title_list

File ~/1_modules/clip-time-series/component/scripts/planet.py:294, in (.0) 290 vrt_list[m] = vrt_path 292 # create a title list to be consistent 293 title_list = { --> 294 m: {i: f"{planet.data} {mosaic_name(m)[1]}" for i in range(len(buffers))} 295 for m in mosaics 296 } 298 return vrt_list, title_list

AttributeError: module 'planet' has no attribute 'data'

teopista commented 3 months ago

I think it's the same thing I am experiencing image

dfguerrerom commented 3 months ago

fixed with e15916b2d18a3d6aea3739865512cb2e9c29fd7c