[gdal-dev] How to merge 4 to 5 images per day using gdal-merge and cmd(.bat file)

2014-10-23 Thread user_name
There are 4 to 5 projected images in one day. Let's say I have all the projected images for 3 days. For day 1, the file name are: T2010232034000.L2.Tera.tif T2010232035000.L2.Tera.tif T2010232036000.L2.Tera.tif T2010232037000.L2.Tera.tif For day 2, the file name are: T2010233045000.L2.Tera.tif

Re: [gdal-dev] ogr2ogr and RFC41

2014-10-23 Thread Even Rouault
Le jeudi 23 octobre 2014 22:49:17, Martin Landa a écrit : > Hi, > > 2014-06-11 23:45 GMT+02:00 Even Rouault : > > Yes, by default it will transfer all source geometry fields into the > > target layer, if it supports multiple geometry fields. If you want only > > a subset of source geometry fields,

Re: [gdal-dev] Handle Spaces in Rasterlite Database Path

2014-10-23 Thread Jema Bingham
Thanks. Tested it, and it works. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] ogr2ogr and RFC41

2014-10-23 Thread Martin Landa
Hi, 2014-06-11 23:45 GMT+02:00 Even Rouault : > Yes, by default it will transfer all source geometry fields into the target > layer, if it supports multiple geometry fields. If you want only a subset of > source geometry fields, you can write a SQL clause " SELECT geomfield1, > geomfield2, other_

Re: [gdal-dev] Create PostGIS database using OGR/GDAL

2014-10-23 Thread M. Edward (Ed) Borasky
If this is a Windows-only project, you can write directly to PostgreSQL / PostGIS using the ODBC driver. And if you have shapefiles, there's a PostGIS utility called "shp2pgsql" that will import them. On Thu, Oct 23, 2014 at 1:03 PM, Paul Meems wrote: > Hi, > > At this moment we are working on g

[gdal-dev] Create PostGIS database using OGR/GDAL

2014-10-23 Thread Paul Meems
Hi, At this moment we are working on getting PostGIS support for MapWinGIS. We use the PostGIS driver from GDALv2. So far we can read and write layers. We also want to implement some tests, which are also used as a show case for other users. For these tests I want to create a database, import so