Re: [gdal-dev] Using gdal_rasterize to mask ENVI file Using ESRI SHP format Vector [SEC=UNCLASSIFIED]

2012-10-18 Thread Peter Willis
Hello,

 

Thanks, that worked.

Looks like I missed the in-place band number selection flag ( -b ).

 

Does anyone know if I can direct output to another file, or do

I always need to copy the original file and 'burn' the values into an
existing duplicate file.

 

I guess it's just as easy either way.

 

Thanks again,

 

Peter

 

 

 

From: Pinner, Luke [mailto:luke.pin...@environment.gov.au] 
Sent: October-17-12 4:11 PM
To: Peter Willis; gdal-dev@lists.osgeo.org
Subject: RE: [gdal-dev] Using gdal_rasterize to mask ENVI file Using ESRI
SHP format Vector [SEC=UNCLASSIFIED]

 

Perhaps something like

 

for i in {1..49}; do gdal_rasterize -burn -999 -b $i mask.shp
49bandenvi.dat; done

 

Luke

 

From: gdal-dev-boun...@lists.osgeo.org
[mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Peter Willis
Sent: Thursday, 18 October 2012 9:43 AM
To: gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] Using gdal_rasterize to mask ENVI file Using ESRI
SHP format Vector

 

Hello,

 

On second thoughts, this is not really what I want.

 

I have a SHP format polygon vector file  already.

I want to use that existing vector file to mask the ENVI format BSQ file
through all (49) channels.

(ie:  'mask' meaning set any values inside vector polygons to a specific
value within the output ENVI BSQ file )

 

Perhaps I'm missing something.

 

Peter 

 

From: fwarmer...@gmail.com [mailto:fwarmer...@gmail.com] On Behalf Of Frank
Warmerdam
Sent: October-17-12 3:22 PM
To: Peter Willis
Cc: gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] Using gdal_rasterize to mask ENVI file Using ESRI
SHP format Vector

 

Peter,

 

I'm guessing you are using the gdal_polygonize.py script

for masking.  Is that right?  I am not aware of any particular

reason this shouldn't work for any update in place format

(ie. shows rw+ in the gdalinfo --formats list).  ENVI is in

this list. 

 

BTW, before we do a lot of work to investigate this you might

want to see if the problem persists with GDAL 1.9.  GDAL 1.6.3

is getting pretty antique.

 

Best regards,

Frank

 

On Wed, Oct 17, 2012 at 2:59 PM, Peter Willis pwil...@aslenv.com wrote:

Hello,

Is it possible to use ESRI SHP polygon file to mask
ENVI  BSQ img format files with more than 1 band?

I can mask a GTiff file using the SHP but ENVI file does not
appear to work.  Gdal version is  1.6.3 .

The documentation appears unclear for any raster that is not
specifically GTiff.

Thanks,

Peter

___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev





 

-- 
---+
--
I set the clouds in motion - turn up   | Frank Warmerdam,
warmer...@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush| Geospatial Software Developer

If you have received this transmission in error please notify us immediately
by return e-mail and delete all copies. If this e-mail or any attachments
have been sent to you in error, that error does not constitute waiver of any
confidentiality, privilege or copyright in respect of information in the
e-mail or attachments. Please consider the environment before printing this
email.

___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] import KML Layer into GeoServer

2012-10-18 Thread Wael Tarhouni
Hi All;

I'm trying to import add a kml layer into geoserver, i found how to import
a shapefile but not a kml file;

Thanks for any help;

Best regards;

-- 
Wael Tarhouni
Élève ingénieur en Réseaux informatiques et Télecommunication à l'INSAT
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] ogrinfo in GDAL 1.9.2 reporting wrong dimension for layer geometry type

2012-10-18 Thread Even Rouault
Hi,

Just to inform you that we have spotted a regression in 1.9.2 : ogrinfo (and 
any code using OGRGeometryTypeToName()) will report 3D geometry types for 2D 
layers, and vice versa. See http://trac.osgeo.org/gdal/ticket/4871

This is now fixed in SVN in trunk and 1.9 branch. And this will get into 1.9.3 
when it will be released.

Best regards,

Even
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


Re: [gdal-dev] ogrinfo in GDAL 1.9.2 reporting wrong dimension for layer geometry type

2012-10-18 Thread Angelos Tzotsos

On 10/19/2012 02:15 AM, Even Rouault wrote:

Hi,

Just to inform you that we have spotted a regression in 1.9.2 : ogrinfo (and
any code using OGRGeometryTypeToName()) will report 3D geometry types for 2D
layers, and vice versa. See http://trac.osgeo.org/gdal/ticket/4871

This is now fixed in SVN in trunk and 1.9 branch. And this will get into 1.9.3
when it will be released.

Best regards,

Even
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


Thanks Even,

I will patch openSUSE builds.

Angelos

--
Angelos Tzotsos
Remote Sensing Laboratory
National Technical University of Athens
http://users.ntua.gr/tzotsos

___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev