refactor: grid generation

This commit is contained in:
Azgaar 2022-07-11 01:38:55 +03:00
parent d18636eb8f
commit e59b536e83
15 changed files with 157 additions and 105 deletions

View file

@ -125,10 +125,8 @@ window.Submap = (function () {
OceanLayers(grid);
calculateMapCoordinates();
// calculateTemperatures();
// generatePrecipitation();
stage("Cell cleanup.");
reGraph();
reGraph(grid);
// remove misclassified cells
stage("Define coastline.");