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
In the current implementation of the HistoricalLayer class, we assume a fixed time format in BurnMD. However, the BurnMD data itself contains a variety of data formats. This was discovered as I was processing and analyzing the aggregated dataset.
The fix is simple - we just need to handle multiple time formats, rather than always assuming a single convention.
The text was updated successfully, but these errors were encountered:
In the current implementation of the
HistoricalLayer
class, we assume a fixed time format in BurnMD. However, the BurnMD data itself contains a variety of data formats. This was discovered as I was processing and analyzing the aggregated dataset.The fix is simple - we just need to handle multiple time formats, rather than always assuming a single convention.
The text was updated successfully, but these errors were encountered: