List,
I am attempting to open a multi-band image using the PDS driver. I have a
working, GDAL readable label that I can run gdalinfo and gdal_translate on
without error. I am attempting to access a number of bands and operate on
them using NumPy.
band.ReadAsArray() is failing silently in proces
Le jeudi 03 janvier 2013 15:05:15, Carl Godkin a écrit :
> Happy 2013 everyone,
>
> We've come across some ENVI data sets (.bsq + .hdr files) in which the "map
> info" keyword of the .hdr file looks like this:
>
> map info = {UTM, 1, 1, 408953.26, 3290904.2, 3.400, 3.400, 17, North,
> WGS-84,
Le jeudi 03 janvier 2013 13:08:28, Roger Bivand a écrit :
> If you change utf-16 in the first line to utf-8, then change line 2:
The encoding specification is indeed incorrect (UTF-16 is a 2-byte encoding,
and the file is really ASCII / UTF-8) --> the software that generated that file
should be
Le 03/01/2013 17:29, Robb K. Wright a écrit :
I'm interested in trying out the -epo flag with gdal_translate, but it
doesn't seem to exist within the current Windows binaries
Which version ?
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://l
Hi Robb,
The doc states that (GDAL >= 1.10) for -epo and -eco so 1.9.2 miss them.
Kind Regards,
stefano
---
41.95581N 12.52854E
http://www.linkedin.com/in/stefanoiacovella
http://twitter.com/#!/Iacovellas
2013/1/3 Robb K. Wright :
>
> I'm int
I'm interested in trying out the -epo flag with gdal_translate, but it
doesn't seem to exist within the current Windows binaries from the
gisinternals site though the web docs
(http://www.gdal.org/gdal_translate.html) have it listed
Usage: gdal_translate [--help-general]
[-ot {Byte/In
On 01/03/2013 03:31 PM, Even Rouault wrote:
That is not that easy, because it is embedded in in c++ applications.
Meanwhile I reinstalled the old version and can go on with my work, but
i think there is something wrong
Checking with ogrinfo your.dataset -spat xmin ymin xmax ymax might be an easy
> That is not that easy, because it is embedded in in c++ applications.
> Meanwhile I reinstalled the old version and can go on with my work, but
> i think there is something wrong
Checking with ogrinfo your.dataset -spat xmin ymin xmax ymax might be an easy
way to try to reproduce
Other thing I
On 01/03/2013 03:16 PM, Even Rouault wrote:
I compiled both libs with geos support and the loader gives me
libgeos_c.so.1 => /usr/lib/libgeos_c.so.1 (0x7fe171f78000)
libgeos-3.2.2.so => /usr/lib/libgeos-3.2.2.so (0x7fe16f29f000)
so that won't be the problem.
hum, then you mu
> I compiled both libs with geos support and the loader gives me
> libgeos_c.so.1 => /usr/lib/libgeos_c.so.1 (0x7fe171f78000)
> libgeos-3.2.2.so => /usr/lib/libgeos-3.2.2.so (0x7fe16f29f000)
> so that won't be the problem.
hum, then you must provide a way to reproduce that beha
On 01/03/2013 03:06 PM, Even Rouault wrote:
Selon Kees kling :
Hi,
last week I upgraded my ubuntu and also the gdal library. I was using
version libgdal.so.1.15.0, now I compiled and installed version
libgdal.so.1.16.2.
In my application i'm using OGRLayer SetSpatialFilter and it was working
Selon Kees kling :
> Hi,
>
> last week I upgraded my ubuntu and also the gdal library. I was using
> version libgdal.so.1.15.0, now I compiled and installed version
> libgdal.so.1.16.2.
> In my application i'm using OGRLayer SetSpatialFilter and it was working
> in the old version, but in the new
Happy 2013 everyone,
We've come across some ENVI data sets (.bsq + .hdr files) in which the "map
info" keyword of the .hdr file looks like this:
map info = {UTM, 1, 1, 408953.26, 3290904.2, 3.400, 3.400, 17, North,
WGS-84, units=Meters, rotation=-6.0}
It's interesting because we have a
Hi,
last week I upgraded my ubuntu and also the gdal library. I was using
version libgdal.so.1.15.0, now I compiled and installed version
libgdal.so.1.16.2.
In my application i'm using OGRLayer SetSpatialFilter and it was working
in the old version, but in the new version the GetFeatureCount r
If you change utf-16 in the first line to utf-8, then change line 2:
http://www.google.com/kml/ext/2.2";
xmlns="http://www.opengis.net/kml/2.2";>
to
http://www.opengis.net/kml/2.2";>
and the final line from to to match, gdalinfo recognises
the file.
Then:
> ogrListLayers("test.kml")
[1] "Po
Hi all,
I have a relatively simple initial query. When I upload a MapInfo TAB file
into PostGIS using Ogr2Ogr and specifying the OGR_STYLE column to be added
to the upload I get a nice text field such as:
"SYMBOL(a:0,c:#d1,s:12pt,id:"mapinfo-sym-72,ogr-sym-1",o:#ff)"
Now, one small proble
A program (Mission Planner for Ardupilot)
http://code.google.com/p/ardupilot-mega/wiki/MPTlog
produces kml files
with track information that can be represented with the same program
and GE, but I cannot open them with ogrinfo:
$ ogrinfo test.kml
FAILURE:
Unable to open datasource `test.kml' with th
Hello,
The attributes don't get lost but they are hidden. I tried in Geomatica with
Attribute manager->Table Definition to un-check and check in particular
field and clicked Apply, then they are visible.
I think this is not proper solution to see the attributes data.
If anybody find some other so
18 matches
Mail list logo