Re: [gdal-dev] problem with gdal_translate jp2 file from the usgs (linux)

2014-04-24 Thread Etienne Tourigny
On Thu, Apr 24, 2014 at 6:43 PM, Eli Adam wrote: > Kasper, > > On Thu, Apr 24, 2014 at 2:32 PM, Even Rouault > wrote: > > Le jeudi 24 avril 2014 23:29:03, Kasper van Wijk a écrit : > >> thank you, Even, for the fast reply. I am a beginner at GDAL and > installed > >> the gdal suite with "standar

Re: [gdal-dev] problem with gdal_translate jp2 file from the usgs (linux)

2014-04-24 Thread Simon Shak
Personally I recommend either the erdas ecwj2k or mrsid driver for uses jp2 files. On Apr 24, 2014 7:25 PM, "Kasper van Wijk" wrote: > Eli: thanks for the new repo. This got me from gdal 1.7.3 to 1.9.1, but > still the same warning/output > > Trent: I downloaded the linux binaries and followed th

Re: [gdal-dev] problem with gdal_translate jp2 file from the usgs (linux)

2014-04-24 Thread Kasper van Wijk
Eli: thanks for the new repo. This got me from gdal 1.7.3 to 1.9.1, but still the same warning/output Trent: I downloaded the linux binaries and followed the instructions in the README (about PATHS), but: kasper@PALette:~/Downloads$ kdu_expand -i m_3810623_ne_13_1_20110921_20111031.jp2 -o geo.tif

Re: [gdal-dev] problem with gdal_translate jp2 file from the usgs (linux)

2014-04-24 Thread Eli Adam
Kasper, On Thu, Apr 24, 2014 at 2:32 PM, Even Rouault wrote: > Le jeudi 24 avril 2014 23:29:03, Kasper van Wijk a écrit : >> thank you, Even, for the fast reply. I am a beginner at GDAL and installed >> the gdal suite with "standard" apt-get and yum, respectively. Can you point >> me to a place w

Re: [gdal-dev] problem with gdal_translate jp2 file from the usgs (linux)

2014-04-24 Thread Hare, Trent
Kasper, When I have trouble with the various Jp2 implementations, I seem to always lean on the Kakadu JP2 library. When GDAL is not available with Kakadu built-in (due to licensing), you can convert from Geojpeg2000 to geoTiff using the free Kakadu binaries. Example conversion: > kdu_expand -i g

Re: [gdal-dev] problem with gdal_translate jp2 file from the usgs (linux)

2014-04-24 Thread Even Rouault
Le jeudi 24 avril 2014 23:29:03, Kasper van Wijk a écrit : > thank you, Even, for the fast reply. I am a beginner at GDAL and installed > the gdal suite with "standard" apt-get and yum, respectively. Can you point > me to a place where I can read how to compile GDAL against one of the other > JPEG2

Re: [gdal-dev] problem with gdal_translate jp2 file from the usgs (linux)

2014-04-24 Thread Kasper van Wijk
thank you, Even, for the fast reply. I am a beginner at GDAL and installed the gdal suite with "standard" apt-get and yum, respectively. Can you point me to a place where I can read how to compile GDAL against one of the other JPEG2000 libraries, as you say? Thanks again, Kasper On 25 April 2014

Re: [gdal-dev] problem with gdal_translate jp2 file from the usgs (linux)

2014-04-24 Thread Even Rouault
Le jeudi 24 avril 2014 23:17:29, Kasper van Wijk a écrit : > dear all, > > I am downloading jp2 data from the usgs national map. To plot this in > cartopy, I need to transform to something else, such as geotiff. However, > using gdal_translate I get a warning copied below, and the output is a > gr

[gdal-dev] problem with gdal_translate jp2 file from the usgs (linux)

2014-04-24 Thread Kasper van Wijk
dear all, I am downloading jp2 data from the usgs national map. To plot this in cartopy, I need to transform to something else, such as geotiff. However, using gdal_translate I get a warning copied below, and the output is a grainy bw version of the image. I have checked my results under linux bot