Old SpatialReference to new VertexGrid #2511
Unanswered
JoshuaRendon
asked this question in
Q&A
Replies: 1 comment
-
@JoshuaRendon, mf1.modelgrid.set_coord_info(xoff=xll, yoff=yll, angrot=0, epsg=3116)
grid = mf1.modelgrid You can also get a modeltime object, which has fairly robust time support, by calling: modeltime = mf1.modeltime
modeltime.start_datetime ="7/4/2000" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use version 3.9.3. I recently received an old script that uses mf2005. I ran the code to understand what it does, but the spatial reference is defined with a deprecated SpatialReference. I want to know which module I should use. This is the script:
Beta Was this translation helpful? Give feedback.
All reactions