Re: Processing a netcdf file

2021-07-27 Thread Jia Yu
Hi Panos, NetCDF is currently supported only in Java and Scala API. You need to add SerNetCF dependency: https://sedona.apache.org/download/maven-coordinates/#sernetcdf-010 Here is an example for it. Basically you need to provide a CSV file that describes the paths of a number of NetCDF files.

Processing a netcdf file

2021-07-23 Thread Panos Konstantinidis
Hello, I would like to try out Sedona (we already have a Spark cluster installed) in order to process and read netcdf files. If there an example of how to do it? Any pointers? In your examples (https://sedona.apache.org/tutorial/rdd/) you don't have that information. Regards Panos