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