Page 60 of 61 FirstFirst ... 1050565758596061 LastLast
Results 591 to 600 of 608

Thread: The Köppen–Geiger climate classification made simpler (I hope so)

  1. #591
    Guild Adept acrosome's Avatar
    Join Date
    Dec 2013
    Location
    35.2, -106.5
    Posts
    289

    Default

    Ah, as I had thought. Though it does seem odd to have a stark border between a precip 5 area and a precip 0 one...

    Thanks.

  2. #592

    Default

    So I've started to look at using Azure's script for the holdridge biomes, and I'm wondering if there's an issue with it coloring in oceans correctly- for the below picture, oceans are colored as (107, 165, 210) while in the output file I passed it should have oceans as (155, 205, 230). Below are the command line, resulting map, and actualOutputProfile - what's interesting is that everything else besides the oceans used the correct color.

    Function call:
    > py ./skcc.py --tempns="suru jul temp.png" --tempnw="suru jan temp.png" --precns="suru jul prec.png" --precnw="suru jan prec.png" --tempprof="actualTempProfile" --precprof="actualPrecProfile" --outprof="actualOutputProfile" --outfile="suruClimateAzure.png"

    Output Profile (Pasted as a text file, I have a file on my computer without the .txt so it ran well):
    actualOutputProfile.txt

    Result:
    Click image for larger version. 

Name:	suruClimateAzure.png 
Views:	99 
Size:	775.6 KB 
ID:	127644

    I also ran it using the holdridge mode, and same issue: everything but the oceans conformed to the output profile.

    Function call:
    >py ./skcc.py --tempns="suru jul temp.png" --tempnw="suru jan temp.png" --precns="suru jul prec.png" --precnw="suru jan prec.png" --tempprof="actualTempProfile" --precprof="actualPrecProfile" --mode=holdridge --outprof="actualHoldridgeOutputProfile" --outfile="suruBiomeAzure.png"

    Output Profile:
    actualOutputProfile.txt

    Result:
    Click image for larger version. 

Name:	suruBiomeAzure.png 
Views:	94 
Size:	766.6 KB 
ID:	127646

    Once Charerg's climate script runs on my (actual scale) map, I'll plan on posting both outputs to see how they compare in case someone finds it useful/interesting.
    Last edited by Coggleton; 01-05-2021 at 12:13 PM.

  3. #593

    Default

    You are correct, thanks for pointing that out! When I backported improved and reorganized I/O file handling code from my temperature project I overlooked the fact that I'd changed a few keywords. I've updated the output profile loading code to properly recognize the 'Ocean' keyword (it had been replaced with 'Ignored').

  4. #594

    Default

    Glad I could help point that out! And as promised, here are the results for those interested(both scripts had the same color profile and map inputs; the only thing changed was the ocean color to help make some zones more visually distinct, as well as the legends being added):

    Charerg's Climate Script:
    Click image for larger version. 

Name:	charergClimateResult.png 
Views:	105 
Size:	295.1 KB 
ID:	127654

    Azure's Climate Script:
    Click image for larger version. 

Name:	azureClimateResult.png 
Views:	106 
Size:	294.8 KB 
ID:	127655

    Azure's Biome Script:
    Click image for larger version. 

Name:	azureBiomeResult.png 
Views:	126 
Size:	673.9 KB 
ID:	127656

    It seems like Charerg's script tends to result in drier climates being preferred over others, such as in a couple of areas where As and BSh border each other (and a rare sighting of Dwa in Azure's output as a side note). Though a question for Azure: how much does your script differ procedurally from mbartelsm's biome guide? If not at all, then because mbartelsm's relies on the temperature/precipitation maps and only uses the climate maps to adjust tropical forests I would expect this to have minimal impact on biome placement.

  5. #595

    Default

    So I don't know how the color categories in mbartelsm's guide work out in comparison since my script just crunches raw numbers under the hood (that way if you have input data with more/fewer/different category values you can use it as an input still via a custom color profile), but basically it takes the same temperature/precipitation input data, uses the temperature input to approximate a biotemperature by averaging the summer and winter temperatures interpolated across points on a hardcoded sine wave, and then uses the biotemperature approximation and the precipitation input to index into the Holdridge biome grid/triangle. Warm temperate and subtropical are arbitrarily split at a biotemperature of 17 degrees C. The default Holdridge output profile follows mbartelsm's output colors but you could give each individual biome hex in the triangle a distinct color if you wanted with a custom profile. The script doesn't do anything at all with the climate map for biomes (indeed it doesn't have any way to take one as an input; and it doesn't compute the Köppen category internally when doing biome classification either).

    In terms of output differences on the biome end, they'd most likely be a result of the biotemperature approximation step.

    With respect to Charerg's script and arid regions, we might be using slightly different calculations to determine the aridity threshold/evapotranspiration term (I think we had some discussion in the thread about that a while back). I think I preferred the notion of a continuous model but for whatever reason I left my script doing the piecewise version.

  6. #596
    Guild Artisan Charerg's Avatar
    Join Date
    Feb 2015
    Location
    Finland
    Posts
    525

    Default

    As Azure points out, the most recent iteration of my Gimp script uses a gradual aridity threshold, which causes a slight difference regarding which areas are considered arid, when compared to the traditional Köppen formula for determining the aridity threshold.

  7. #597
    Guild Adept acrosome's Avatar
    Join Date
    Dec 2013
    Location
    35.2, -106.5
    Posts
    289

    Default

    Where can I find AzureWings' biome script?

  8. #598

    Default

    It's the same script as my climate one, just add "--mode=holdridge" to the command-line invocation (and there are different valid categories for custom output profiles if you want to use those).

    If you meant the script in general, you can download it from Github at the link Azélor put in the first post of the thread.
    Last edited by AzureWings; 01-09-2021 at 05:45 PM.

  9. #599
    Guild Adept acrosome's Avatar
    Join Date
    Dec 2013
    Location
    35.2, -106.5
    Posts
    289

    Default

    Awesome, thanks. I guess I have to download the new version. Mine is quite old.

    And while I'm at it, I'm sure that you have heard it before, but thank you for this excellent tool.
    Last edited by acrosome; 03-06-2021 at 04:56 PM.

  10. #600
    Guild Adept acrosome's Avatar
    Join Date
    Dec 2013
    Location
    35.2, -106.5
    Posts
    289

    Default

    EDIT-- FYI, I'm going to post this separately, now, since no one seems to be answering. I guess you guys have developed lives outside of the guild or something...

    Howdy. I'm looking for advice on how to handle the rainshadows of large mountain ranges.

    Click image for larger version. 

Name:	Topo.png 
Views:	99 
Size:	3.06 MB 
ID:	128725

    Click image for larger version. 

Name:	JanPrecip.png 
Views:	45 
Size:	757.6 KB 
ID:	128724

    Click image for larger version. 

Name:	JulPrecip.png 
Views:	43 
Size:	689.0 KB 
ID:	128722

    The issue tends to be the huge ranges on Ishtar and the shield volcanoes on Atlu. Does this look right? Bear in mind that much of eastern Ishtar is pretty dry to begin with. Any pointers about any other problems you see with these is welcome, too, of course. I'm much worse at precipitation than I am with temperature maps. And regarding that, just in case you are interested:

    Click image for larger version. 

Name:	JanTemp.png 
Views:	36 
Size:	822.7 KB 
ID:	128726

    Click image for larger version. 

Name:	JulTemp.png 
Views:	59 
Size:	819.5 KB 
ID:	128727

    And here is the climate output:

    Click image for larger version. 

Name:	koppen.png 
Views:	85 
Size:	695.0 KB 
ID:	128777

    Click image for larger version. 

Name:	holdridge.png 
Views:	42 
Size:	652.1 KB 
ID:	128778
    Last edited by acrosome; 03-08-2021 at 08:51 PM.

Page 60 of 61 FirstFirst ... 1050565758596061 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •