I am using a Notebook in ArcPro 2.7 to process some data using GeoAccessor dataframes. Works great until I try to reproject the df before the final step, writing it to feature classes.
I worked beyond annoying ERROR 9999 messages, by passing in a SpatialReference object instead of a WKT string.
I get no indication of errors now! Unfortunately nothing happens, the "project" method is supposed to do an "inplace" conversion but the conversion does not happen. The method returns "False" but there is no documentation on whether that's good or bad or what happened.
