Closed mhpob closed 3 months ago
GDAL warning fixed in commit deeadaf
The marinespecies.org link prints to console, but is not captured:
[1] "https://www.marinespecies.org/rest/AphiaRecordsByVernacular/walleye"
Seems it's from a call toconvert_otn_to_att
. Is this expected behavior for convert_glatos_to_att?
fixed in commit 619795e.
Running the test in test-covert_glatos_to_att:
The marinespecies.org link prints to console, but is not captured:
[1] "https://www.marinespecies.org/rest/AphiaRecordsByVernacular/walleye"
Seems it's from a call toconvert_otn_to_att
. Is this expected behavior for convert_glatos_to_att?Also GDAL throws a warning due to the default PROJ string.
Warning message: In CPL_crs_from_input(x) : GDAL Message 1: +init=epsg:XXXX syntax is deprecated. It might return a CRS with a non-EPSG compliant axis order.
Could possibly fix by supplying the whole proj4 string: `'+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs'