1root
2 |-- Address1: string (nullable = true)
3 |-- Address2: string (nullable = true)
4 |-- City: string (nullable = true)
5 |-- Code: string (nullable = true)
6 |-- DateModif: string (nullable = true)
7 |-- Name: string (nullable = true)
8 |-- OBJECTID: integer (nullable = true)
9 |-- StaType: string (nullable = true)
10 |-- State: string (nullable = true)
11 |-- StationAliases: string (nullable = true)
12 |-- StationFacilityName: string (nullable = true)
13 |-- StationName: string (nullable = true)
14 |-- StnType: string (nullable = true)
15 |-- ZipCode: string (nullable = true)
16 |-- lat: double (nullable = true)
17 |-- lon: double (nullable = true)
18 |-- geometry: geometry (nullable = true)
19 |-- bbox: struct (nullable = false)
20 | |-- xmin: double (nullable = true)
21 | |-- ymin: double (nullable = true)
22 | |-- xmax: double (nullable = true)
23 | |-- ymax: double (nullable = true)
24