I have a NumPytoFeatureClass script, this script runs on a task scheduler, and I need to maintain all of the results in one feature class. The results come in from a POST request where the output is a JSON. I am using the fields in the JSON in my NumPyArray. However, is there a way to just append my results to one original feature class instead of overwriting or creating a new feature class each time the script runs?
أكثر...
أكثر...