Hey Loskot
This code deals with lot of sql stmts. but here in our development we never
worked with databases.
We are using gdal libraries , is there any function in gdal or any other
libraries that serves the purpose
Thanks and Regards
Nikhil Sai Parupalli
Note: Do not print this email until
On 12-10-15 12:59 AM, nicholas.g.lawre...@tmr.qld.gov.au wrote:
> Hello all,
>
> I would like to use OGR to convert a MapInfo table to a ESRI file
> geodatabase.
>
> I have downloaded and installed GDAL 1.9.0 but I still need the FileGDB
> API library.
>
> I have downloaded the zip file from the
On 15 October 2012 10:46, Nikhil Sai Parupalli
wrote:
> Hi all,
>
> What is the function to find two geometries shares common boundary.
> Is that geometry.touches(geometry)
PostGIS docs provide a fantastic visual aid:
http://postgis.refractions.net/documentation/manual-2.0/ST_Touches.html
Best
Hi all,
What is the function to find two geometries shares common boundary.
Is that geometry.touches(geometry)
Thanks and Regards
Nikhil Sai Parupalli
Note: Do not print this email until and unless it is really required. Save
paper , stay Green
__
Hi,
Download source code from http://www.gisinternals.com/sdk/
MSVC2010 (Win32) -release. Download and install this version: release
release-1600-gdal-1-9-1-mapserver-6-0-3
Then Donwload the following option : MSVC2010 (Win32) -sdk
release-1600-dev
http://www.gisinternals.com/sdk/PackageList.as
Hello
I wrote this question to Postgis user forum and they bounced me to this
group, so I hope to be more lucky this time..
I'm trying to load a thousand dxf files to postgis using ogr2ogr (windows xp
postgres9/postgis2).
the syntax I use is:
ogr2ogr --config DXF_INLINE_BLOCKS FALSE --config
Am 2012-10-14 11:43, schrieb Jukka Rahkonen:
Frank Broniewski metrico.lu> writes:
Hi,
I have a directory with appr. 2800 aerial images, each 1kmx1km. I'm
using this source for a Mapserver WMS layer. Unfortunately the amount of
data to process is way too much for a Mapserver WMS service.
Now