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
Should be simple enough to do. Do we want options to be top level parameters to proj_trans_create() and proj_trans(), or would it be better to use an options object & constructor?
ONLY_BEST requires >= 9.2. How should we handle that? Forcibly remove it when proj_version() < 9.2 (with warning?), or let libproj error?
See here, https://proj.org/en/9.4/development/reference/functions.html#c.proj_create_crs_to_crs_from_pj
what we want is "FORCE_OVER", because
with FORCE_OVER we could be like pyproj here
https://gist.github.com/mdsumner/b576d0d3c3cd8480235d5a9aac6d7afe
The text was updated successfully, but these errors were encountered: