Skip to content

Load CSV

Load a CSV of noise complaints and turn its latitude and longitude columns into point geometry. With no map or plot in the spec, the playground prints the loaded table.

Live Playground

Highlights

  • csv data source with csvFileUrl
  • geometryColumns to build points from latitude and longitude

This example comes from the autk-grammar repository.

Released under the MIT License.