agrc / palletjack

A library for updating AGOL data from various external sources
https://agrc.github.io/palletjack/palletjack/
MIT License
12 stars 0 forks source link

Clean up dataframe prior to saving to disk in TnL #44

Open jacobdadams opened 1 year ago

jacobdadams commented 1 year ago

ruggedize save_feature_layer_to_json to handle errors in the dataframe.spatial.to_featureset() call so that the whole thing doesn't bomb out with "KeyError: None" errors.