Registry / serialization / jonas-p-go-shp

jonas-p-go-shp

JSON →
library0.1.1gogounverified

Go library for reading and writing ESRI Shapefiles.

go get github.com/jonas-p/go-shp
INSTALL
IMPORT
SIG · JONAS-P-GO-SHP
J
jonas-p-go-shp
serializationgov0.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

shp
github.com/jonas-p/go-shp

Opens a shapefile and prints the number of shapes.

package main import ( "fmt" "github.com/jonas-p/go-shp" ) func main() { reader, err := shp.Open("file.shp") if err != nil { panic(err) } defer reader.Close() fmt.Println("Number of shapes:", reader.NumShapes()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jonas-p-go-shp — go get jonas-p-go-shp · libregistry