jonas-p / go-shp

Go library for reading and writing ESRI Shapefiles. Pure Golang implementation based on the ESRI Shapefile technical description.
MIT License
255 stars 67 forks source link

dbf file extention is error #46

Open radi2015 opened 3 years ago

radi2015 commented 3 years ago

source code : w.dbf, err = os.Create(w.filename + "dbf") can be modified w.dbf, err = os.Create(w.filename + ".dbf")

ermos commented 3 years ago

Yeah same error occured

ermos commented 3 years ago

@radi2015 => I wanted to create a fork for this yeterday, this misstake was fix on latest version, if you use git module, specify current master commit ID.

@jonas-p It could be good to create a new tag, last is very old (2017) and you have some update in 2018.