I'm just getting started with Databricks and wondering if it is possible to ingest a GeoJSON or GeoParquet file into a new table without writing code? My goal here is to load vector data into a table and perform H3 polyfill operations on all the vector geometries in the table. In principle, it seems like this should all be possible with SQL commands on the platform, once I'm past the table creation step. Any pointers to get me oriented would be greatly appreciated!
Chris