{"id":69633,"library":"jonas-p-go-shp","title":"Go SHP","description":"Go library for reading and writing ESRI Shapefiles.","status":"active","version":"0.1.1","language":"go","source_language":null,"source_url":"https://github.com/jonas-p/go-shp","tags":["shapefile","gis","geospatial"],"install":[{"cmd":"go get github.com/jonas-p/go-shp","lang":"bash","label":"Install github.com/jonas-p/go-shp"}],"dependencies":[],"imports":[{"symbol":"shp","correct":"github.com/jonas-p/go-shp"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/jonas-p/go-shp\"\n)\n\nfunc main() {\n\treader, err := shp.Open(\"file.shp\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer reader.Close()\n\tfmt.Println(\"Number of shapes:\", reader.NumShapes())\n}","lang":"go","description":"Opens a shapefile and prints the number of shapes."},"warnings":[],"env_vars":null,"search_vec":"'esri':9 'geospati':13 'gis':12 'go':1,3 'librari':4 'read':6 'shapefil':10,11 'shp':2 'write':8","created_at":"2026-06-17T18:04:00.643038+00:00","updated_at":"2026-06-17T18:04:00.643038+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/jonas-p/go-shp","github":"https://github.com/jonas-p/go-shp","docs":"https://pkg.go.dev/github.com/jonas-p/go-shp#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}