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
We should store all the data that are time-consuming (at least not immediate) and lightweight (floats or even vectors) in order to speed up the recomputation.
These would be computed only if needed.
Hereunder is a premilinary list (for product):
extent
footprint
mean_az, mean_el
crs
default_transform
And why not:
condensed_name
datetime
date
Other product_classes could have others to add.
They could be accessed as regular members through a @property -> this will break things !
The text was updated successfully, but these errors were encountered:
We should store all the data that are time-consuming (at least not immediate) and lightweight (floats or even vectors) in order to speed up the recomputation.
These would be computed only if needed.
Hereunder is a premilinary list (for product):
extent
footprint
mean_az
,mean_el
crs
default_transform
And why not:
condensed_name
datetime
date
Other product_classes could have others to add.
They could be accessed as regular members through a
@property
-> this will break things !The text was updated successfully, but these errors were encountered: