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
Describe the bug
When trying to append multiple non-equidistant DFS0 following error message pops up 'DfsNonEqCalendarAxis' object has no attribute 'TimeStep'
See below image attached .
I try to append multiple non-equidistant DFS0 :
from mikeio import generic
mikeio.generic.concat([File_name_2015, File_name_2016,File_name_2017,File_name_2018,File_name_2019,File_name_2020,File_name_2021], "Stream_flow.dfs0")
also when I try to append two non equidistant DFS0 files that have a time gap in between them the following error message.
'Gap in time axis detected - not supported'
See attached image.
To Reproduce
Steps to reproduce the behavior: just to run the attached code including the DFS0 files. Also Error messages in attached images.
Include code snippet
Expected behavior
Just to append the DFS0 files including gaps or not and independent of equidistant or non-equidistant
Screenshots
If applicable, add screenshots to help explain your problem.
Images attached 2015 Streamflow Summary.zip
System information:
Python version 3.12.1
mikecore 0.2.1
mikeio 1.6.3
mikeio1d 0.6.0
The text was updated successfully, but these errors were encountered:
Describe the bug
![image 49](https://private-user-images.githubusercontent.com/108178599/306240869-ad748462-42ee-4689-893a-6013e54e63e4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTY4ODUsIm5iZiI6MTczOTE5NjU4NSwicGF0aCI6Ii8xMDgxNzg1OTkvMzA2MjQwODY5LWFkNzQ4NDYyLTQyZWUtNDY4OS04OTNhLTYwMTNlNTRlNjNlNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxNDA5NDVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lMWFlOGRkZDQxMGQzZGNmMTk5NGZkZjNmNWY3ZWM4N2E0MjlhYTEwNDQyY2FlMDQxM2RjNWNkYmQyYTBkYTBkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.JI5mEilvndXB0ZuG3LUn7-tVsidSI0QeY3ye0PsF0dg)
When trying to append multiple non-equidistant DFS0 following error message pops up 'DfsNonEqCalendarAxis' object has no attribute 'TimeStep'
See below image attached .
I try to append multiple non-equidistant DFS0 :
from mikeio import generic
mikeio.generic.concat([File_name_2015, File_name_2016,File_name_2017,File_name_2018,File_name_2019,File_name_2020,File_name_2021], "Stream_flow.dfs0")
also when I try to append two non equidistant DFS0 files that have a time gap in between them the following error message.
![image 48](https://private-user-images.githubusercontent.com/108178599/306246137-0b2ade10-a167-42b9-a4df-7398eb37af2b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTY4ODUsIm5iZiI6MTczOTE5NjU4NSwicGF0aCI6Ii8xMDgxNzg1OTkvMzA2MjQ2MTM3LTBiMmFkZTEwLWExNjctNDJiOS1hNGRmLTczOThlYjM3YWYyYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxNDA5NDVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jY2M0ZjA4MzdlYjVmNWQ1N2JiYmZmOThkYzU3OGI4OTViOTFhZmYzNmJhMzg4ZTkzNTFlMDU2YjVlOGIyMTMzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.EP0Fuo-XPfF9DarbzIjmAkKtab-FQE3Pqs-sSVIqUtg)
'Gap in time axis detected - not supported'
See attached image.
To Reproduce
Steps to reproduce the behavior: just to run the attached code including the DFS0 files. Also Error messages in attached images.
Include code snippet
Expected behavior
Just to append the DFS0 files including gaps or not and independent of equidistant or non-equidistant
Screenshots
If applicable, add screenshots to help explain your problem.
Images attached
2015 Streamflow Summary.zip
System information:
mikeio 1.6.3
mikeio1d 0.6.0
The text was updated successfully, but these errors were encountered: