slu-openGIS/gateway

output to non-NAD83 MO ST PLANE EAST

Opened this issue · 3 comments

I think what is happening when calling st_transform is that you're reprojecting coordinates returned by the ArcServer.

https://github.com/slu-openGIS/gateway/blob/master/R/geocode_api.R#L194
https://github.com/slu-openGIS/gateway/blob/master/R/geocode_api.R#L93

I would suggest that you just ask the arcserver for the EPSG projection to be returned, in the request, rather than relying on the default.

arc server will return that as part of the object @walker ?

This is helpful - the wkid is nice.