Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T19:46:01.000Z (over 6 years ago)
- Last Synced: 2024-09-29T14:41:28.856Z (3 months ago)
- Topics: ms-sql-server, shape, spatial, toolkit
- Language: C#
- Homepage:
- Size: 473 KB
- Stars: 31
- Watchers: 7
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shape2SqlServer [![Build status](https://ci.appveyor.com/api/projects/status/github/xfischer/Shape2SqlServer)](https://ci.appveyor.com/project/xfischer/Shape2SqlServer)
Easy and fast shape file import to MS SQL Server![Viewer](/images/Screenshot.PNG?raw=true "Shape2SqlServer")
Current release : V1.0 : https://github.com/xfischer/Shape2SqlServer/releasesInspired 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