[gdal-dev] how to get attribute values from shape layer which is in geoserver using gdal.

2016-02-03 Thread y hema
hi all, I have shape file loaded on geoserver. now using gdal i want the attribute values of the shape layer.how can this be done. thanks, hema ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Call for discussion about RFC 61: Support for measures in geometries

2016-02-03 Thread Ari Jolma
03.02.2016, 16:11, Even Rouault kirjoitti: Le mercredi 03 février 2016 14:36:14, Ari Jolma a écrit : I finally have the (existing) autotests passing with the new API - basically just replacing the nCoordDimension property of OGRGeometry with flags (for Z and M) - and a rather large set of tests

Re: [gdal-dev] support for Czech Exchange Format for Land Consolidation

2016-02-03 Thread Martin Landa
2016-02-03 23:57 GMT+01:00 Even Rouault : > Have a look at the "Getting XML attributes as OGR fields" section of > http://gdal.org/drv_gml.html oh, thanks, I overlooked this part. Ma -- Martin Landa http://geo.fsv.cvut.cz/gwiki/Landa http://gismentors.cz/mentors/landa __

Re: [gdal-dev] support for Czech Exchange Format for Land Consolidation

2016-02-03 Thread Even Rouault
Le mercredi 03 février 2016 23:56:04, Martin Landa a écrit : > Hi, > > 2016-02-03 23:31 GMT+01:00 Even Rouault : > > If it can be handled by the GML driver except for the geometries, you > > could > > can GFS handle such data > > > > ? > > > > ucastnici > ucastnici > urn:ogc:d

Re: [gdal-dev] support for Czech Exchange Format for Land Consolidation

2016-02-03 Thread Martin Landa
Hi, 2016-02-03 23:31 GMT+01:00 Even Rouault : > If it can be handled by the GML driver except for the geometries, you could can GFS handle such data ? ucastnici ucastnici urn:ogc:def:crs:EPSG::5514 id uca|id Integer64 The above GFS files should

Re: [gdal-dev] support for Czech Exchange Format for Land Consolidation

2016-02-03 Thread Even Rouault
Le mercredi 03 février 2016 23:24:07, Martin Landa a écrit : > Hi, > > 2015-04-17 12:26 GMT+02:00 Martin Landa : > >>> to the user, we could have a generic XML driver that would try several > >>> XSLT documents and then feed the transformed document to the GML > >>> driver. I don't > >> > >> Anyb

Re: [gdal-dev] support for Czech Exchange Format for Land Consolidation

2016-02-03 Thread Martin Landa
Hi, 2015-04-17 12:26 GMT+02:00 Martin Landa : >>> to the user, we could have a generic XML driver that would try several XSLT >>> documents and then feed the transformed document to the GML driver. I don't >> >> Anybody here is interested to implement such driver or at least to >> collaborate on s

Re: [gdal-dev] Fork Yeah!

2016-02-03 Thread Aaron Boxer
Hi Damian, > The use of AGPL means that your OpenJPEG fork will not be used for > commercial projects and any enhancements you make will not make there way > into OpenJPEG. > Correct. > > You may have a good reason for choosing this licence and as such it is > your choice. > Yes. > > Either

Re: [gdal-dev] Fork Yeah!

2016-02-03 Thread Damian Dixon
Hi Aaron, The use of AGPL means that your OpenJPEG fork will not be used for commercial projects and any enhancements you make will not make there way into OpenJPEG. You may have a good reason for choosing this licence and as such it is your choice. Either way good luck. Regards Damian On 3 Fe

[gdal-dev] Fork Yeah!

2016-02-03 Thread Aaron Boxer
Dear GDAL Developers, I am developing a new open source JPEG 2000 toolkit, based on OpenJPEG. It is a drop-in replacement for OpenJPEG, but features: - fast precinct-level decode - lower memory usage - better performance - currently it is roughly 1/3 the perf of Kakadu, (tested on windows), and

Re: [gdal-dev] Vector Tiles in OGR

2016-02-03 Thread Stadin, Benjamin
Stefan, the behavor is as you said. Kartotherian (quite new Wikipedia map stack which aims to also support Mapbox Vector tiles) implements this. https://github.com/kartotherian/kartotherian In particular, the getTile method in the kartotherian-overzoom module might be of interest. https://git

Re: [gdal-dev] Vector Tiles in OGR

2016-02-03 Thread Stefan Keller
Blake, Sorry for iterating: I checked the spec. and analyzed a sample of Mapbox vector tiles: The spec. does not mention null tiles but there are tiles generated by Mapbox which are empty/null (to save space). I seems to me that Mapbox GL JS then backs up and takes the data from a tile at a predef

Re: [gdal-dev] Call for discussion about RFC 61: Support for measures in geometries

2016-02-03 Thread Even Rouault
Le mercredi 03 février 2016 16:16:17, Ari Jolma a écrit : > >> (I see > >> it doesn't have CPL_DLL) I don't think there is a ogr_internal.h, maybe > >> there should be and move this function there? > >> > > From the header > > > > """ * Purpose: Some private helper functions and stuff for OGR >

Re: [gdal-dev] Call for discussion about RFC 61: Support for measures in geometries

2016-02-03 Thread Ari Jolma
(I see it doesn't have CPL_DLL) I don't think there is a ogr_internal.h, maybe there should be and move this function there? From the header """ * Purpose: Some private helper functions and stuff for OGR implementation.""" (and the _p suffix meaning protected/private) And as you noticed thi

Re: [gdal-dev] Call for discussion about RFC 61: Support for measures in geometries

2016-02-03 Thread Even Rouault
> Hm. It is installed. Then by definition it is not internal. If it is > changed, doesn't it make the shared object binary incompatible? As in almost every non bug-fix release, the ABI will be broken anyway. In particular because of the changes in OGRGeometry class (and probably other changes)

Re: [gdal-dev] Call for discussion about RFC 61: Support for measures in geometries

2016-02-03 Thread Ari Jolma
03.02.2016, 16:11, Even Rouault kirjoitti: Le mercredi 03 février 2016 14:36:14, Ari Jolma a écrit : I finally have the (existing) autotests passing with the new API - basically just replacing the nCoordDimension property of OGRGeometry with flags (for Z and M) - and a rather large set of tests

[gdal-dev] ogr2ogr sqlserver identity field generation.

2016-02-03 Thread Bo Victor Thomsen
Is it possible for ogr2ogr to generate a "normal" integer field instead of a "identity" field for the primary key field when creating a new table in MS sqlserver ? (I can't find it in the documentation) Kind regards Bo Victor Thomsen ___ gdal-dev maili

Re: [gdal-dev] Call for discussion about RFC 61: Support for measures in geometries

2016-02-03 Thread Even Rouault
Le mercredi 03 février 2016 14:36:14, Ari Jolma a écrit : > I finally have the (existing) autotests passing with the new API - > basically just replacing the nCoordDimension property of OGRGeometry > with flags (for Z and M) - and a rather large set of tests for > import/export WKT and WKB with M p

Re: [gdal-dev] Call for discussion about RFC 61: Support for measures in geometries

2016-02-03 Thread Ari Jolma
I finally have the (existing) autotests passing with the new API - basically just replacing the nCoordDimension property of OGRGeometry with flags (for Z and M) - and a rather large set of tests for import/export WKT and WKB with M passing. https://travis-ci.org/ajolma/GDAL-XYZM/builds/1067259