Hi Mike

Thank you for your response. Actually I can't use this command as it is,
because the target is to read a given formula into a given algorithm, which
works like a "sensors" for further traitments. Then, this formula can be
modified and reintroduced into an algorithm. Moment, I'm writing a little
code to submit this function, via a text file.

Best regards

R�mi CORFINI
DIGITECH Intl S.A. - Agence IDF
64 rue des Meuniers - F- 92220 BAGNEUX - FRANCE
T�l. : + 33 (0)1 45 36 14 53 - Fax. : + 33 (0)1 46 65 09 04
Mail. :[EMAIL PROTECTED] < http://www.digit-int.com
----- Original Message -----
From: "List Server" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 15, 2002 12:24 PM
Subject: ERMAPPER-L Daily Digest


> ----------------------------------------------------------------------
>
> From: "rcorfini" <[EMAIL PROTECTED]>
> Subject: Batch scripting
> Date: Mon, 14 Jan 2002 14:31:49 +0100
> Reply-To: [EMAIL PROTECTED]
> This is a multi-part message in MIME format.
>
> ------=_NextPart_000_0026_01C19D08.33886300
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> Dear list,
>
> I'm using the batch script utilities of Er Mapper 6.21. Until present, I =
> failed to perform the key command "get layer formula" whatever the =
> syntax : using variables or not
> Do anyone knows the reason ?
>
> Best regards
>
>
> R=E9mi CORFINI
> DIGITECH Intl S.A. - Agence IDF
> 64 rue des Meuniers - F- 92220 BAGNEUX - FRANCE
> T=E9l. : + 33 (0)1 45 36 14 53 - Fax. : + 33 (0)1 46 65 09 04
> Mail. :[EMAIL PROTECTED] < http://www.digit-int.com
>
> ------=_NextPart_000_0026_01C19D08.33886300
> Content-Type: text/html;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META http-equiv=3DContent-Type content=3D"text/html; =
> charset=3Diso-8859-1">
> <META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
> <STYLE></STYLE>
> </HEAD>
> <BODY bgColor=3D#ffffff>
> <DIV><FONT face=3DArial size=3D2>Dear list,</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>I'm using the batch script utilities of =
> Er Mapper=20
> 6.21. Until present, I failed to perform the key command "get layer =
> formula"=20
> whatever the syntax : using variables or not</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2>Do anyone knows the reason =
> ?</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>Best regards</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
> <DIV>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>R=E9mi CORFINI<BR>DIGITECH Intl S.A. - =
> Agence=20
> IDF<BR>64 rue des Meuniers - F- 92220 BAGNEUX - FRANCE<BR>T=E9l. : + 33 =
> (0)1 45 36=20
> 14 53 - Fax. : + 33 (0)1 46 65 09 04<BR>Mail. :[EMAIL PROTECTED] =
> &lt; <A=20
> href=3D"http://www.digit-int.com";>http://www.digit-int.com</A></FONT></DI=
> V></BODY></HTML>
>
> ------=_NextPart_000_0026_01C19D08.33886300--
>
> ----------------------------------------------------------------------
>
> From: "Mike Dunne" <[EMAIL PROTECTED]>
> Subject: RE: Batch scripting
> Date: Tue, 15 Jan 2002 10:21:31 +0800
> Reply-To: [EMAIL PROTECTED]
> This is a multi-part message in MIME format.
>
> ------=_NextPart_000_006A_01C19DAE.672876E0
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: 8bit
>
> Hi Remi,
> Depends how you are using it.
> I have included a snippet from a previous email on this. Let me know if
you
> need more clarification.
> cheers
> Mike
>
> There was a bug fixed for 6.21 where get layer formula did not work at
all.
> Now it works, with the following limitation -
>
> The formula is not returned as a text string.
> Basically this is due internal structure of a formula.
> It is not reversable ie
> to set a formula you do
>
> $formula = "i1 * 10"
>
> and then
>
> set layer formula to $formula         ### or something  like this
>
> which sort of implies that you can do a
>
> $text = get layer formula
> println $text ### expect "i1 * 10" or something
>
> but there are a few hidden steps inside set layer formula which
> parses the string into an expression which is then able to be integrated
> into the data structure. Unfortunately there is no simple way to reverse
> this process. The only possible workaround is to save the formula to
> out to disk and look at the text in the file. This is pretty clumsy (but
doable)...
>
> ---Original Message-----
> From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of rcorfini
> Sent: Monday, 14 January 2002 9:32 PM
> To: [EMAIL PROTECTED]
> Subject: Batch scripting
>
>
>
>   Dear list,
>
>   I'm using the batch script utilities of Er Mapper 6.21. Until present, I
failed to perform the key command "get layer
> formula" whatever the syntax : using variables or not
>   Do anyone knows the reason ?
>
>   Best regards
>
>
>   R�mi CORFINI
>   DIGITECH Intl S.A. - Agence IDF
>   64 rue des Meuniers - F- 92220 BAGNEUX - FRANCE
>   T�l. : + 33 (0)1 45 36 14 53 - Fax. : + 33 (0)1 46 65 09 04
>   Mail. :[EMAIL PROTECTED] < http://www.digit-int.com
>
> ------=_NextPart_000_006A_01C19DAE.672876E0
> Content-Type: text/html;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
> charset=3Diso-8859-1">
>
>
> <META content=3D"MSHTML 5.00.3207.2500" name=3DGENERATOR>
> <STYLE></STYLE>
> </HEAD>
> <BODY bgColor=3D#ffffff>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
> class=3D478001102-15012002>Hi=20
> Remi,</SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
> class=3D478001102-15012002>Depends how you are using =
> it.</SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
> class=3D478001102-15012002>I have=20
> included a snippet from a previous email on this. Let me know if=20
> you</SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
> class=3D478001102-15012002>need=20
> more clarification.</SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
> class=3D478001102-15012002>cheers</SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
> class=3D478001102-15012002>Mike</SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
> class=3D478001102-15012002></SPAN></FONT>&nbsp;</DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
> class=3D478001102-15012002>There=20
> was a bug fixed for 6.21 where get layer formula did not work at=20
> all.</SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
> class=3D478001102-15012002>Now it=20
> works, with the following limitation -</SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
> class=3D478001102-15012002></SPAN></FONT>&nbsp;</DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
> class=3D478001102-15012002>The=20
> formula is not returned as a text string.</SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
> class=3D478001102-15012002>Basically this is due internal structure of a =
>
> formula.</SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
> class=3D478001102-15012002>It is=20
> not reversable ie </SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
> class=3D478001102-15012002>to set=20
> a formula you do </SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
> class=3D478001102-15012002></SPAN></FONT>&nbsp;</DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
> class=3D478001102-15012002><EM>$formula =3D "i1 * =
> 10"</EM></SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
> class=3D478001102-15012002></SPAN></FONT>&nbsp;</DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
> class=3D478001102-15012002>and=20
> then</SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
> class=3D478001102-15012002></SPAN></FONT>&nbsp;</DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
> class=3D478001102-15012002><EM>set layer formula to=20
> $formula&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ### or =
> something&nbsp;=20
> like this</EM></SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
> class=3D478001102-15012002></SPAN></FONT>&nbsp;</DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
> class=3D478001102-15012002>which=20
> sort of implies that you can do a </SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
> class=3D478001102-15012002></SPAN></FONT>&nbsp;</DIV>
> <DIV><EM><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
> class=3D478001102-15012002>$text =3D get layer =
> formula</SPAN></FONT></EM></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
> class=3D478001102-15012002><EM>println $text ### expect "i1 * 10" or=20
> something</EM></SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
> class=3D478001102-15012002></SPAN></FONT>&nbsp;</DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
> class=3D478001102-15012002>but=20
> there are a few hidden steps inside set layer formula =
> which</SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
> class=3D478001102-15012002>parses=20
> the string into an expression which is then able to be=20
> integrated</SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
> class=3D478001102-15012002>into=20
> the data structure. Unfortunately there is no simple way to reverse=20
> </SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
> class=3D478001102-15012002>this=20
> process. The only possible workaround is to save the formula=20
> to</SPAN></FONT></DIV>
> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
> class=3D478001102-15012002>out to=20
> disk and look at the text in the file. This is pretty clumsy (but=20
> doable)...</SPAN></FONT></DIV>
> <DIV>&nbsp;</DIV>
> <DIV><SPAN class=3D478001102-15012002>
> <P></SPAN><FONT face=3DTahoma size=3D2>---Original =
> Message-----<BR><B>From:</B>=20
> [EMAIL PROTECTED] =
> [mailto:[EMAIL PROTECTED]]<B>On Behalf=20
> Of </B>rcorfini<BR><B>Sent:</B> Monday, 14 January 2002 9:32 =
> PM<BR><B>To:</B>=20
> [EMAIL PROTECTED]<BR><B>Subject:</B> Batch =
> scripting<BR><BR></P></DIV>
> <BLOCKQUOTE=20
> style=3D"BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: =
> 0px; PADDING-LEFT: 5px"></FONT>
>   <DIV><FONT face=3DArial size=3D2>Dear list,</FONT></DIV>
>   <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
>   <DIV><FONT face=3DArial size=3D2>I'm using the batch script utilities =
> of Er Mapper=20
>   6.21. Until present, I failed to perform the key command "get layer =
> formula"=20
>   whatever the syntax : using variables or not</FONT></DIV>
>   <DIV><FONT face=3DArial size=3D2>Do anyone knows the reason =
> ?</FONT></DIV>
>   <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
>   <DIV><FONT face=3DArial size=3D2>Best regards</FONT></DIV>
>   <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
>   <DIV>&nbsp;</DIV>
>   <DIV><FONT face=3DArial size=3D2>R=E9mi CORFINI<BR>DIGITECH Intl S.A. =
> - Agence=20
>   IDF<BR>64 rue des Meuniers - F- 92220 BAGNEUX - FRANCE<BR>T=E9l. : + =
> 33 (0)1 45=20
>   36 14 53 - Fax. : + 33 (0)1 46 65 09 04<BR>Mail. =
> :[EMAIL PROTECTED] &lt;=20
>   <A=20
> href=3D"http://www.digit-int.com";>http://www.digit-int.com</A></FONT></DI=
> V></BLOCKQUOTE></BODY></HTML>
>
> ------=_NextPart_000_006A_01C19DAE.672876E0--
>
> ----------------------------------------------------------------------
>
> From: "Ken Hickey" <[EMAIL PROTECTED]>
> Subject: draping vector polygons over topography
> Date: Mon, 14 Jan 2002 18:28:22 -0800
> Reply-To: [EMAIL PROTECTED]
> This is a multi-part message in MIME format.
>
> ------=_NextPart_000_0017_01C19D29.3F25DAF0
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> G'day all
>
> This is probably an basic question, but what do I have to do to get some =
> vector polygons (defining a geological unit) to drape correctly over a =
> DEM in #D mode. When I try, the topography "cuts thru" the vector =
> polygons in 3D views. I though maybe I have to save the polygons as =
> raster regions to get them to drape correctly, but when I use the "save =
> as" option in the "tools" dialog box I get an error saying "dataset =
> header file for region output doesn't exist". What does this mean? How =
> do I convert a set of vector polygons intot raster regions?
>
> Thanks in advance
>
> Cheers
> Ken Hickey
>
> ------------------------------------------------------------------
> Dr Kenneth Hickey
> Mineral Deposit Research Unit (MDRU)
> Department of Earth and Ocean Sciences
> University of British Columbia
> 6339 Stores Rd, Vancouver, BC  V6T 1Z4, Canada
> phone +1-604-822-3765; Fax +1-604-822-6088
> email: [EMAIL PROTECTED]
> =20
> ..
>
>
> ------=_NextPart_000_0017_01C19D29.3F25DAF0
> Content-Type: text/html;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META http-equiv=3DContent-Type content=3D"text/html; =
> charset=3Diso-8859-1">
> <META content=3D"MSHTML 5.50.4807.2300" name=3DGENERATOR>
> <STYLE></STYLE>
> </HEAD>
> <BODY bgColor=3D#ffffff>
> <DIV><FONT face=3DArial size=3D2>G'day all</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>This is probably an basic question, but =
> what do I=20
> have to do to get some vector polygons (defining a geological unit) to =
> drape=20
> correctly over a DEM in #D mode. When I try, the topography "cuts thru" =
> the=20
> vector polygons in 3D views. I though maybe I have to save the polygons =
> as=20
> raster regions to get them to drape correctly, but when I use the "save =
> as"=20
> option in the "tools" dialog box I get an error saying "dataset header =
> file for=20
> region output doesn't exist". What does this mean? How do I convert a =
> set of=20
> vector polygons intot raster regions?</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>Thanks in advance</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>Cheers</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2>Ken Hickey</FONT></DIV>
> <DIV><FONT face=3DArial=20
> size=3D2><BR>------------------------------------------------------------=
> ------<BR>Dr=20
> Kenneth Hickey<BR>Mineral Deposit Research Unit (MDRU)<BR>Department of =
> Earth=20
> and Ocean Sciences<BR>University of British Columbia<BR>6339 Stores Rd,=20
> Vancouver, BC&nbsp; V6T 1Z4, Canada<BR>phone +1-604-822-3765; Fax=20
> +1-604-822-6088<BR>email: <A=20
> href=3D"mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</A><BR>&nbsp;<BR>.<=
> BR></FONT></DIV></BODY></HTML>
>
> ------=_NextPart_000_0017_01C19D29.3F25DAF0--
>
> ----------------------------------------------------------------------
>
> From: "Yucel ERBAY" <[EMAIL PROTECTED]>
> Subject: Re: draping vector polygons over topography
> Date: Tue, 15 Jan 2002 09:27:32 +0200
> Reply-To: [EMAIL PROTECTED]
> Dear Ken,
>
> just use File>save as>*.ers while only your vector file is open in the
Algorithm
> window. It is best solution if you want drape filled poligons on topo. You
can
> drape vector lines with the same method but then you can not show vector
on 3D
> image (image + DEM). Unfortunately, I could not find a easy solution that
> prevents topography  from "cuts thru" the vector polygons in 3D views.
>
> I hope this helps
> Best regards
> Yucel
> ---------------
> Yucel Erbay
> NIK Insaat Ticaret Ltd. Co.
> Softwares & Satellite Imagery Distribution
> Construction & Restoration
> http://www.nik.com.tr
> Ortaklar Cad. Yonet Apt. No:27/6
> Mecidiyekoy 80290 -Istanbul/TURKIYE
> Tel: +90-212-347 38 15 (pbx)
> Fax:+90-212-288 76 02
>
>
> ----- Original Message -----
> From: "Ken Hickey" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, January 15, 2002 4:28 AM
> Subject: draping vector polygons over topography
>
>
> G'day all
>
> This is probably an basic question, but what do I have to do to get some
vector
> polygons (defining a geological unit) to drape correctly over a DEM in #D
mode.
> When I try, the topography "cuts thru" the vector polygons in 3D views. I
though
> maybe I have to save the polygons as raster regions to get them to drape
> correctly, but when I use the "save as" option in the "tools" dialog box I
get
> an error saying "dataset header file for region output doesn't exist".
What does
> this mean? How do I convert a set of vector polygons intot raster regions?
>
> Thanks in advance
>
> Cheers
> Ken Hickey
>
> ------------------------------------------------------------------
> Dr Kenneth Hickey
> Mineral Deposit Research Unit (MDRU)
> Department of Earth and Ocean Sciences
> University of British Columbia
> 6339 Stores Rd, Vancouver, BC  V6T 1Z4, Canada
> phone +1-604-822-3765; Fax +1-604-822-6088
> email: [EMAIL PROTECTED]
>
> ..
>
>
>
> ----------------------------------------------------------------------
>
> Subject: RE: HDF Import Wizard
> Date: Tue, 15 Jan 2002 08:57:33 +0100
> From: "Dehls John" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> This is a multi-part message in MIME format.
>
> ------_=_NextPart_001_01C19D9A.4A26EFD2
> Content-Type: text/plain; charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> Hi Rob,
> =20
> Any chance of getting a beta version of this wizard? I've got about 100
AST=
> ER reflectivity images to import and rotate.
> =20
> John
>
> -----Original Message-----
> From: Rob Ashcroft [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 28, 2001 6:08 AM
> To: [EMAIL PROTECTED]
> Subject: HDF Import Wizard
>
>
> Hi all,
> =20
> Earth Resource Mapping have developed a multi-format HDF Import Wizard for
=
> ERMapper 6.2.
> =20
>
> Its features include:
> =20
> *    Import of the following products in batch or single file.
> =20
>     Aster:
>        Level1A, Level1B, Brightness Temperature, Emmisivity, Surface
Reflec=
> tance, Surface Kinetic Temperature,
>        Surface Radiance TIR, Surface Radiance VNIR/SWIR, DEM,
Decorrelation=
>  Stretch
> =20
>     Landsat 7 ETM+  (Level1R and 1G)
> =20
>     MODIS (Level1B) Level1A support to be added
> =20
>     EOSDIS Version 0
> =20
>     SPOT Vegetation
> =20
> =20
> *    Displays the contents of the file to allow the selection of (1 or
more=
> ) particular bands from the file.  All selected bands      must be of the
s=
> ame dimensions and celltype.
>                =20
> *    Outputs a .ers, a .ecw or both (single file and batch mode).
> =20
> *    Allows the specification of a null cell value.
> =20
> *    Can rotate the image to True North if required.
> =20
> This wizard will be available in the next release of ERMapper.
> =20
> =20
> Regards,
> Rob Ashcroft                          | [EMAIL PROTECTED]
> Software Developer                 | http://www.ermapper.com
> Product and Plugins Group      | http://www.earthetc.com
> Earth Resource Mapping         | Tel   +61 8 9388-2900
> Level 2, 87 Colin Street,          | Fax   +61 8 9388-2901
> West Perth, Western Australia
> Australia 6005
>
> =20
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [ mailto:[EMAIL PROTECTED]]On Behalf Of Adam Inglis
> > Sent: Tuesday, 27 November 2001 1:24 AM
> > To: [EMAIL PROTECTED]
> > Subject: Batch import of HDF L7 files?
> >=20
> >=20
> > Hi all,
> >=20
> > I have over 100 Landsat 7 images in HDF format, and I'm=20
> > looking for the most
> > efficient way to import them into ER Mapper.  I'm eventually=20
> > going to have
> > to geocode all of them images so I need to create 3 ERS files=20
> > for each image
> > (15m, 30m and 60m).  Is there a batch script out there that=20
> > will do this, or
> > should I be looking at modifying an existing script to get=20
> > this job done?
> >=20
> > ------------------------------------------------
> > Adam Inglis
> > Remote Sensing Specialist
> > Spatial Mapping Ltd.
> > 1655 Knight Ave.
> > Victoria, BC
> > V8P 1L4
> > Phone: (250) 519-0294
> > [EMAIL PROTECTED]
> > www.spatialmapping.com
> > ------------------------------------------------
> > -----------------------------------------------------------
> >=20
> > To make changes to your subscription, please visit our=20
> > website, http://www.ermapper.com/technicl/ermapperl/index.htm
> >=20
> >=20
>
>
>
>
>
> **********************************************************************
> Norges geologiske unders=F8kelse
> Geological Survey of Norway
> Email:  [EMAIL PROTECTED]
> http://www.ngu.no
> **********************************************************************
>
> ------_=_NextPart_001_01C19D9A.4A26EFD2
> Content-Type: text/html; charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html;
charset=3Diso-8859-=
> 1">
>
>
> <META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
> <STYLE></STYLE>
> </HEAD>
> <BODY bgColor=3D#ffffff>
> <DIV><SPAN class=3D507075607-15012002><FONT face=3DArial color=3D#0000ff
si=
> ze=3D2>Hi=20
> Rob,</FONT></SPAN></DIV>
> <DIV><SPAN class=3D507075607-15012002><FONT face=3DArial
color=3D#0000ff=20
> size=3D2></FONT></SPAN>&nbsp;</DIV>
> <DIV><SPAN class=3D507075607-15012002><FONT face=3DArial color=3D#0000ff
si=
> ze=3D2>Any=20
> chance of getting a beta version of this wizard? I've got about 100 ASTER=
> r
>  eflectivity images to import and rotate.</FONT></SPAN></DIV>
> <DIV><SPAN class=3D507075607-15012002><FONT face=3DArial
color=3D#0000ff=20
> size=3D2></FONT></SPAN>&nbsp;</DIV>
> <DIV><SPAN class=3D507075607-15012002><FONT face=3DArial
color=3D#0000ff=20
> size=3D2>John</FONT></SPAN></DIV>
> <BLOCKQUOTE dir=3Dltr style=3D"MARGIN-RIGHT: 0px">
>   <DIV class=3DOutlookMessageHeader dir=3Dltr align=3Dleft><FONT
face=3DTah=
> oma=20
>   size=3D2>-----Original Message-----<BR><B>From:</B> Rob Ashcroft=20
>   [mailto:[EMAIL PROTECTED]]<BR><B>Sent:</B> Wednesday,
November=
>  28,=20
>   2001 6:08 AM<BR><B>To:</B> [EMAIL PROTECTED]<BR><B>Subject:</B>
HDF=
>
>   Import Wizard<BR><BR></FONT></DIV>
>   <DIV><FONT face=3DArial size=3D2>Hi all,</FONT></DIV>
>   <DIV>&nbsp;</DIV>
>   <DIV><FONT face=3DArial size=3D2>Earth Resource Mapping have developed
a=
>
>   multi-format HDF Import Wizard for ERMapper 6.2.</FONT></DIV>
>   <DIV>&nbsp;</DIV>
>   <DIV><FONT face=3DArial size=3D2>
>   <DIV>Its features include:</DIV>
>   <DIV>&nbsp;</DIV>
>   <DIV><FONT face=3DArial size=3D2>*&nbsp;&nbsp;&nbsp; Import of the=20
>   following&nbsp;products in batch or single file.</FONT></DIV>
>   <DIV>&nbsp;</DIV>
>   <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; Aster:</FONT></DIV>
>   <DIV><FONT face=3DArial size=3D2>&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;
Level1A,=
>  Level1B,=20
>   Brightness Temperature, Emmisivity, Surface Reflectance, Surface
Kinetic=
>
>   Temperature,</FONT></DIV>
>   <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Surface
=
> Radiance=20
>   TIR, Surface Radiance VNIR/SWIR, DEM, Decorrelation Stretch</FONT></DIV>
>   <DIV>&nbsp;</DIV>
>   <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; Landsat 7 ETM+&nbsp;
=
> (Level1R=20
>   and 1G)</FONT></DIV>
>   <DIV>&nbsp;</DIV>
>   <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; MODIS (Level1B)
Level=
> 1A=20
>   support to be added</FONT></DIV>
>   <DIV>&nbsp;</DIV>
>   <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; EOSDIS Version
0</FON=
> T></DIV>
>   <DIV>&nbsp;</DIV>
>   <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; SPOT
Vegetation</FONT=
> ></DIV>
>   <DIV>&nbsp;</DIV>
>   <DIV>&nbsp;</DIV>
>   <DIV><FONT face=3DArial size=3D2>*&nbsp;&nbsp;&nbsp; Displays the
content=
> s of the=20
>   file to allow the selection of (1 or more) particular bands from the=20
>   file.&nbsp; All selected bands&nbsp; &nbsp;&nbsp;&nbsp; must be of the
sa=
> me=20
>   dimensions and celltype.</FONT></DIV>
>   <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;=20
>   &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; </FONT></DIV>
>   <DIV><FONT face=3DArial size=3D2>*&nbsp;&nbsp;&nbsp; Outputs a .ers, a
.e=
> cw or=20
>   both&nbsp;(single file&nbsp;and batch mode).</FONT></DIV>
>   <DIV>&nbsp;</DIV>
>   <DIV><FONT face=3DArial size=3D2>*&nbsp;&nbsp;&nbsp; Allows the
specifica=
> tion of a=20
>   null cell value.</FONT></DIV>
>   <DIV>&nbsp;</DIV>
>   <DIV><FONT face=3DArial size=3D2>*&nbsp;&nbsp;&nbsp; Can rotate the
image=
>  to True=20
>   North if required.</FONT></DIV>
>   <DIV>&nbsp;</DIV>
>   <DIV>This wizard will be available in the next release of
ERMapper.</DIV>
>   <DIV>&nbsp;</DIV>
>   <DIV>&nbsp;</DIV>
>   <DIV>Regards,</DIV>
>   <DIV>
>   <DIV><FONT face=3DArial size=3D2>Rob=20
>
Ashcroft&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
>
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
> bsp;&nbsp;=20
>   | <A=20
>
href=3D"mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]=
> </A><BR>Software=20
>
Developer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
> p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
>   | <A
href=3D"http://www.ermapper.com";>http://www.ermapper.com</A><BR>Prod=
> uct and=20
>   Plugins Group&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <A=20
>   href=3D"http://www.earthetc.com";>http://www.earthetc.com</A><BR>Earth
Res=
> ource=20
>   Mapping&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |
Tel&nbsp;&nbsp;=
>  +61=20
>   8 9388-2900<BR>Level 2, 87 Colin=20
>   Street,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |=20
>   Fax&nbsp;&nbsp; +61 8 9388-2901<BR>West Perth, Western
Australia<BR>Austr=
> alia=20
>   6005<BR></FONT></DIV></DIV>
>   <DIV></FONT>&nbsp;</DIV></DIV>
>   <DIV><FONT face=3DArial size=3D2>&gt; -----Original Message-----<BR>&gt;
=
> From: <A=20
>
href=3D"mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]=
> om</A><BR>&gt;=20
>   [<A=20
>
href=3D"mailto:[EMAIL PROTECTED]";>mailto:ermapper-l-owner@erm=
> apper.com</A>]On=20
>   Behalf Of Adam Inglis<BR>&gt; Sent: Tuesday, 27 November 2001 1:24
AM<BR>=
> &gt;=20
>   To: <A=20
>
href=3D"mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</A><BR>&g=
> t;=20
>   Subject: Batch import of HDF L7 files?<BR>&gt; <BR>&gt; <BR>&gt; Hi=20
>   all,<BR>&gt; <BR>&gt; I have over 100 Landsat 7 images in HDF format,
and=
>  I'm=20
>   <BR>&gt; looking for the most<BR>&gt; efficient way to import them into
E=
> R=20
>   Mapper.&nbsp; I'm eventually <BR>&gt; going to have<BR>&gt; to geocode
al=
> l of=20
>   them images so I need to create 3 ERS files <BR>&gt; for each
image<BR>&g=
> t;=20
>   (15m, 30m and 60m).&nbsp; Is there a batch script out there that
<BR>&gt;=
>  will=20
>   do this, or<BR>&gt; should I be looking at modifying an existing script
t=
> o get=20
>   <BR>&gt; this job done?<BR>&gt; <BR>&gt;=20
>   ------------------------------------------------<BR>&gt; Adam
Inglis<BR>&=
> gt;=20
>   Remote Sensing Specialist<BR>&gt; Spatial Mapping Ltd.<BR>&gt; 1655
Knigh=
> t=20
>   Ave.<BR>&gt; Victoria, BC<BR>&gt; V8P 1L4<BR>&gt; Phone: (250)=20
>   519-0294<BR>&gt; <A=20
>
href=3D"mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</A><BR>=
> &gt; <A=20
>
href=3D"http://www.spatialmapping.com";>www.spatialmapping.com</A><BR>&gt;=
>
>   ------------------------------------------------<BR>&gt;=20
>   -----------------------------------------------------------<BR>&gt;
<BR>&=
> gt;=20
>   To make changes to your subscription, please visit our <BR>&gt; website,
=
> <A=20
>
href=3D"http://www.ermapper.com/technicl/ermapperl/index.htm";>http://www.=
> ermapper.com/technicl/ermapperl/index.htm</A><BR>&gt;=20
>   <BR>&gt; <BR><BR></FONT></DIV></BLOCKQUOTE><CODE><FONT SIZE=3D3><BR>
> <BR>
> **********************************************************************<BR>
> Norges geologiske unders=F8kelse<BR>
> Geological Survey of Norway<BR>
> Email:  [EMAIL PROTECTED]<BR>
> http://www.ngu.no<BR>
> **********************************************************************<BR>
> </FONT></CODE></BODY></HTML>
>
> ------_=_NextPart_001_01C19D9A.4A26EFD2--
> ----------------------------------------------------------
> To stop receiving the daily digest, send email to [EMAIL PROTECTED]
with the command
>      set mode standard ermapper-l
> in the body.

-----------------------------------------------------------

To make changes to your subscription, please visit our website, 
http://www.ermapper.com/technicl/ermapperl/index.htm

Reply via email to