[gdal-dev] Using gdal_rasterize to mask ENVI file Using ESRI SHP format Vector [SEC=UNCLASSIFIED]
Peter Willis
pwillis at aslenv.com
Thu Oct 18 08:25:18 PDT 2012
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.Pinner at environment.gov.au]
Sent: October-17-12 4:11 PM
To: Peter Willis; gdal-dev at 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-bounces at lists.osgeo.org
[mailto:gdal-dev-bounces at lists.osgeo.org] On Behalf Of Peter Willis
Sent: Thursday, 18 October 2012 9:43 AM
To: gdal-dev at 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: fwarmerdam at gmail.com [mailto:fwarmerdam at gmail.com] On Behalf Of Frank
Warmerdam
Sent: October-17-12 3:22 PM
To: Peter Willis
Cc: gdal-dev at 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 <pwillis at 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 at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev
--
---------------------------------------+------------------------------------
--
I set the clouds in motion - turn up | Frank Warmerdam,
warmerdam at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20121018/bd3019ad/attachment-0001.html>
More information about the gdal-dev
mailing list