<?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: Looking to Find True Sunrise for a Location in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/looking-to-find-true-sunrise-for-a-location/m-p/1680882#M7680</link>
    <description>&lt;P&gt;Sounds like a fun project. I think choosing something you can get passionate about will help you overcome the technical hurdles. To add on to the good ideas already here, there is also the Day/Night Terminator, although I haven't played around with this in years.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-living-atlas-blog/introducing-day-night-terminator/ba-p/1220971" target="_blank"&gt;https://community.esri.com/t5/arcgis-living-atlas-blog/introducing-day-night-terminator/ba-p/1220971&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=59403010eeff4d1bb838ca58d4dcb16c" target="_blank"&gt;https://www.arcgis.com/home/item.html?id=59403010eeff4d1bb838ca58d4dcb16c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jan 2026 19:05:35 GMT</pubDate>
    <dc:creator>Noah-Sager</dc:creator>
    <dc:date>2026-01-29T19:05:35Z</dc:date>
    <item>
      <title>Looking to Find True Sunrise for a Location</title>
      <link>https://community.esri.com/t5/developers-questions/looking-to-find-true-sunrise-for-a-location/m-p/1679846#M7676</link>
      <description>&lt;P&gt;I wandered into here in order to be able to identify the real sunrise for a location, given lat/lon coordinates, for any day of the year. This is probably the wrong project to start with, but here I am!&lt;/P&gt;&lt;P&gt;My home is close to a mountain range, and my sunrise is roughly an hour after the sunrise data one can fetch just using a lat/lon point. I was interested in crafting a map with geographic data and then learn how to plot such a thing given a date/time.&lt;/P&gt;&lt;P&gt;Given I'm foolishly making this my first project, I'm wondering what components are involved, at which point I can start searching for tutorials.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jan 2026 20:23:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/looking-to-find-true-sunrise-for-a-location/m-p/1679846#M7676</guid>
      <dc:creator>JohnJames9</dc:creator>
      <dc:date>2026-01-25T20:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Looking to Find True Sunrise for a Location</title>
      <link>https://community.esri.com/t5/developers-questions/looking-to-find-true-sunrise-for-a-location/m-p/1679855#M7677</link>
      <description>&lt;P&gt;this makes me think of a military application&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7965"&gt;@ArthurCrawford&lt;/a&gt;&amp;nbsp;told me years ago, where the analysis was to find a route for helicopters to fly through a mountain range in the shadows, to avoid reflections from the moonlight at night.&amp;nbsp; my initial thought is something similar, where you find sunrise/sunset, and adjust for seasonal shadows.&amp;nbsp; have fun!&amp;nbsp; remember to share what you come up with here!&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.arcgis.com/en/projects/simulate-daylight-and-weather/" target="_self"&gt;Simulate daylight and weather tutorial&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/3d/workflows/analysis/assess-shadow-impact.htm" target="_self"&gt;Assess shadow impact&lt;/A&gt; - 3D analysis documentation&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jan 2026 23:21:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/looking-to-find-true-sunrise-for-a-location/m-p/1679855#M7677</guid>
      <dc:creator>ToddW_stl</dc:creator>
      <dc:date>2026-01-25T23:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Looking to Find True Sunrise for a Location</title>
      <link>https://community.esri.com/t5/developers-questions/looking-to-find-true-sunrise-for-a-location/m-p/1679986#M7678</link>
      <description>&lt;P&gt;Did some digging around and found two really good links.&lt;/P&gt;&lt;P&gt;First is this old college course that covers the math involved in calculating the sun's position relative to Earth, among other things. If you're interested in the mathematical foundations this looks like a good starting point. &lt;A href="https://pvpmc.sandia.gov/app/uploads/sites/243/2022/10/Engineering-Astronomy.pdf" target="_self"&gt;Link&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Second is pvlib, a Python library that models many aspects of photovoltaic phenomena, including the sun position given a certain date and location. You can either add the library to your Python environment and use the functions as-is (&lt;A href="https://pvlib-python.readthedocs.io/en/stable/gallery/solar-position/plot_sunpath_diagrams.html" target="_self"&gt;docs&lt;/A&gt;) or go diving through the source code to see how it's implemented (&lt;A href="https://github.com/pvlib/pvlib-python/blob/main/pvlib/spa.py" target="_self"&gt;link&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 17:43:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/looking-to-find-true-sunrise-for-a-location/m-p/1679986#M7678</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2026-01-26T17:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Looking to Find True Sunrise for a Location</title>
      <link>https://community.esri.com/t5/developers-questions/looking-to-find-true-sunrise-for-a-location/m-p/1680882#M7680</link>
      <description>&lt;P&gt;Sounds like a fun project. I think choosing something you can get passionate about will help you overcome the technical hurdles. To add on to the good ideas already here, there is also the Day/Night Terminator, although I haven't played around with this in years.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-living-atlas-blog/introducing-day-night-terminator/ba-p/1220971" target="_blank"&gt;https://community.esri.com/t5/arcgis-living-atlas-blog/introducing-day-night-terminator/ba-p/1220971&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=59403010eeff4d1bb838ca58d4dcb16c" target="_blank"&gt;https://www.arcgis.com/home/item.html?id=59403010eeff4d1bb838ca58d4dcb16c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 19:05:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/looking-to-find-true-sunrise-for-a-location/m-p/1680882#M7680</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2026-01-29T19:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Looking to Find True Sunrise for a Location</title>
      <link>https://community.esri.com/t5/developers-questions/looking-to-find-true-sunrise-for-a-location/m-p/1681260#M7681</link>
      <description>&lt;P&gt;that's cool - I didn't even know that was a thing!&lt;/P&gt;</description>
      <pubDate>Sat, 31 Jan 2026 01:39:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/looking-to-find-true-sunrise-for-a-location/m-p/1681260#M7681</guid>
      <dc:creator>ToddW_stl</dc:creator>
      <dc:date>2026-01-31T01:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Looking to Find True Sunrise for a Location</title>
      <link>https://community.esri.com/t5/developers-questions/looking-to-find-true-sunrise-for-a-location/m-p/1683406#M7690</link>
      <description>&lt;P&gt;I also recently saw this on LinkedIn (which might be related to my Shadow Impact link above) -&amp;nbsp;&lt;A href="https://www.linkedin.com/posts/courtneyyatteau_arcgis-gis-3d-activity-7424175168408772609-aLeR?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAAESsHlkBrUtgLKIcj7qinu_QKR2rl8dGkwg" target="_blank"&gt;https://www.linkedin.com/posts/courtneyyatteau_arcgis-gis-3d-activity-7424175168408772609-aLeR?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAAESsHlkBrUtgLKIcj7qinu_QKR2rl8dGkwg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 16:24:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/looking-to-find-true-sunrise-for-a-location/m-p/1683406#M7690</guid>
      <dc:creator>ToddW_stl</dc:creator>
      <dc:date>2026-02-10T16:24:10Z</dc:date>
    </item>
  </channel>
</rss>

