The CRS namespace has a naming convention of epsg-str? and create-crs-int, so proj4-string? would need to be named proj4-str? for consistency. We can (def proj4-string? proj4-str?) so existing code doesn't break, but it may also be good to consider that function name deprecated until at least the next breaking major version.
The CRS namespace has a naming convention of
epsg-str?
andcreate-crs-int
, soproj4-string?
would need to be namedproj4-str?
for consistency. We can(def proj4-string? proj4-str?)
so existing code doesn't break, but it may also be good to consider that function name deprecated until at least the next breaking major version.