Re: [gdal-dev] Import Shapefile into SQL Server on Ubuntu

2018-10-22 Thread Roger André
See if this helps - https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-2017 . On Mon, Oct 22, 2018 at 8:25 AM Peter Marlow wrote: > Hi, > > > > I’m trying to import a Shapefile into an SQL Server database using ogr2ogr

Re: [gdal-dev] Import Shapefile into SQL Server on Ubuntu

2018-10-22 Thread Mateusz Loskot
On Mon, 22 Oct 2018 at 17:25, Peter Marlow wrote: > > I’m trying to import a Shapefile into an SQL Server database using ogr2ogr on > Ubuntu. The command I’m running looks like: > > ogr2ogr -f MSSQLSpatial > "MSSQL:server=localhost;database=[database-name];username=sa;password=*;trusted_conn

[gdal-dev] Import Shapefile into SQL Server on Ubuntu

2018-10-22 Thread Peter Marlow
Hi, I'm trying to import a Shapefile into an SQL Server database using ogr2ogr on Ubuntu. The command I'm running looks like: ogr2ogr -f MSSQLSpatial "MSSQL:server=localhost;database=[database-name];username=sa;password=*;trusted_connection=yes" [path-to-shape-file] It returns an error st

Re: [gdal-dev] Reading S-63

2018-10-22 Thread Even Rouault
Lars, > We would like to add support for reading S-63 data in one system but from > what we found when googling is that GDAL does not support this format. We > would like to verify that GDAL does not support S-63? No, it doesn't. > Is possible / viable > to add support for S-63 in GDAL? Techni

[gdal-dev] Reading S-63

2018-10-22 Thread Lars
Hello folks, We use GDAL successfully in a number of systems. We would like to add support for reading S-63 data in one system but from what we found when googling is that GDAL does not support this format. We would like to verify that GDAL does not support S-63? Is possible / viable to add sup