Accessing Particle Tracking DFS3-files #699
Unanswered
MartinKyndeMST
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The error indicates that the datetime is outside the range supported by Pandas, but I wonder why. Is this a reproducible based on installation examples, or could you attach a small file that has this problem? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When attempting to access the DFS3-files from particle tracking in groundwater simulations ( "projectname_PT_3DSZ.dfs3" in https://doc.mikepoweredbydhi.help/webhelp/2023/MIKESHE/index.htm --> Particle Tracking (PT) --> Output from the PT simulation), I get an error ( with mikeio.read() ):
pandas._libs.tslibs.np_datetime.OutOfBoundsDatetime: Cannot generate range with start=939600000000000000 and periods=11
Do you know of any way to work around this? Or what might cause this?
Best,
Martin
Beta Was this translation helpful? Give feedback.
All reactions