Le mardi 12 février 2013 20:23:02, Carl Godkin a écrit :
> Hi again,
>
> A couple of weeks ago I learned how to use gdalinfo and gdal_translate to
> make the XML service files used by the WMS drivers.
>
> For instance,
>
> gdalinfo "WMS:http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cg
Hi again,
A couple of weeks ago I learned how to use gdalinfo and gdal_translate to
make the XML service files used by the WMS drivers.
For instance,
gdalinfo "WMS:http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi";
produces a list of subdatasets and any of these can be turned into G
Le mardi 12 février 2013 18:11:18, Fabian Schindler a écrit :
> Dear devs,
>
> I've been tasked to improve or rewrite the current rasdaman driver
> implementation as it currently suffers a number of drawbacks:
>
> * it is quite slow (compared to other drivers and other rasdaman
> connection
Dear devs,
I've been tasked to improve or rewrite the current rasdaman driver
implementation as it currently suffers a number of drawbacks:
* it is quite slow (compared to other drivers and other rasdaman
connection techiques)
* it does not support creation of new rasters within the datab
George,
That sounds like a resampling issue (either from up/down sampling or in
your case from the reprojection stage). During projection, I
*don't*recommend using a nearest neighbor method but a bilinear (or
"higher") for
DEMs. Nearest neighbor is generally the default for applications because i
Muskie,
I've never had the opportunity to use MySQL with ogr but my guess is that
you need to do some thing like:
GRANT USAGE ON cdfofprd.* TO dbreader@'hostname'
IDENTIFIED BY 'some_pass';
GRANT Select, Insert, Update, Delete ON
cdfofprd.* TO dbreader@'hostname';
FLUSH PRIVILEGES;
Wh
Hello, I'm trying to build GDAL on Android (Windows 7) using Mingw (msys)
and and Android NDK r8d.
I found only 2 tuto and they didn't work for me (one of them is posted
here: http://lists.osgeo.org/pipermail/gdal-dev/2012-April/032485.html ).
Everytime I run make command errors appears such as :
Hi,
I touched on this issue I am having here:
http://osgeo-org.1560.n6.nabble.com/Anyone-tried-using-ogr2ogr-on-a-remote-MySQL-db-td5030802.html
Basically I'm trying to give our host DBA the information necessary to
configure our remote MySQL database for ogrinfo and ogr2ogr access. I've
been tr