Skip to content

Documentation v1.0.0


Documentation / @openassistant/geoda / GridFunctionArgs

Type Alias: GridFunctionArgs

GridFunctionArgs = z.ZodObject<{ columns: z.ZodNumber; datasetName: z.ZodOptional<z.ZodString>; mapBounds: z.ZodOptional<z.ZodObject<{ northwest: z.ZodObject<{ latitude: z.ZodNumber; longitude: z.ZodNumber; }>; southeast: z.ZodObject<{ latitude: z.ZodNumber; longitude: z.ZodNumber; }>; }>>; rows: z.ZodNumber; }>

Defined in: src/spatial_ops/grid.ts:28

Released under the MIT License.