shapekit 0.1.0
shapekit: ^0.1.0 copied to clipboard
A comprehensive Dart library for reading and writing ESRI Shapefiles with support for all 13 geometry types and Korean text encoding (CP949).
0.1.0 #
- Initial release of ShapeKit
- Complete support for reading and writing ESRI Shapefiles (.shp, .shx, .dbf, .prj)
- Support for all 13 standard shapefile geometry types
- Full dBASE III+ (.dbf) file support for feature attributes
- UTF-8 encoding support
- Type-safe geometry classes with immutable data structures
- Clean architecture with well-organized codebase