Converting Addresses and Zipcodes to Geospatial Points

How can we convert the Zipcode or regular address string into a Geospatial point to locate in the Map.

Hi, there’s no first-class way to do this in Pipeline Builder today. You can create a UDF that queries an external API to get the corresponding coordinates for an address. There have been more detailed discussions on how to do this in the following community post:

https://community.palantir.com/t/whats-the-best-way-to-do-geocoding-in-foundry/688/9

Using an LLM to reverse lookup the address works surprisingly well