FLO-2DSoftware / qgis-flo-2d-plugin

A plugin for pre-processing/post-processing FLO-2D models
8 stars 8 forks source link

FLO-2D API #1586

Open FLO-2DKaren opened 4 weeks ago

FLO-2DKaren commented 4 weeks ago

I'm at the AFMA conference and was requested this idea from Wilson Co. To have FLO-2D Plugin work as an API. It's an interesting thought. If you set up a map with specific data layers, the api could be called and the processing would be done in one step.

One other thought is if you have a dataset, you can run a processor code that schematizes all layers so you don't have to run specific processors one by one.

Domain Grid N value Elevation rain and infiltration

These sort of 2D things can be easily processed in one step.

rpachaly commented 3 weeks ago

Hmmm, I didn't get the idea of an API. We can discuss this next week.

I code that schematizes everything is nice. The opposite is also true, one button to clear all schema data.

FLO-2DKaren commented 3 weeks ago

I assume an api might be something like a processor that just sees files and then runs the various build a grid, assign elevation, calculate infiltration for different polygons on a multiple domain. That's the only thing I can think would make it worth while.