Skip to Content.

mget-help - RE: [mget-help] REG:FRONTS

Please Wait...

Subject: Marine Geospatial Ecology Tools (MGET) help

Text archives


From: "Jason Roberts" <>
To: "'Jemima U'" <>
Cc: <>
Subject: RE: [mget-help] REG:FRONTS
Date: Fri, 13 Aug 2010 17:22:19 -0400

Dear Jemima,

 

Yes, it is possible to use MGET to detect fronts without having ArcGIS. In order to do it, you will have to write some code in Python or another programming language that can call MGET functions.

 

First, you will need to install these things:

 

·         Python 2.5 for 32-bit Microsoft Windows (any version of Python 2.5 will work; I suggest the latest released for Windows, 2.5.4).

·         pywin32 for Python 2.5 (use the latest version)

·         numpy for Python 2.5 (use any version up to 1.4.1)

·         MGET for Python 2.5 (use the latest version)

 

Then you will have to write a program that calls one of MGET’s functions to find fronts. You have two options:

 

·         DetectEdgesInSingleImage – use this function to find fronts in a numpy array. numpy is the most popular Python package for working with array data. You will have to use MGET, numpy, or other packages such as GDAL to read the remote sensing images from files produced by SeaDAS (or whatever) and then call this MGET function.

 

·         DetectEdgesInBinaryRaster – use this function to find fronts in a binary file. In this scenario, you would use SeaDAS, MGET, or other utilities to save the remote sensing images as plain binary files, and then call this MGET function to read the file and find the fronts. The output is also in the form of binary files, which you would have to read and display using other software.

 

There are some general examples on calling MGET functions here.

 

I am going on vacation and will be unable to respond to email from August 14-29. If you have further questions, I will reply as soon as I can after I return.

 

Best regards,

 

Jason

 

From: Jemima U [mailto:]
Sent: Friday, August 13, 2010 6:27 AM
To:
Subject: [mget-help] REG:FRONTS

 

sir/madam

 

I want to detect fronts from chlorophyll and SST satellite images. I came across the following site.I have no ARCGIS can i install MGET tool on windows?i have IDL,seaDAS.My aim is to detect fronts automatically is this MGET licensed r nt? http://code.env.duke.edu/projects/mget#ASimpleExample

Plz give me the details regarding this.

 

Regards

 

Jemima

SRF

INCOIS

Hyderabad

 

Archives powered by MHonArc.
Top of Page