[Acoustics] RE: Acoustics Digest, Vol 17, Issue 2

Bergeron,Paul-Emile [CIS-WSB] Paul-Emile.Bergeron at ec.gc.ca
Wed Dec 8 17:59:49 CST 2004


We have an application that we develop but only work in metric unit from WinRiver ASCII output. Look at the attach document to how the software reformat and convert the data.

Paul-Émile Bergeron
Monitoring System Technologist
Environment Canada
Monitoring Survey Branch              
Water Survey of Canada
131 Gréber Boulevard
Gatineau, Québec
J8T 3R1
 
Email: paul-emile.bergeron at ec.gc.ca
Tel : (819) 997-1398
Fax : (819) 953-2387
Cell : (613) 852-8158
 

-----Original Message-----
From: acoustics-bounces at simon.er.usgs.gov [mailto:acoustics-bounces at simon.er.usgs.gov] On Behalf Of acoustics-request at simon.er.usgs.gov
Sent: December 2, 2004 1:07 PM
To: acoustics at simon.er.usgs.gov
Subject: Acoustics Digest, Vol 17, Issue 2

Send Acoustics mailing list submissions to
	acoustics at simon.er.usgs.gov

To subscribe or unsubscribe via the World Wide Web, visit
	http://simon.er.usgs.gov/mailman/listinfo/acoustics
or, via email, send a message with subject or body 'help' to
	acoustics-request at simon.er.usgs.gov

You can reach the person managing the list at
	acoustics-owner at simon.er.usgs.gov

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Acoustics digest..."


Today's Topics:

   1. ADCP velocity data processing and countour plots (Jonathon Mann)
   2. RE: ADCP velocity data processing and countour plots
      (Koschik, John A LRE)
   3. RE: ADCP velocity data processing and countour plots
      (Smith, Brennan T.)
   4. Measurement of the actual beam pattern of a Nortek 2DNDP
      (Oosterhoff, R.T. (MIA-RIKZ))
   5. Bathymetry/Flow Mapping Program (James B DeRose)
   6. Re: Bathymetry/Flow Mapping Program (Tracy Vermeyen)


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

Message: 1
Date: Wed, 01 Dec 2004 12:59:48 -0800
From: "Jonathon Mann" <Jonathon.Mann at noaa.gov>
Subject: [Acoustics] ADCP velocity data processing and countour plots
To: acoustics at simon.er.usgs.gov
Message-ID: <41AE30C4.1080206 at noaa.gov>
Content-Type: text/plain; charset=us-ascii; format=flowed

Hello,

I am using velocity data from a broadband ADCP to quantify flow fields 
and velocity distributions in a river. I am looking for resources that 
will enable me to more easily produce contour plots of equal velocity 
lines. Transferring data from WinRiver and WinADCP still requires a lot 
of data manipulation before producing XYZ formatted data needed for 
contour plotting. And doing this for many transects can be labor 
intensive. Is anyone on the list also doing this type of work and 
willing to provide some insight on their methods?

Thanks,
Jonathon Mann, P.E.
Hydraulic Engineer
NOAA Fisheries
Santa Rosa, CA


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

Message: 2
Date: Wed, 1 Dec 2004 13:20:42 -0800 
From: "Koschik, John A LRE" <John.A.Koschik at lre02.usace.army.mil>
Subject: RE: [Acoustics] ADCP velocity data processing and countour
	plots
To: 'Jonathon Mann' <Jonathon.Mann at noaa.gov>,
	acoustics at simon.er.usgs.gov
Message-ID:
	<E94826D5A8272E45B2BAE0A1DB9BED5E0626D8EC at lremail01.lre.usace.army.mil>
	
Content-Type: text/plain; charset="us-ascii"

Skipped content of type multipart/alternative-------------- next part --------------
199607091101  SCR214   12  ift  13627055.1    448216.9    -.76    -.88    1.16  220.8      0   0        0   21.79   24.09  MI2113NAD1983  1.002   14.02
199607091101  SCR214   12  ift  13627059.3    448221.5    -.70   -1.04    1.25  213.8     85  79       85   21.79   24.01  MI2113NAD1983  1.002   14.02
199607091101  SCR214   12  ift  13627070.1    448230.3    -.68    -.95    1.17  215.5    262  79      347   22.61   25.07  MI2113NAD1983  1.002   14.02
199607091101  SCR214   12  ift  13627087.3    448239.4    -.63   -1.15    1.31  208.9    568  80      915   24.25   27.14  MI2113NAD1983  1.002   14.02
199607091102  SCR214   12  ift  13627110.6    448248.9    -.71   -1.54    1.70  204.8   1008  82     1923   26.71   29.28  MI2113NAD1983  1.002   14.02

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

Message: 3
Date: Wed, 1 Dec 2004 17:08:40 -0500
From: "Smith, Brennan T." <btsmith at tva.gov>
Subject: RE: [Acoustics] ADCP velocity data processing and countour
	plots
To: "Jonathon Mann" <Jonathon.Mann at noaa.gov>,
	<acoustics at simon.er.usgs.gov>
Message-ID:
	<1038464F2558874A819882D603D3019B0366DCB6 at tvaknxxch2.knx.tva.gov>
Content-Type: text/plain;	charset="us-ascii"

Our procedure for doing what you describe goes something this:

1.  Process the binary data files in WinRiver with appropriate settings
to produce an ASCII-Out files
2.  Parse the ASCII-Out files with Perl scripts that:
(a) Transform (lat,lon) to plane coordinates (UTM, State Plane, or local
oblique Mercator)
(b) Extract the bottom track displacements as alternative horizontal
positioning for each ensemble
(c) Output the water track ensembles in a structured 2D "IJ-ordered"
data set with the variables of interest (Evel, Nvel, UpVel, ErrVel,
dB[1-4], Corr[1-4], ...), ensuring that data below the bottom is marked
as such.  The ADCP transect files already have an inherent 2D structure
where I=#of bins and J=# of ensembles.  If your contouring software can
handle blanking of regions based on input values or based on an
auxiliary field of data (i.e. the mark bad below bottom field), then no
additional gridding or triangulation is required.  Of course, your track
has to be reasonably linear for this to be physically meaningful.
(d) Output the bottom track readings as a 1D "I-ordered " data set so
that you have a bottom boundary that corresponds to your water track
data
3.  Import the water track structured data sets into your software and
contour based on cell average values or nodes.  We use a commercial
fluid dynamics visualization package for this (E-mail if you want
specifics) but the freely available 'grdcontour' and 'grdimage' tools
(part of the Generic Mapping Tools http://gmt.soest.hawaii.edu/) also do
a very good job with this.
4. Import the bottom track data set and plot as poly line or discrete
points to represent the bottom below the water track data.

E-mail if you would like to discuss further or get scripts to use as a
starting point.  What I have is not very user-friendly, but it is
automated.  Hope this helps.

Brennan T. Smith, Ph.D., P.E.
Tennessee Valley Authority
River Operations
400 W. Summit Hill, WT 10D-K
Knoxville, Tennessee  37902
865-632-3875 Voice
865-632-4255 Fax
btsmith at tva.gov
 
  

-----Original Message-----
From: acoustics-bounces at simon.er.usgs.gov
[mailto:acoustics-bounces at simon.er.usgs.gov] On Behalf Of Jonathon Mann
Sent: Wednesday, December 01, 2004 4:00 PM
To: acoustics at simon.er.usgs.gov
Subject: [Acoustics] ADCP velocity data processing and countour plots


Hello,

I am using velocity data from a broadband ADCP to quantify flow fields 
and velocity distributions in a river. I am looking for resources that 
will enable me to more easily produce contour plots of equal velocity 
lines. Transferring data from WinRiver and WinADCP still requires a lot 
of data manipulation before producing XYZ formatted data needed for 
contour plotting. And doing this for many transects can be labor 
intensive. Is anyone on the list also doing this type of work and 
willing to provide some insight on their methods?

Thanks,
Jonathon Mann, P.E.
Hydraulic Engineer
NOAA Fisheries
Santa Rosa, CA

_______________________________________________
Acoustics mailing list
Acoustics at simon.er.usgs.gov
http://simon.er.usgs.gov/mailman/listinfo/acoustics

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

Message: 4
Date: Thu, 2 Dec 2004 09:38:24 +0100
From: "Oosterhoff, R.T. (MIA-RIKZ)"
	<R.T.Oosterhoff at rikz.rws.minvenw.nl>
Subject: [Acoustics] Measurement of the actual beam pattern of a
	Nortek 2DNDP
To: "'acoustics at simon.er.usgs.gov'" <acoustics at simon.er.usgs.gov>
Message-ID:
	<213330320FFF6F48BAD0B0E2AC661C1D0A512B at kzdsmex.rikz.rws.minvenw	.nl>
Content-Type: text/plain; charset="iso-8859-1"

Hello All,
This year we deployed a Nortek 2DNDP in the river Meuse (Holland, Europe).
This is a river of approximately 130 m wide and 5 m of depth. Before the
deployment we have measured the actual beam pattern of one of the
transducers. With a hydrophone the amplitude was measured in a range from
-90º to +90º. All was done in an anechoic basin at the TNO FEL facilities
(The Hague). In case problems will occur with side lobe interference we will
be able to verify this with the data. If anyone has performed a similar
study, please let us know so we can share knowledge. Furthermore, if anyone
is interested in the data, the data and the report are available, though the
report is written in Dutch. 

With regards from Holland,

Rijk Oosterhoff
Consultant & project manager
National Inst. for Coastal and Marine Management
P.O. Box 20907
2500 EX Den Haag  
Netherlands
Tel. +31703114610



Disclaimer
************************************************************************
Aan dit bericht kunnen geen rechten worden ontleend. Dit bericht is
uitsluitend bestemd voor de geadresseerde. Als u dit bericht per abuis
hebt ontvangen, wordt u verzocht het te vernietigen en de afzender te 
informeren. Wij adviseren u om bij twijfel over de juistheid of de 
volledigheid van de mail contact met afzender op te nemen.

This message shall not constitute any rights or obligations.
This message is intended solely for the addressee.
If you have received this message in error, please delete it and
notify the sender immediately. When in doubt whether this message
is correct or complete, please contact the sender.
************************************************************************


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://simon.er.usgs.gov/pipermail/acoustics/attachments/20041202/3329174e/attachment-0001.html

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

Message: 5
Date: Thu, 2 Dec 2004 08:59:42 -0800
From: "James B DeRose" <jbderose at usgs.gov>
Subject: [Acoustics] Bathymetry/Flow Mapping Program
To: acoustics at simon.er.usgs.gov
Message-ID:
	<OF75DA07C8.D0BED406-ON88256F5E.005C9830-88256F5E.005D5025 at wr.usgs.gov>
	
Content-Type: text/plain; charset="us-ascii"

We have a guy here in our office who is developing a program that does 
real time bathymetry/flow mapping (flow not completely implemented yet). I 
have personally used the program and am pretty impressed with it.  Please 
let me know if you are interested.  I would very much like to see I there 
is some way  I could get him some program development funding if enough 
people are interested.

Thanks,

JB

James B. DeRose
Electronic Technician 
US Geological Survey
Placer Hall 6000 J Street
Sacramento, CA 95189
Ph (916) 278-3056
Cel (916) 826-4518
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://simon.er.usgs.gov/pipermail/acoustics/attachments/20041202/314e285e/attachment-0001.html

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

Message: 6
Date: Thu, 02 Dec 2004 10:39:29 -0700
From: "Tracy Vermeyen" <TVERMEYEN at do.usbr.gov>
Subject: Re: [Acoustics] Bathymetry/Flow Mapping Program
To: <acoustics at simon.er.usgs.gov>,<jbderose at usgs.gov>
Message-ID: <s1aef0f1.096 at ibr8gateway.do.usbr.gov>
Content-Type: text/plain; charset="us-ascii"

Hi James,

I have a keen interest in this type of software for hydrographic
surveying applications.  I think I know of the package you are referring
to and I would encourage you to continue with the development and
eventually distribution.

Best Regards,



Tracy B. Vermeyen, P.E.                           
Hydraulic Engineer                      
U.S. Bureau of Reclamation                        
Water Resources Research Laboratory    
P.O. Box 25007, D-8560
Denver, Colorado  80225-0007

Phone:  303-445-2154
FAX :     720-544-0551 
Cell:       303-870-9178
e-mail: tvermeyen at do.usbr.gov 
http://www.usbr.gov/pmts/hydraulics_lab/tvermeyen/index.html

>>> "James B DeRose" <jbderose at usgs.gov> 12/02/04 09:59AM >>>
We have a guy here in our office who is developing a program that does

real time bathymetry/flow mapping (flow not completely implemented
yet). I 
have personally used the program and am pretty impressed with it. 
Please 
let me know if you are interested.  I would very much like to see I
there 
is some way  I could get him some program development funding if enough

people are interested.

Thanks,

JB

James B. DeRose
Electronic Technician 
US Geological Survey
Placer Hall 6000 J Street
Sacramento, CA 95189
Ph (916) 278-3056
Cel (916) 826-4518
-------------- next part --------------
BEGIN:VCARD
VERSION:2.1
X-GWTYPE:USER
FN:Vermeyen, Tracy
TEL;WORK:303-445-2154
ORG:;D-8560, Bldg 56, Rm 1300
TEL;PREF;FAX:720-544-0551, 303-445-6324
EMAIL;WORK;PREF;NGW:TVERMEYEN at do.usbr.gov
N:Vermeyen;Tracy
TITLE:Hydraulic Engineer
ADR;DOM;WORK;PARCEL;POSTAL:;Bldg 56, Rm 1300
LABEL;DOM;WORK;PARCEL;POSTAL;ENCODING=QUOTED-PRINTABLE:Vermeyen, Tracy=0A=
Bldg 56, Rm 1300
END:VCARD


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

_______________________________________________
Acoustics mailing list
Acoustics at simon.er.usgs.gov
http://simon.er.usgs.gov/mailman/listinfo/acoustics


End of Acoustics Digest, Vol 17, Issue 2
****************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://simon.er.usgs.gov/pipermail/acoustics/attachments/20041208/fbe4298b/Square_Grid_Software_-_User_Manual-0001.htm


More information about the Acoustics mailing list