Re: [gdal-dev] Oracle GeoRaster loading problem

2010-07-09 Thread Pasta Bolognese
I mean, after having loaded the data with the *actual* GDAL, is there any way to fix the already created XML ? something like: read XML fix it write XML The reason that I am asking if because I have some urgency in loading maps and other tools (I have tried FME) wont load georeference data (coord

[gdal-dev] Re: Cropping raster by vector files

2010-07-09 Thread Hermann Peifer
On 08/07/2010 23:06, michal_drozdz wrote: Hi! I have a beginers problem. How to crop collar from scanned map with GDAL? I have set of georeferenced topo maps and polygon layer with boundaries of each sheet. I used gdalwarp with -cutline and -cl parameters and it worked but as a result I got map

[gdal-dev] In-memory datasets

2010-07-09 Thread James Meyer
Hi I am a new user of GDAL. I have a need for creating small image datasets in memory without the use of physical files on disk. So is it possible to open such a GDALDataset in-memory, and if it is, how? Thanks, James ___ gdal-dev mailing list gdal-

Re: [gdal-dev] In-memory datasets

2010-07-09 Thread Chaitanya kumar CH
James, You can use the "In Memory Raster" (Code: MEM) for that. http://gdal.org/frmt_mem.html On Fri, Jul 9, 2010 at 2:47 PM, James Meyer wrote: > Hi > > I am a new user of GDAL. I have a need for creating small image datasets in > memory without the use of physical files on disk. > > So is it

[gdal-dev] Oracle GeoRaster is not setting setModelSRID ?

2010-07-09 Thread Pasta Bolognese
Hi All, If I run gdalinfo "C:\mymodel" I can see ... ... Coordinate System is: PROJCS["OSGB 1936 / British National Grid", ... ... then, loading the model into Oracle with gdal_translate -of georaster "C:\mymodel" georaster:user/password,db,geoserver.ARCVIEWGRID,georaster -co "DESCRIPTION=(ID NU

Re: [gdal-dev] PGeo: Reading a single table from a .mdb file

2010-07-09 Thread Frank Warmerdam
Bob Cave wrote: I am using the PGeo reader in GDAL 1.7.1. This reader always returns a layer for every feature class (spatial table) in the personal geodatabase, but I would like to be able to specify a list of tables to be returned. The other OGR spatial database readers have this capability.

[gdal-dev] projection transformation

2010-07-09 Thread ahmet temiz
hello I want to do projection transformation in gdal-java. from epsg:32636 (UTM) to epsg:4326 which commands should I use ? regards ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

RE: [gdal-dev] projection transformation

2010-07-09 Thread Kralidis,Tom [Ontario]
> -Original Message- > From: gdal-dev-boun...@lists.osgeo.org > [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of ahmet temiz > Sent: Friday, 09 July 2010 13:58 > To: gdal-dev > Subject: [gdal-dev] projection transformation > > hello > > I want to do projection transformation in

[gdal-dev] MYSQL Spatial Stored Procedure

2010-07-09 Thread Thomas Joseph
I am relatively new to gdal. I have a few spatial tables in MYSQL and I am currently using ORG as read access to my data for a mapsever layer. Everything works great with standard select statements however it does not work when I try to use a stored procedure with the spatial data. When I use orgi

Re: [gdal-dev] Oracle GeoRaster is not setting setModelSRID ?

2010-07-09 Thread Ivan Lucena
> If I run gdalinfo "C:\mymodel" I can see What format is that or which GDAL driver is reading it? > Coordinate System is: > PROJCS["OSGB 1936 / British National Grid", What comes after? A complete gdalinfo report would help. > then, loading the model into Oracle with > > gdal_translate

[gdal-dev] Hi want to get gdal.jar

2010-07-09 Thread Gurpreet singh
Hi, Want to know if the JAR file of Gdal is available for download...I dont want to make it by swig but if I can get it directly.. Regards gurpreet singh ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/lis