Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Number of points must be 0 or >3 #3

Open
cnsnet opened this issue Jun 30, 2021 · 3 comments
Open

Number of points must be 0 or >3 #3

cnsnet opened this issue Jun 30, 2021 · 3 comments

Comments

@cnsnet
Copy link

cnsnet commented Jun 30, 2021

When I try to import a shp file with 1,440,000 records, it only imports about 10,000, and the log file is:

MapBind.IO Information: 0 : Trace file created on 6/30/2021 1:51:59 PM
MapBind.IO Information: 0 : Trace started
MapBind.IO Information: 0 : Checking shape files
MapBind.IO Information: 0 : Trace started
MapBind.IO Information: 0 : Checking shape files
MapBind.IO Information: 1 : Worker started
MapBind.IO Information: 1 : Writing 0 records
MapBind.IO Information: 1 : Creating table Parcels_reprojected
Number of points must be 0 or >3
MapBind.IO Information: 1 : Creating spatial index...
MapBind.IO Information: 1 : Commit transaction
MapBind.IO Verbose: 1 : SqlBulkCopy.Close()
MapBind.IO Verbose: 1 : db.Close()
MapBind.IO Information: 1 : Worker completed

@xfischer
Copy link
Owner

Hi @cnsnet, seems that the shapefile contains an invalid polygon.
What would you expect the program to do ?
Can you share the file somewhere ?

@xfischer
Copy link
Owner

xfischer commented Jul 7, 2021

@cnsnet any news ?

@cnsnet
Copy link
Author

cnsnet commented Jul 8, 2021

sorry for delay, i download shape file from this link. https://download.hcad.org/data/GIS/Parcels.zip
I was thinking if i hit this error, it can skip this record and continue importing.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants