firelab / windninja-mobile

Mobile application for WindNinja
0 stars 0 forks source link

Raster max speed error. #159

Closed JoseluDAM2000 closed 5 years ago

JoseluDAM2000 commented 5 years ago

In this simulation, the max speed from the raster was 79. Thats correct? Are milles per hour?

http://windninja2.wfmrda.com/api/job/c5c29066-33ce-4e7e-bd53-83fe52bae01c

fspataro-zz commented 5 years ago

the max speed values are inclusive of the weather data as well as the simulation data if the product weather:true. The mobile app display both the simulation arrows and the weather so this value was provided to account for both. If you're not using the weather data then set that value to false and the max values should be limited to just the simulation data. If you're using both. you'll need to calculate the individual values manually.

fspataro-zz commented 5 years ago

sorry, the max speed for each sub dataset is also provided. It does look like the max of 79 mph is from the simulation result. You can find it in this file:

http://windninja2.wfmrda.com/output/c5c2906633ce4e7ebd5383fe52bae01c/20190319T0500.json

We'd need to one of the windninja devs to take a look at that specifically to see if there was something wrong but "job system" is correctly summarizing the results.

fspataro-zz commented 5 years ago

Do we need to research this more or can we close it?

JoseluDAM2000 commented 5 years ago

For my part, everything is correct. If the server already calculates these values ​​correctly, the issue can be closed without problems.

fspataro-zz commented 5 years ago

Thanks @JoseluDAM2000

I'll close it for now.