<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Standardized Precipitation Index (SPI) equation using ArcGIS in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/standardized-precipitation-index-spi-equation/m-p/544073#M42412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the suggestion Dan, I also found this from &lt;A class="link-titled" href="https://github.com/bkomaki/pydrought" title="https://github.com/bkomaki/pydrought"&gt;GitHub - bkomaki/pydrought: Standardized Precipitation Index (SPI) in Python&lt;/A&gt;&amp;nbsp;and looks&amp;nbsp;promising. The input is CSV, we'll see if I can find an example on how to modify the script to be able read raster as input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Dec 2019 14:18:29 GMT</pubDate>
    <dc:creator>BennyIstanto</dc:creator>
    <dc:date>2019-12-05T14:18:29Z</dc:date>
    <item>
      <title>Standardized Precipitation Index (SPI) equation using ArcGIS</title>
      <link>https://community.esri.com/t5/python-questions/standardized-precipitation-index-spi-equation/m-p/544069#M42408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I usually calculate monthly or 3-monthly Standardized Precipitation Index (SPI) using spreadsheet, based on daily rainfall from weather station. Attached is the spreadsheet example.&lt;/P&gt;&lt;P&gt;And now I would like to use satellite precipitation estimate (raster data) to calculate the SPI. The problem is in the spreadsheet I use some function like: FREQUENCY, GAMA.DIST, NORMSINV.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question, is there any similar above function in ArcGIS? If not, I am open to any suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2019 10:54:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/standardized-precipitation-index-spi-equation/m-p/544069#M42408</guid>
      <dc:creator>BennyIstanto</dc:creator>
      <dc:date>2019-12-05T10:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Standardized Precipitation Index (SPI) equation using ArcGIS</title>
      <link>https://community.esri.com/t5/python-questions/standardized-precipitation-index-spi-equation/m-p/544070#M42409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;scipy has some if not all&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.scipy.org/doc/scipy-0.7.x/reference/generated/scipy.stats.invnorm.html" title="https://docs.scipy.org/doc/scipy-0.7.x/reference/generated/scipy.stats.invnorm.html"&gt;scipy.stats.invnorm — SciPy v0.7 Reference Guide (DRAFT)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are using time windows in the calculation, then there are python/numpy/scipy sliding windows methods.&lt;/P&gt;&lt;P&gt;If you are using images, how will the spreadsheet formulas translate to image use&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2019 11:57:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/standardized-precipitation-index-spi-equation/m-p/544070#M42409</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-12-05T11:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Standardized Precipitation Index (SPI) equation using ArcGIS</title>
      <link>https://community.esri.com/t5/python-questions/standardized-precipitation-index-spi-equation/m-p/544071#M42410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan, thanks for the answer. Currently I&amp;nbsp;convert all the raster precipitation data into csv, and put it together into spreadsheet, so far its work. But its easy for small areas, and make a big problem if calculate for the whole country and for the whole period of data (1981-now).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2019 12:03:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/standardized-precipitation-index-spi-equation/m-p/544071#M42410</guid>
      <dc:creator>BennyIstanto</dc:creator>
      <dc:date>2019-12-05T12:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Standardized Precipitation Index (SPI) equation using ArcGIS</title>
      <link>https://community.esri.com/t5/python-questions/standardized-precipitation-index-spi-equation/m-p/544072#M42411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well,&amp;nbsp;&lt;A class="link-titled" href="https://pypi.org/project/climate-indices/" title="https://pypi.org/project/climate-indices/"&gt;climate-indices · PyPI&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is at least one package... haven't looked into it, but there is little point in reinventing the wheel if something already exists and you can do better or apply it to a different data form&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2019 14:07:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/standardized-precipitation-index-spi-equation/m-p/544072#M42411</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-12-05T14:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Standardized Precipitation Index (SPI) equation using ArcGIS</title>
      <link>https://community.esri.com/t5/python-questions/standardized-precipitation-index-spi-equation/m-p/544073#M42412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the suggestion Dan, I also found this from &lt;A class="link-titled" href="https://github.com/bkomaki/pydrought" title="https://github.com/bkomaki/pydrought"&gt;GitHub - bkomaki/pydrought: Standardized Precipitation Index (SPI) in Python&lt;/A&gt;&amp;nbsp;and looks&amp;nbsp;promising. The input is CSV, we'll see if I can find an example on how to modify the script to be able read raster as input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2019 14:18:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/standardized-precipitation-index-spi-equation/m-p/544073#M42412</guid>
      <dc:creator>BennyIstanto</dc:creator>
      <dc:date>2019-12-05T14:18:29Z</dc:date>
    </item>
  </channel>
</rss>

