Skip to content

imathews/shapefile-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shapefile processor

Converts shapefiles to CSVs for upload to Redivis

Usage

First, clone this to your computer and run

npm install

Next, run:

npm start -- path_to_shp path_to_dbf [path_to_outfile.csv]

Where the first two arguments are the paths to the shapefile (.shp) and database file (.dbf), respectively.

The final argument is the path to write the csv output to. If no path is provided, the csv will be written to converted_shapefile.csv in the current working directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published