Prepare geometry in code repos

I have a use case where I need to use External Transforms and also want to prepare the returned geometry for proper object storage. Pipeline builder has an expression that will work, but since I’m using External transforms I’d love to keep it in the same transform. is there any exposed api that can assist with this normalization?

You could look into shapely (https://shapely.readthedocs.io/en/stable/manual.html) or Foundry’s geospatial-tools library, but I think it would be simpler to go with Pipeline Builder and only use your External transform for data ingestion.