Replies: 1 comment
-
Updating this to a more general issue. Most models reproject their inputs together but some don't:
The user's guide isn't clear about which models require inputs all in the same projection. Seems like reprojection is a nice feature to have. Is there a scientific reason that it doesn't make sense to reproject these models? |
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
-
Hard to believe this hasn't come up before, so maybe I'm missing something.
DelineateIt validation checks that the
dem_path
andoutlet_vector_path
overlap."different_projections_ok" = True
so they're transformed to wgs84 before comparing. The same thing isn't done when the model runs, though.check_geometries
compares the bounding boxes in their original projections. Here is a case where this comes up.Beta Was this translation helpful? Give feedback.
All reactions