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
Expected behavior
With other pairs is working without an issue. This does not look like a longitude issue (we are not defining center lat or center lon) as we have other pairs on either side working as expected.
Question: Do we need to be defining the center lat and center lon? If not, what do you all default to? 0,0 or 0,180?
If we swap the projection to something like mercator, this works as expected. Also, setting the center lat/ center lon also seems to have solved our issue. So I think this might be a question of - what defaults are being used?
Error Logs, Terminal Captures, Screenshots
Your Environment (please complete the following information):
OS: CentOS7
ASP Version:2.7.0
Any other environment information that might be helpful?
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Proj4 errors in point2dem
To Reproduce
Steps to reproduce the behavior:
point2dem --threads 14 --dem-spacing 20 --datum MOLA --orthographic --nodata -32767 results_ba/F21_043907_1652_XN_14S184W__F21_043841_1654_XN_14S184W-PC.tif -o results_ba/F21_043907_1652_XN_14S184W__F21_043841_1654_XN_14S184W
Expected behavior
With other pairs is working without an issue. This does not look like a longitude issue (we are not defining center lat or center lon) as we have other pairs on either side working as expected.
Question: Do we need to be defining the center lat and center lon? If not, what do you all default to? 0,0 or 0,180?
If we swap the projection to something like mercator, this works as expected. Also, setting the center lat/ center lon also seems to have solved our issue. So I think this might be a question of - what defaults are being used?
Error Logs, Terminal Captures, Screenshots
Your Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: