mattyschell / geodatabase-buildings

Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

correct building_historic tolerance #62

Open mattyschell opened 1 month ago

mattyschell commented 1 month ago

This is odd. It does not matter much since building_historic records get pasted in from buildings. We perform no spatial processing in the building_historic feature class.

image

Normal defaults:

image

mattyschell commented 1 month ago

Test this. It will likely re-start the archiving:

Modify the XML Schema:

mattyschell commented 1 month ago

copy-paste defaults xy tolerance 0.00328083333333333

resolution 0.000328083333333333

mattyschell commented 1 month ago

Importing the XML does not appear to allow overwriting the schema for existing feature classes. Even when setting the geoprocessing option to allow overwrites the "import XML workspace document" tool does not appear to honor it.

Also, XY Resolution is not included in the XML document. The result is BUILDING_HISTORIC_1 with updated XYTolerance.

image