Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 2.67 KB

README.md

File metadata and controls

54 lines (43 loc) · 2.67 KB

GeoJson formatted Brazilian states perimiters

This project aims to distribute a GEOJson format of all brazilian states perimeters.

All states: geojson/br_states.json

Individual states:

Running the GeoJson generator

Pre-requisites

  • go 1.22

Running

go run main.go

Building

go build then, the binary geodata-br-states will be created in the root directory

Sources:

Related works