ISDASOIL & Google Earth Engine Phosphorus Extraction Modelling Tutorial

Поділитися
Вставка
  • Опубліковано 26 гру 2024

КОМЕНТАРІ • 3

  • @Ramilacookware
    @Ramilacookware 2 місяці тому

    A question? For example for ph soil 0 to 200 , i got range 60 to 80 , how to Normalize for range 0 to 14 ? ❤

    • @techhive.2023
      @techhive.2023  2 місяці тому

      To normalize values from a 60-80 range to a 0-14 range, follow these steps:
      Subtract the minimum of the original range (60) from each value to adjust the starting point to zero.
      Divide by the range width (difference between 80 and 60) to scale values to a 0-1 range.
      Multiply by the new range (0-14) to convert values into this target range.

    • @Ramilacookware
      @Ramilacookware 2 місяці тому

      @@techhive.2023 so complex , I prefer to divide scale 10 , 89 > pH 8.9 is it correct?