Re: [gdal-dev] Vector Tile size change in Ogr2Ogr

2021-03-11 Thread jratike80
-- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Finding the Map-Tiles(x, y) in a given Bounding box and zoom level

2021-03-11 Thread MRRAJESH
Thanks for the reply. I got one library, i.e., https://github.com/mapbox/tile-cover -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gd

Re: [gdal-dev] Finding the Map-Tiles(x, y) in a given Bounding box and zoom level

2021-03-11 Thread Travis Kirstine
You could get the "bbox" list from mercantile.tiles and then get the bounds for each tile using mercantile.bounds and then check the intersection with your irregular polygon, this would be fairly slow depending on the bounds / zoom. I'm not aware of any other libraries.

Re: [gdal-dev] Vector Tile size change in Ogr2Ogr

2021-03-11 Thread MRRAJESH
Thank you Even. Can you please explain the BOUNDS usage? How it is related to EXTENT? Regards, Rajesh -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/

[gdal-dev] javabindings

2021-03-11 Thread paul.malm
Hi, I've tried to install java bindings for GDAL this whole week. But is seems impossible for me to manage that. I've read on internet a lot of discussions an tried solutions that other has suggested, but without success. I have Windows 10, Java 1.8.0 Eclipse 4.17.0 I installed gdal-302-1928-x64-

[gdal-dev] Javabindings

2021-03-11 Thread paul.malm
Hi, I've tried to install java bindings for GDAL this whole week. But is seems impossible for me to manage that. I've read on internet a lot of discussions an tried solutions that other has suggested, but without success. I have Windows 10, Java 1.8.0 Eclipse 4.17.0 I installed gdal-302-1928-x64-

Re: [gdal-dev] Vector Tile size change in Ogr2Ogr

2021-03-11 Thread Even Rouault
Le 11/03/2021 à 10:46, MRRAJESH a écrit : Developers, What is the default tile size when we generate the Vector tiles (MVT) using Ogr2Ogr? Can we set the tile size as 512x512? See the EXTENT dataset creation option of https://gdal.org/drivers/vector/mvt.html#dataset-creation-options It def

[gdal-dev] Vector Tile size change in Ogr2Ogr

2021-03-11 Thread MRRAJESH
Developers, What is the default tile size when we generate the Vector tiles (MVT) using Ogr2Ogr? Can we set the tile size as 512x512? Regards, Rajesh -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mailing list