I was wondering if anyone has an idea on this one.
I ran this: gdal_translate
"http://geonb.snb.ca/ArcGIS/rest/services/GeoNB_Basemap_EnhancedImagery/MapServer?f=json&pretty=true";
test.xml -of WMS
I get an xml and add it to QGIS and get a giant "no tiles at this level
please zoom out warnin
On Sun, Feb 16, 2014 at 8:36 AM, Jukka Rahkonen
wrote:
> Hi,
>
> I was thinking that a possibility to run images through filters with GDAL
> could be nice sometimes. Especially for visual work with aerial and
> satellite images filters like "sharpen" of "unsharp mask"
> http://en.wikipedia.org/wik
It would probably not be that hard to add the docs for other python
utilities as well, by copying the docs inside the python files to new .dox
files. Any volunteers? I can provide simple steps on how to do this.
Etienne
On Sun, Feb 16, 2014 at 6:20 PM, Even Rouault
wrote:
> Le dimanche 16 févr
Le dimanche 16 février 2014 12:36:07, Jukka Rahkonen a écrit :
> Hi,
>
> I was thinking that a possibility to run images through filters with GDAL
> could be nice sometimes. Especially for visual work with aerial and
> satellite images filters like "sharpen" of "unsharp mask"
> http://en.wikipedia
Hi Kyle,
The minimum version cmake is 2.8.8 because it have some required
functionality:
add_library( OBJECT ...) and TARGET_OBJECTS:objlib
some discussion can be found here:
http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/3379
But in scripts I set VERSION 2.8.10 - this is
also libraries like netcdf/hdf might already have cmake rules somewhere?
On Sun, Feb 16, 2014 at 2:49 PM, Kyle Shannon wrote:
> Dmitriy,
>
> What version of cmake is required.
>
> On Sat, Feb 15, 2014 at 1:31 PM, Dmitriy Baryshnikov
> wrote:
> > Hi,
> >
> > As cmake4gdal developer I think the
Dmitriy,
What version of cmake is required.
On Sat, Feb 15, 2014 at 1:31 PM, Dmitriy Baryshnikov
wrote:
> Hi,
>
> As cmake4gdal developer I think there is no problem with cmake. By now we
> main code is cmaked, and deal only with some drivers (GDAL or OGR), which
> needed cmake scripts.
> I make
Even, thanks for the notes.
On Sat, Feb 15, 2014 at 11:57 AM, Even Rouault
wrote:
> Thanks for your thoughs Kyle. I expect more developers and PSC members to
> express theirs too.
>
>>
>> How long would the stable branches be maintained? Would we handle as
>> we do now, with one stable branch an
Hi,
I was thinking that a possibility to run images through filters with GDAL
could be nice sometimes. Especially for visual work with aerial and
satellite images filters like "sharpen" of "unsharp mask"
http://en.wikipedia.org/wiki/Unsharp_masking are often very useful. But then
I found that kern