leiran / aermodpy

Python processing for the AERMOD dispersion modeling system
GNU General Public License v2.0
12 stars 3 forks source link

AermodPy #1

Open vwarger opened 6 years ago

vwarger commented 6 years ago

Hi, I've been looking for a way to use Matplotlib to reproduce the contours that commercial AERMOD software products provide. Can AermodPy do this? If not, can you please point me in the right direction? I'm relatively new to these types of tasks. Thanks.

fega commented 6 years ago

Hello, Im not the owner of this package, but usually commercial AERMOD products start wrapping the original Fortran executables and build GUIs from them.

I really don't think that this repo have any kind of gui (I don't see) just a graph

leiran commented 6 years ago

I'm the owner. aermodpy does provide users with a method to produce contour plots using matplotlib, in a manner similar to those generated with commercially available products. (I can't say whether it can exactly reproduce what's shown in commercial products because they have opaque graphic algorithms.) The process in aermodpy is iterative using a script file, rather than the clean gui interface that you might have in a commercial product.

vwarger commented 6 years ago

Thanks! That's what I'm looking for.