Skip to content

Easy and fast ESRI Shape file import to MS SQL Server

Notifications You must be signed in to change notification settings

xfischer/Shape2SqlServer

Repository files navigation

Shape2SqlServer Build status

Easy and fast shape file import to MS SQL Server

Viewer

Current release : V1.0 : https://github.com/xfischer/Shape2SqlServer/releases

Inspired from the great tool http://www.sharpgis.net/page/Shape2SQL by Morten Nielsen @dotMorten. This tool is great but Morten does not gives source code.

I have rewritten it. It features :

  • Bulk import (faster)
  • Reprojection
  • Support for geometry and geography
  • Spatial index creation

Depends on :

NuGet packages

  • GeoAPI
  • ProjNet
  • NetTopologySuite
  • NetTopologySuite.IO.GeoTools
  • NetTopologySuite.IO.MsSqlSpatial

Other components

  • Microsoft.Data.ConnectionUI
  • Microsoft.Data.ConnectionUI.Dialog