I've created a blankย spatially Enabled Dataframeย with columns,ย
I'm attempting to append an a row to the Dataframe, which I'm doing successfully,ย
but as I append a row it overwrites the SHAPE column of all previous rows.
sdf.append(some_row, ingore_index=True)