https://github.com/xfischer/shape2sqlserver
Easy and fast ESRI Shape file import to MS SQL Server
https://github.com/xfischer/shape2sqlserver
ms-sql-server shape spatial toolkit
Last synced: 5 months ago
JSON representation
Easy and fast ESRI Shape file import to MS SQL Server
- Host: GitHub
- URL: https://github.com/xfischer/shape2sqlserver
- Owner: xfischer
- Created: 2016-10-24T17:01:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T19:46:01.000Z (over 7 years ago)
- Last Synced: 2025-02-02T07:51:16.157Z (11 months ago)
- Topics: ms-sql-server, shape, spatial, toolkit
- Language: C#
- Homepage:
- Size: 473 KB
- Stars: 32
- Watchers: 7
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shape2SqlServer [](https://ci.appveyor.com/project/xfischer/Shape2SqlServer)
Easy and fast shape file import to MS SQL Server

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