ogr2ogr and .
In the example below we will import a data set with the locations of underground storage tanks in the state of Vermont (USA).
Before You Begin
To follow along with the example below, you will need the following prerequisites:An
ogr2ogr version of 3.1.0 or higher is required to generate data that can be imported into CockroachDB.Step 1. Download the GeoJSON data
First, download the storage tank GeoJSON data:Step 2. Convert the GeoJSON data to SQL
Next, convert the GeoJSON data to SQL using the followingogr2ogr command:
ogr2ogr version of 3.1.0 or higher is required to generate data that can be imported into CockroachDB.

