Spatial Files#

Example file: synthetic_data/prefectures.geojson

Note

Spatial data is loaded with geopandas, and can be stored as a shapefile or geojson.

region

geometry

Region A

Multipolygon(…)

Region B

Multipolygon(…)

Region C

Multipolygon(…)

Region D

Multipolygon(…)

Fields
#

*region: string
Unique ID for each polygon in the shapefile. Must be unique.

amount: float
Amount of the recharge (in any currency)

*geometry: polygon
Shapely polygon, as loaded from a shapefile or geojson - usually in WKT format

Note

Columns without a preceding asterisk ‘*’ are optional