-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate tax lot transformation from web mercator to new york state plane #23
Comments
select SDO_CS.DETERMINE_DEFAULT_CHAIN(3857,2263) from dual
|
The Dept of Finance has a request from City Planning to also publish this service in spatial reference id 2263. It may be better to wait for that service than to go down the transformation chain rabbit hole. |
Does not appear to work importing from arcpy with arcpy.FeatureClassToFeatureClass_conversion and arcpy.env.geographicTransformations = "WGS_1984_(ITRF00)_To_NAD_1983" Consider:
WGS_1984_(ITRF00)To_NAD_1983 |
The transformation we are using here...
geodatabase-buildings-bbl-qa/src/setup.sql
Line 25 in 6dd2dc6
... aligns poorly with the on-the-fly transformation we see in ArcGIS Pro. The pink line on the left is a tax lot output by the code in this repository. The blue line on the right is tax lots in web mercator projected on the fly in ArcGIS Pro.
ArcGIS Pro is usually correct about these things. Review the transformation path here:
The text was updated successfully, but these errors were encountered: