Set up your Sedona context
ASedonaContext connects your code to the Wherobots Cloud compute environment, and there are no significant differences between Python and Scala.
First, you set up the config for your compute environment, then use that configuration to launch the sedona context. We’ll use the default configuration in this notebook, but you can learn about configuring the context in our documentation.
Reading Data
If you are familiar with Spark code, reading data in Wherobots will look similar to you. Wherobots includes readers for spatial data formats like GeoParquet and GeoJSON.GeoParquet is an open, efficient format for storing geospatial data, perfect for large-scale geospatial workflows. (Docs: Loading GeoParquet)

