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
The proj method it is using for that (proj_context_guess_wkt_dialect) should also allow to check for an exact flavor. So there could be an optional version keyword, to allow something like is_wkt(..., version="WKT2_2019")?
The text was updated successfully, but these errors were encountered:
There is a
is_wkt
function that allows you to check if a given string is a WKT string:pyproj/pyproj/_crs.pyx
Lines 32 to 48 in 2d3cc7e
The
proj
method it is using for that (proj_context_guess_wkt_dialect
) should also allow to check for an exact flavor. So there could be an optionalversion
keyword, to allow something likeis_wkt(..., version="WKT2_2019")
?The text was updated successfully, but these errors were encountered: