Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/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