Skip to content

t-ott/geocode-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geocode-download

This is a command-line program to get Vermont parcel data for a user-inputed Vermont address. It uses Google's Geocoding API and VCGI's parcel data endpoint. It will save the parcel data to a file parcels.geojson

Requires a Google API Key to access geocoding services. Set the API key in a file called .env in the project directory, whose contents would look like:

GOOGLE_GEOCODING_API_KEY=abc123blahblah

Example usage:

Navigate to the build target, then:

./geocode-download "170 Carrigan Drive Burlington, VT"

About

Command-line program to download Vermont parcel data for a user-inputted address.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages