Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
RS_NetCDFInfo(netCDF: ARRAY[Byte])
val df = sedona.read.format("binaryFile").load("/some/path/test.nc") recordInfo = df.selectExpr("RS_NetCDFInfo(content) as record_info").first().getString(0) print(recordInfo)
O3(time=2, z=2, lat=48, lon=80) NO2(time=2, z=2, lat=48, lon=80)
Was this page helpful?