Fantasy-Map-Generator/modules
Ilia Pushkin fa0035639a Minimum and maximum temperature today, instead of the average temperature for the year
I'm bad at writing in English. Please excuse me for this.
It seems illogical to me the parameter of the average temperature for the year in the burg.
Therefore, I found a database of meteorological measurements at https://ru.climate-data.org/
And I analyzed it. With the help of a neural network. I approximately established the dependence of Dy[X] and Dd[X], Md[X] = f(t,p).
Dy[X] - how much the temperature in winter differs from the temperature in summer
Md[X] - how much the temperature during the day differs from the temperature at night, on average per year
Dd[X] - how much the temperature difference between day and night is not constant in winter and summer
t - average temperature for the year
p - average rainfall for the year
Now for each city the temperature is displayed during the day and at night for today. Based on t and p.
Perhaps you need to create a world clock or calendar.
Thanks for the project and attention!
2022-01-25 12:54:41 +03:00
..
ui Minimum and maximum temperature today, instead of the average temperature for the year 2022-01-25 12:54:41 +03:00
burgs-and-states.js allow more states via number input 2022-01-16 19:37:16 +03:00
cloud.js show console.log in debug mode only 2021-09-09 10:00:53 +03:00
coa-generator.js 17 new charges 2021-11-25 23:13:58 +03:00
coa-renderer.js 17 new charges 2021-11-25 23:13:58 +03:00
cultures-generator.js minmax util function 2021-10-10 17:59:27 +03:00
export.js add details to rivers json export 2021-12-29 23:23:27 +03:00
fonts.js Fonts refactoring and Add Font dialog (#660) 2021-09-09 00:12:45 +03:00
heightmap-generator.js hightmap edit - fix mod function 2021-08-31 23:52:08 +03:00
heightmap-templates.js fix atoll heightmap template 2021-08-07 18:37:44 +03:00
lakes.js replace old iife by a simpler ones 2021-08-04 23:49:02 +03:00
load.js normalize prec, flux and river width 2021-12-30 18:49:36 +03:00
markers-generator.js ensure marker id is unique 2021-12-29 22:11:45 +03:00
military-generator.js military - fix rural fleet 2021-11-10 23:57:27 +03:00
names-generator.js fix Basque base 2021-11-22 10:09:15 +03:00
ocean-layers.js replace old iife by a simpler ones 2021-08-04 23:49:02 +03:00
relief-icons.js minmax util function 2021-10-10 17:59:27 +03:00
religions-generator.js fix syntax 2022-01-10 16:54:26 +03:00
river-generator.js normalize prec, flux and river width 2021-12-30 18:49:36 +03:00
routes-generator.js replace old iife by a simpler ones 2021-08-04 23:49:02 +03:00
save.js urbanDensity - save/load 2021-10-17 12:01:38 +03:00
voronoi.js Fix: flux calculation from area-propotional value instead of normal value. (#654) 2021-08-15 12:43:20 +03:00