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
After proj v6 this function is deprecated, and there is, to my knowledge no direct function that gives "Areal" so this should probably be updated to match the newest versions of proj.
The text was updated successfully, but these errors were encountered:
If this is in docker, we should be able to use whatever version of proj we want. Although if proj is just a dependency of grass (and we want an updated grass), then it could get messy, with a grass container calling a separate proj-only container.
In line 956 the error due to projection is calculated using proj -VS:
paste -d" " <(cut -d" " -f1,2 ./tmp/llxy.txt) <(cut -d" " -f3,4 ./tmp/llxy.txt | proj -VS ${PROJSTR} | grep Areal | column -t | sed s/\ \ /,/g | cut -d, -f4) > ./tmp/xy_err.txt
After proj v6 this function is deprecated, and there is, to my knowledge no direct function that gives "Areal" so this should probably be updated to match the newest versions of proj.
The text was updated successfully, but these errors were encountered: