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? |
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.
Hard to believe this hasn't come up before, so maybe I'm missing something.
DelineateIt validation checks that the
dem_pathandoutlet_vector_pathoverlap."different_projections_ok" = Trueso they're transformed to wgs84 before comparing. The same thing isn't done when the model runs, though.check_geometriescompares the bounding boxes in their original projections. Here is a case where this comes up.All reactions