shapefile

A cross-platform streaming parser for the ESRI Shapefile spatial data format.

OTHER License

Downloads
684.6K
Stars
790
Committers
6
shapefile - Latest Release

Published by mbostock about 7 years ago

  • Replace the browser field in package.json with unpkg and jsdeliver. (d3/d3#3138)
  • Replace the prepublish script with prepublishOnly.
  • Update dependencies.
shapefile -

Published by mbostock about 7 years ago

  • Fix crash in earlier versions of Node. (#38)
shapefile -

Published by mbostock about 7 years ago

  • Support PointM, PolyLineM, PolygonM, and MultiPointM! (#34)
shapefile -

Published by mbostock about 7 years ago

  • Tolerate corrupt shapefiles by scanning for the next valid record. (#36)
shapefile -

Published by mbostock almost 8 years ago

  • Fix handling of end-of-file marker in dBASE files. (#33)
  • Fix openShp for string sources.
shapefile -

Published by mbostock almost 8 years ago

  • Fix openDbf for buffer and stream sources.
  • Fix openShp for buffer and stream sources.
shapefile -

Published by mbostock almost 8 years ago

  • Add dbf2json for converting standalone dBASE files to JSON.
  • Add openShp for reading standalone shapefiles.
  • Add openDbf for reading standalone dBASE files.
shapefile -

Published by mbostock almost 8 years ago

  • Treat empty numeric fields as null rather than zero. (#31)
shapefile -

Published by mbostock almost 8 years ago

shapefile -

Published by mbostock almost 8 years ago

  • Fix polygon system detection when rings and holes share coincident points.
shapefile -

Published by mbostock almost 8 years ago

  • Fix handling of empty polygons (topojson/topojson#246).
shapefile -

Published by mbostock about 8 years ago

  • shp2json can now output the coordinate reference system via --crs-name.
shapefile -

Published by mbostock about 8 years ago

  • Update the README.
shapefile -

Published by mbostock about 8 years ago

  • Fix shp2json (#24).
shapefile -

Published by mbostock about 8 years ago

  • Fix package.json for binaries removed in 0.5.2.
shapefile -

Published by mbostock about 8 years ago

  • shp2json can now read from stdin.
  • Fix decoding of dBASE table file property names.
shapefile -

Published by mbostock about 8 years ago

  • shp2json now outputs one object or collection per line for compatibility with newline-delimited JSON.
shapefile -

Published by mbostock about 8 years ago

  • shp2json now exits cleanly when piped to head (#26).
  • Performance improvements.
  • Fix tests (#25).
shapefile -

Published by mbostock about 8 years ago

  • In-browser streaming shapefile parsing!
shapefile -

Published by mbostock about 8 years ago

  • New promise-y API!