[gdal-dev] Hi!

2010-07-11 Thread Мария Сергеева
Hi 2 all! Good subscrubtion, thx! http://stydentkam.ru , http://ekzameny.net , http://referat-na-5.ru , http://hellocafe.ru , http://home-happy.ru , http://samkon.ru , http://scouts-russia.ru , http://bestxenon.ru , http://harmonia-plus.ru , http:

Re: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-07-11 Thread Even Rouault
Just to inform you that now that the NAS driver is in GDAL trunk, I've been able to port its enhancements to the main GML driver. On the few samples I've tested, OS Mastermap GML files seem to be read correctly now. See http://trac.osgeo.org/gdal/ticket/3680 Le Friday 02 July 2010 09:04:38 Mart

[gdal-dev] How to load large datasets into memory and manipulate them in Python script?

2010-07-11 Thread David Shi
  Does anyone know and have a demo script to load large datasets into memory, assign them with names, and manipulate them in Python script? Loading datasets into memory, saving them as temporary files in the memory, may increase the processing speed of datasets, as this will save a lot of proce

[gdal-dev] In-memory virtual disk space and saving data files into in-memory virtual disk space in Python

2010-07-11 Thread David Shi
  Is it possible to create in-memory virtual disk space and saving data files into in-memory virtual disk space in Python? Regards. David ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

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

2010-07-11 Thread Pasta Bolognese
What I mean is that If I can read the coordinate system (BNG), why then I am forced to set it MANUALLY ? (using -co SRID=81989 to assigned that SRID to the GeoRaster ob for example)... I know that I can run a script, get the name of the coordinate system, query the DB to get its number and then us

Re: [gdal-dev] In-memory virtual disk space and saving data files into in-memory virtual disk space in Python

2010-07-11 Thread Chaitanya kumar CH
David, GDAL supports holding raster and vector data in memory. http://www.gdal.org/ogr/ogr_formats.html -> http://www.gdal.org/ogr/drv_memory.html http://www.gdal.org/formats_list.html -> http://www.gdal.org/frmt_mem.html On Sun, Jul 11, 2010 at 4:24 PM, David Shi wrote: > > Is it possible to

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

2010-07-11 Thread Ivan Lucena
> What I mean is that If I can read the coordinate system (BNG), why > then I am forced to set it MANUALLY ? (using -co SRID=81989 to > assigned that SRID to the GeoRaster ob for example)... > > I know that I can run a script, get the name of the coordinate system, > query the DB to get its nu

[gdal-dev] Help with the makefile

2010-07-11 Thread Seth Price
I've been working on OpenCL for gdalwarp, and I have the majority of the code written. However, I'm going to need some help getting the compiler flags right. I need to detect an OpenCL install, then add the correct compiler flag(s) ("-framework OpenCL" when on the Mac). How do I get do this