NetTopologySuite.IO.ShapeFile icon indicating copy to clipboard operation
NetTopologySuite.IO.ShapeFile copied to clipboard

GDB missing

Open reubenShilling opened this issue 4 years ago • 8 comments

Am I nuts or is NetTopologySuite.IO.GDB completely missing from the nuget package?

reubenShilling avatar Aug 31 '21 05:08 reubenShilling

the GDB-related code is in the "IO.ShapeFile" nuget package, you don't need to add another package to your solution

DGuidi avatar Aug 31 '21 06:08 DGuidi

the GDB-related code is in the "IO.ShapeFile" nuget package, you don't need to add another package to your solution

I didn't think so... can you please double-check?

airbreather avatar Aug 31 '21 08:08 airbreather

Ok, the GDB-related code is in this github repository, here, so I assumed that the same code is deployed in the same package.
I checked and you're right, actually GDBReader/Writer classes looks not deployed inside the nuget package.

DGuidi avatar Aug 31 '21 09:08 DGuidi

as in the release description

There's now just one DLL, "NetTopologySuite.IO.Shapefile.dll"

sorry for the mistake

DGuidi avatar Aug 31 '21 09:08 DGuidi

We can probably just move GDBReader and GDBWriter into the main project?

airbreather avatar Aug 31 '21 09:08 airbreather

makes sense to me, but probably we should also remove "VeDEx" references in the comments, that is a reference to a product I was working on probably 15 years ago!

DGuidi avatar Aug 31 '21 09:08 DGuidi

We can probably just move GDBReader and GDBWriter into the main project?

Thanks for the quick response guys! So am I correct in saying that as of now these two classes are not included in any NTS nuget package?

reubenShilling avatar Aug 31 '21 14:08 reubenShilling

Yep, absolutely

DGuidi avatar Aug 31 '21 15:08 DGuidi