Universite-Gustave-Eiffel / NoiseModelling

A open-source model to compute noise maps.
https://noisemodelling.readthedocs.io
GNU General Public License v3.0
150 stars 77 forks source link

MAVEN WPS and GUI #661

Open SamuelMarsault opened 2 months ago

SamuelMarsault commented 2 months ago

Is your feature request related to a problem? Please describe.

In order to add a feature allowing the creation of noise maps using GeoClimate, I would need the other WPS blocks so as not to "rewrite" them. I have found how to integrate all the main functionalities except the WPS blocks.

Is the project to create an artifact for the WPS blocks to be used in our features/projects still ongoing/soon to be available?

Furthermore, how can I launch the graphical interface from a project that does not directly use NoiseModelling?

Thank you very much for any answers you can provide.

pierromond commented 2 months ago

Hi Samuel,

Do you want to use NM in geoclimate framework or to use geoclimate import in NM framework ? not clear for me.

ebocher commented 2 months ago

@SamuelMarsault

You don't need to use WPS to interface geoclimate and noisemodelling. A groovy script that calls the right noisemodelling java classes will be enough. Look at the document I sent you today, which contains an example of a script.

gpetit commented 2 months ago

Hi guys, Nice to see this ongoing work. If I understand well, you want to use NM through GeoClimate ?! For me it's a bit weird. In term of usage, it should be the opposite : In NM, to be able to call GeoClimate in order to download and format data (from OSM or other) ... and maybe in the future use some calculted indicators to feed acoustics scripts

ebocher commented 2 months ago

Hi @gpetit

True ;-)

The idea is to run NoiseModelling with GeoClimate input.

SamuelMarsault commented 2 months ago

Hi Samuel,

Do you want to use NM in geoclimate framework or to use geoclimate import in NM framework ? not clear for me.

I want use geoclimat import in NM framework.