Re: [gdal-dev] Attempting to access an ArcGIS REST API through a WMS format minidriver

2015-07-07 Thread Jukka Rahkonen
Passmore, James H. bgs.ac.uk> writes: > > When I try on a BGS service it fails as below: > > ...:\>gdalinfo "https://map.bgs.ac.uk/arcgis/rest/services/UKSO/UKSO_BGS/MapServer? f=json&pretty=true" > gdalinfo failed - unable to open 'https://map.bgs.ac.uk/arcgis/rest/services/UKSO/UKSO_BGS/MapS

Re: [gdal-dev] Determining GDAL WMS download limit?

2015-07-07 Thread Andre Vautour
On 2015-07-07 15:34, Carl Godkin wrote: Hi Andre, Thank you very much for the reply. I hadn't thought of querying the levels as you suggest but I'll remember next time that it makes a good test. However, I'm not sure what I would do with the 7 suggestion you make. Even's response is de

Re: [gdal-dev] Determining GDAL WMS download limit?

2015-07-07 Thread Carl Godkin
Hi Andre, Thank you very much for the reply. I hadn't thought of querying the levels as you suggest but I'll remember next time that it makes a good test. However, I'm not sure what I would do with the 7 suggestion you make. If I change my WMS control file to use that value, gdal_translate doe

Re: [gdal-dev] Determining GDAL WMS download limit?

2015-07-07 Thread Carl Godkin
Thank you very much. That's very useful information. I've started using the element in our WMS control files. Thanks, carl On Tue, Jul 7, 2015 at 7:26 AM, Even Rouault wrote: > Le mardi 07 juillet 2015 16:02:11, Carl Godkin a écrit : > > Hi, > > > > I would like to know if there's a way to

[gdal-dev] Attempting to access an ArcGIS REST API through a WMS format minidriver

2015-07-07 Thread Passmore, James H.
>From http://www.gdal.org/frmt_wms.html I see you can access an ArcGIS REST >API like: gdalinfo "http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer?f=json&pretty=true"; and gdal_translate "http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer?f=

Re: [gdal-dev] Determining GDAL WMS download limit?

2015-07-07 Thread Andre Vautour
Looks like that server only has 7 levels for that satellite layer: http://mt.google.com/vt/lyrs=s&x=0&y=0&z=7 http://mt.google.com/vt/lyrs=s&x=0&y=0&z=8 The terrain and map layers have 22 levels: http://mt.google.com/vt/lyrs=t&x=0&y=0&z=22 http://mt.google.com/vt/lyrs=t&x=0&y=0&z=23 http://mt.goo

Re: [gdal-dev] Determining GDAL WMS download limit?

2015-07-07 Thread Even Rouault
Le mardi 07 juillet 2015 16:02:11, Carl Godkin a écrit : > Hi, > > I would like to know if there's a way to determine if a GDAL WMS download > is going to work or not from the information in the local description file. Carl, From a quick testing, it seems there are tiles up to zoom level 14 incl

[gdal-dev] Determining GDAL WMS download limit?

2015-07-07 Thread Carl Godkin
Hi, I would like to know if there's a way to determine if a GDAL WMS download is going to work or not from the information in the local description file. I'm using C++ code to do this, but can illustrate my question with a gdal_translate command. This command fails: gdal_translate -outsize 6700

Re: [gdal-dev] compiling mongodb driver???

2015-07-07 Thread Jon P
Hi thanks do much for this. I think all the paths are ok but I'll check. The weird thing is that if I change the g++ line in the compile to add the library rather than with -lmongoclient it works apart from one boost link error looking for "filesystem2" I'll persevere. Thanks again for the help.

[gdal-dev] building gdal200 with hdf 4&5 support for win64

2015-07-07 Thread Jacob Alexander
Hi, I have tried and failed several times now to compile gdal200 with active HDF4&5 for Win64. Without hdf support it works flawlessly for me to compile it. I have downloaded the latest releases of HDF4 (4.2.11) and HDF5(1.8.15). But in both cases I am missing the files that are supposed to be r