Re: [gdal-dev] Question about GDAL lib size

2019-04-01 Thread Fan Liu
Resent question after register. Could anyone support? BRs, Fan Liu From: Fan Liu Sent: Tuesday, April 2, 2019 10:24 AM To: 'gdal-dev@lists.osgeo.org' Subject: Question about GDAL lib size Hello, I have a question related with lib size. When I install GDAL via rpm on redhat, it lib size is 13M

Re: [gdal-dev] installing gdal in CentOS

2019-04-01 Thread Andrew C Aitchison
On Mon, 1 Apr 2019, Markus Neteler wrote: Now I am stuck at ... BUILD SUCCESSFUL Total time: 10 seconds + popd + %mvn_artifact swig/java/build/maven/gdal-2.3.2.pom swig/java/build/maven/gdal-2.3.2.jar ~/build/BUILD/gdal-2.3.2-fedora /var/tmp/rpm-tmp.R4QpDm: line 139: fg: no job control error: B

Re: [gdal-dev] installing gdal in CentOS

2019-04-01 Thread Markus Neteler
On Mon, Apr 1, 2019 at 2:36 PM Even Rouault wrote: > On lundi 1 avril 2019 13:10:37 CEST Markus Neteler wrote: > > While Fedora EPEL7 only offers a GDAL 1.x package, I am trying to > > compile GDAL 2.3 in order to provide it as a RPM package: > > > > https://copr.fedorainfracloud.org/coprs/neteler

Re: [gdal-dev] in gdal_contour elevation field not for polygons?

2019-04-01 Thread Even Rouault
On lundi 1 avril 2019 13:02:12 CEST Armin Schmidt wrote: > In gdal_contour it seems that the "-a" elevation field creation only > works for linestrings, not polygons (-p). Is this intended behaviour? Yes, you need to use -amin and/or -amax in -p mode since the polygons are valid for a range of al

Re: [gdal-dev] installing gdal in CentOS

2019-04-01 Thread Even Rouault
On lundi 1 avril 2019 13:10:37 CEST Markus Neteler wrote: > Hi, > > On Fri, Mar 22, 2019 at 12:02 AM Thomas Gertin wrote: > > Hello, > > > > Does anybody know how to install gdal in CentOS? > > While Fedora EPEL7 only offers a GDAL 1.x package, I am trying to > compile GDAL 2.3 in order to prov

Re: [gdal-dev] installing gdal in CentOS

2019-04-01 Thread Markus Neteler
Hi, On Fri, Mar 22, 2019 at 12:02 AM Thomas Gertin wrote: > > Hello, > > Does anybody know how to install gdal in CentOS? While Fedora EPEL7 only offers a GDAL 1.x package, I am trying to compile GDAL 2.3 in order to provide it as a RPM package: https://copr.fedorainfracloud.org/coprs/neteler/G

[gdal-dev] Gdalwarp mosaic large GeoTIFF dataset into GeoPackage

2019-04-01 Thread Matsamentet
Hi! I'm trying to mosaic a large GeoTIFF dataset into a GeoPackage with Gdalwarp (no reprojection). There are 512 .tif files, each with a single grayscale band, and 1 meter resolution. I'm using -cutline to clip the dataset to a slightly smaller extent. Gdalwarp initially outputs the dimensions

[gdal-dev] in gdal_contour elevation field not for polygons?

2019-04-01 Thread Armin Schmidt
In gdal_contour it seems that the "-a" elevation field creation only works for linestrings, not polygons (-p). Is this intended behaviour? I would find it more convenient if -a would also work for polygons as I sometimes switch between the two modes. I am using 2.4.0 Armin -- __

[gdal-dev] Create MVT from PostGIS data with c# bindings

2019-04-01 Thread BrainDrain
Hello! Is it possible to create mpabox vector tiles for postgis data using c# SWIG bindings? Input: conn string, geometry select queery command text, bbox, custom tile size, custom tile grid Output: mvt pbf byte array. Thank you very much! -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-D