Xavier Fischer
Xavier Fischer
Hi @louisondumont, this feature can be found in good GIS tools such as QGIS or Esri. Don't know it that exists out of the box from an API somewhere (think...
@louisondumont any news ?
Hi @cnsnet, seems that the shapefile contains an invalid polygon. What would you expect the program to do ? Can you share the file somewhere ?
@cnsnet any news ?
Hi @Danpamio ! Thanks for reporting this. This project is in fact a direct inspiration of @dotmorten's Shape2SQLServer with his kind authorization. I just needed reprojection, indexes and faster imports....
@Danpamio - Can you check if your area5 is valid when you import it with @dotMorten's shape2sql, ( `STIsValid()` should return 1) ? - If I declare it manually (see...
Ok thanks for checking. So I’ll try to see what I can do. The plan : - understand what’s wrong with your polygon - try to correct this very case...
Thanks a lot for your input @dotMorten ! I knew there was no easy solution. The ugly trick I had was to do a tiny positive/negative buffer. But this was...
Thanks @kburtram. Should it be possible to use [GeoJSON.NET.Contrib.Wkb](https://www.nuget.org/packages/GeoJSON.NET.Contrib.Wkb/) to handle WKB to GeoJSON conversion ? I think will a little effort it could be done in .Net Core.
I didn’t dive into the technical details of how extensibility is handled into sqlops. What I know so far from what exists and how it will encourage more devs to...