shawnbot / tito

Tables In, Tables Out
Creative Commons Zero v1.0 Universal
21 stars 0 forks source link

Add Shapefile format (read-only) #10

Open shawnbot opened 9 years ago

shawnbot commented 9 years ago

The shapefile-stream module should work well.

This will require some reworking of the formats to support reading explicitly from a file, though, since reading a Shapefile's .dbf metadata requires knowing the path of the file. Perhaps formats could expose a .readFile(filename, options) method in this case, and cli.js would check?