<?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: Arc10 workaround to $$XMAP and $$YMAP in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471837#M26920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Oops... there's a typo, and now it got quoted!&amp;nbsp; The correct formula in the example is&lt;BR /&gt;[INDENT]&lt;STRONG&gt;xmap = (FlowAccumulation(1) + 0.5)*10 + 500000&lt;/STRONG&gt;&lt;BR /&gt;[/INDENT](because one &lt;SPAN style="font-style:italic;"&gt;subtracts &lt;/SPAN&gt;the coordinates of the origin instead of adding them).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bill, I am stucked here and anoid that $$XMAP and $$YMAP are removed from 10.1. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried to implement your tip in my raster calculator whitout success. What is wrong? I would like to avoid Python...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;xmap = (FlowAccumulation(1) + 0.5)*10 + 500000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ymap = (FlowAccumulation(64) + 0.5)*10&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2014 09:55:42 GMT</pubDate>
    <dc:creator>FrankHanssen</dc:creator>
    <dc:date>2014-06-16T09:55:42Z</dc:date>
    <item>
      <title>Generate a grid of latitude values</title>
      <link>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471820#M26903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to convert a 30m elevation grid to a grid that gives values for the cell latitude rather than elevation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried converting the GRID to point, adding x,y data to the points, then converting back to GRID using the y-coordinate as the value, however, the large region I am working with is preventing the processes from completing successfully.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any advice will certainly be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Todd&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 14:18:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471820#M26903</guid>
      <dc:creator>ToddMcDonnell</dc:creator>
      <dc:date>2010-04-30T14:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a grid of latitude values</title>
      <link>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471821#M26904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is the area, or how large of an area is it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 15:18:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471821#M26904</guid>
      <dc:creator>SeanMcLaughlin</dc:creator>
      <dc:date>2010-04-30T15:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a grid of latitude values</title>
      <link>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471822#M26905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is the grid in a geographic coordinate system? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, just set your output extent and cell size (ArcToolbox environment settings or Spatial Analyst toolbar options) to match your DEM then use $$YMAP built in scalar variable in a SOMA/MOMA tool or Raster Calculator expression:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;E.g.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\workspace\latgrid = $$YMAP&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Luke&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS: For info...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Built-in GRID scalar variables:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;$$NROWS: the number of rows in the analysis window&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;$$NCOLS: the number of columns in the analysis window&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;$$CELLSIZE: the current cell size specified in the analysis environment&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;$$WX0: minimum x-map coordinate of the current analysis window&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;$$WY0: minimum y-map coordinate of the current analysis window&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;$$WX1: maximum x-map coordinate of the current analysis window&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;$$WY1: maximum y-map coordinate of the current analysis window&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;$$XMAP: x-map coordinate for the center of the processing cell&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;$$YMAP: y-map coordinate for the center of the processing cell&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Built-in GRID constants.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PI: 3.142&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;E: 2.718 (e)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DEG: 57.296 (Degree to radian conversion)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GAMMA: 0.577&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PHI: 1.618&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Built-in grids.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;$$ROWMAP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;$$COLMAP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 02:05:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471822#M26905</guid>
      <dc:creator>LukePinner</dc:creator>
      <dc:date>2010-05-03T02:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a grid of latitude values</title>
      <link>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471823#M26906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Luke (or anyone else who can help),&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've read your post on this thread, and your thread on the old forums (&lt;/SPAN&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=93&amp;amp;f=1740&amp;amp;t=182407&amp;amp;mc=6#msgid538607"&gt;http://forums.esri.com/Thread.asp?c=93&amp;amp;f=1740&amp;amp;t=182407&amp;amp;mc=6#msgid538607&lt;/A&gt;&lt;SPAN&gt;), but I'm struggling to get the $$xmap scalar variable to work with the SOMA tool.&amp;nbsp; It works in the Raster Calculator, but since I am trying to create a model, I need to use the SOMA tool.&amp;nbsp; At the moment, I am trying &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;$$xmap = (D:\...\Base Data\dem3_4m)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in the "Map Algebra expression" box, and have tried variations including switching the order of variables, spaces and no spaces, no equal sign, etc.&amp;nbsp; I still get an error saying that "$$xmap = is not a valid function or operator."&amp;nbsp; I also cannot find where it would be in the "Usage" listing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am currently running ArcView 9.3.1 SP 2 with the Spatial Analyst extension, on Windows 7.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for any ideas you might have!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 11:15:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471823#M26906</guid>
      <dc:creator>DanielLusher</dc:creator>
      <dc:date>2010-08-06T11:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a grid of latitude values</title>
      <link>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471824#M26907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Figured it out - needed to set the extent, snap raster, and cell size in the "Model Properties" to make it run.&amp;nbsp; Put "$$xmap" in the "Map Algebra expression" text box and it ran fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 12:43:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471824#M26907</guid>
      <dc:creator>DanielLusher</dc:creator>
      <dc:date>2010-08-09T12:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a grid of latitude values</title>
      <link>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471825#M26908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Sir &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to create a lattitude grid from the DEM. I have gone through the threads and followed the steps. When I type the statement $$YMAP in SOMA window after setting the extent, working directory and cell size by the spatial analyst &amp;gt; options, i get an error message that "Syntax error at locations 0 of expressions $$YMAP". I even changed the expression as E:\Ph.D\Data_dump\DEM = $$YMAP. How to access these built in functions? Kindly help me sir.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;With Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 05:27:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471825#M26908</guid>
      <dc:creator>JenifaLatha</dc:creator>
      <dc:date>2010-11-30T05:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a grid of latitude values</title>
      <link>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471826#M26909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have tried this is arcGIS10 raster calculator&amp;nbsp; and it doesn't work!! Any new detailed instructions on how to generate the grid of latitudes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See screen capture attached please.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 17:19:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471826#M26909</guid>
      <dc:creator>EmmanuelJjunju</dc:creator>
      <dc:date>2011-01-18T17:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a grid of latitude values</title>
      <link>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471827#M26910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have not tried the raster calculator method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I have had luck using the function "genvecgrid" in the &lt;/SPAN&gt;&lt;A href="http://www.spatialecology.com/gme/"&gt;Geospatial Modeling Environment (GME)&lt;/A&gt;&lt;SPAN&gt;. After generating the vector point grid I added x-y coordinates to the attribute table. Then, created a raster from these points using the y-coordinate field as values. I think I chose a bilinear interpolation technique when doing this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 20:15:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471827#M26910</guid>
      <dc:creator>toddsams</dc:creator>
      <dc:date>2011-01-18T20:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a grid of latitude values</title>
      <link>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471828#M26911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the same Problem as ejjunju ($$XMAP or $$xmap doesn't work in ArcGIS 10)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to create rasters with x-Values and do not have a clue how to Do it with the raster calculatur. I could create point-features, use "Add XY" and then convert it to rasters, but as I have to automatize it it seems to be too complicated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have problems finding documentation/ tutorials on Map Algebra syntax. Does anyone know some sources for this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greetings &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gerald&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 12:20:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471828#M26911</guid>
      <dc:creator>GJtB</dc:creator>
      <dc:date>2011-01-25T12:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a grid of latitude values</title>
      <link>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471829#M26912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi, &lt;BR /&gt;I have the same Problem as ejjunju ($$XMAP or $$xmap doesn't work in ArcGIS 10)&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, ESRI removed those grid functions from 10.0. However, there is a Python alternative, see &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/865-beta-10-quot-built-in-quot-rasters-in-python-map-algebra"&gt;&lt;SPAN style="text-decoration:underline;"&gt;this link&lt;/SPAN&gt; &lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 11:46:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471829#M26912</guid>
      <dc:creator>MannyGimond</dc:creator>
      <dc:date>2011-02-02T11:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a grid of latitude values</title>
      <link>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471830#M26913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like I have to get a little more familiar with Python then.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know Tutorials that make it easier to start with ArcPy?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greetings&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gerald&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 12:05:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471830#M26913</guid>
      <dc:creator>GJtB</dc:creator>
      <dc:date>2011-02-02T12:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a grid of latitude values</title>
      <link>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471831#M26914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hmm,&lt;BR /&gt;Does anyone know Tutorials that make it easier to start with ArcPy?&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For starters, you might want to read "&lt;/SPAN&gt;&lt;A href="http://www.esri.com/news/arcuser/0111/charmsnake.html"&gt;&lt;SPAN style="text-decoration:underline;"&gt;An Introduction to Python and the ArcPy site-package&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;" in the latest issue of ArcUser. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, if you want to cast a vote for the reintroduction of the grid functions, go to &lt;/SPAN&gt;&lt;A href="http://ideas.arcgis.com/apex/ideaSearchResults?s=$XMAP&amp;amp;searchButton=Submit"&gt;&lt;SPAN style="text-decoration:underline;"&gt;this link&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 12:14:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471831#M26914</guid>
      <dc:creator>MannyGimond</dc:creator>
      <dc:date>2011-02-02T12:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Arc10 workaround to $$XMAP and $$YMAP</title>
      <link>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471832#M26915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;STRONG&gt;There are several workarounds that use only map algebra.&lt;/STRONG&gt; &lt;BR /&gt;&lt;BR /&gt;As a worked example let the origin be at (-500000, 0) and the cellsize be 10.&amp;nbsp; Then[INDENT]&lt;STRONG&gt;xmap = (FlowAccumulation(1) + 0.5)*10 - 500000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ymap = (FlowAccumulation(64) + 0.5)*10&lt;/STRONG&gt;&lt;BR /&gt;[/INDENT].&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Very clever Bill. This deserves its own sticky (if stickies are implemented on this forum).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 14:36:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471832#M26915</guid>
      <dc:creator>MannyGimond</dc:creator>
      <dc:date>2011-02-03T14:36:33Z</dc:date>
    </item>
    <item>
      <title>arcpy map algebra $$ROWMAP, $$COLMAP</title>
      <link>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471833#M26916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Bill, thank you very&amp;nbsp; much for this! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I worked out a more detailed implementation of your idea here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A href="https://community.esri.com/message/236639"&gt;$$NCOLS + $$ROWMAP in ArcGIS 10 Python map algebra&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 22:16:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471833#M26916</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-01-24T22:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Arc10 workaround to $$XMAP and $$YMAP</title>
      <link>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471834#M26917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Bill, thank you very&amp;nbsp; much for this! &lt;BR /&gt;&lt;BR /&gt;I worked out a more detailed implementation of your idea here:&lt;BR /&gt;[post]166151[/post]&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to open this link but it did not work. could you please elaborate this. I am struggling to solve this issue as well. Your help will &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;be highly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 May 2013 21:32:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471834#M26917</guid>
      <dc:creator>RakhshanRoohi</dc:creator>
      <dc:date>2013-05-12T21:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Arc10 workaround to $$XMAP and $$YMAP</title>
      <link>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471835#M26918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I fixed the link above. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't like it that the post number changed -- I thought those were permanent links!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 00:06:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471835#M26918</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2013-05-13T00:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a grid of latitude values</title>
      <link>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471836#M26919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Taking out the $$YMAP and $$XMAP was really a big mistake!!!! Why spend a lot of energy on python scripting instead of using these excellent and easy to use commands??? Please put them back!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 07:43:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471836#M26919</guid>
      <dc:creator>FrankHanssen</dc:creator>
      <dc:date>2014-06-16T07:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Arc10 workaround to $$XMAP and $$YMAP</title>
      <link>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471837#M26920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Oops... there's a typo, and now it got quoted!&amp;nbsp; The correct formula in the example is&lt;BR /&gt;[INDENT]&lt;STRONG&gt;xmap = (FlowAccumulation(1) + 0.5)*10 + 500000&lt;/STRONG&gt;&lt;BR /&gt;[/INDENT](because one &lt;SPAN style="font-style:italic;"&gt;subtracts &lt;/SPAN&gt;the coordinates of the origin instead of adding them).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bill, I am stucked here and anoid that $$XMAP and $$YMAP are removed from 10.1. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried to implement your tip in my raster calculator whitout success. What is wrong? I would like to avoid Python...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;xmap = (FlowAccumulation(1) + 0.5)*10 + 500000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ymap = (FlowAccumulation(64) + 0.5)*10&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 09:55:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471837#M26920</guid>
      <dc:creator>FrankHanssen</dc:creator>
      <dc:date>2014-06-16T09:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a grid of latitude values</title>
      <link>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471838#M26921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See: &lt;A href="https://community.esri.com/message/236639"&gt;$$NCOLS + $$ROWMAP in ArcGIS 10 Python map algebra&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 20:56:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471838#M26921</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2014-07-25T20:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a grid of latitude values</title>
      <link>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471839#M26922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked for me, for southern hemisphere (negative lat and lon). It is necessary to set the environmental options before running the script.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN class="" style="color: #0077aa;"&gt;import&lt;/SPAN&gt; numpy &lt;SPAN class="" style="color: #0077aa;"&gt;as&lt;/SPAN&gt; np
&lt;SPAN class="" style="color: #0077aa;"&gt;import&lt;/SPAN&gt; arcpy
&lt;SPAN class="" style="color: #0077aa;"&gt;from&lt;/SPAN&gt; arcpy&lt;SPAN class="" style="color: #999999;"&gt;.&lt;/SPAN&gt;sa &lt;SPAN class="" style="color: #0077aa;"&gt;import&lt;/SPAN&gt; &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5);"&gt;*&lt;/SPAN&gt;&amp;nbsp; 
&lt;SPAN class="" style="color: #0077aa;"&gt;from&lt;/SPAN&gt; arcpy &lt;SPAN class="" style="color: #0077aa;"&gt;import&lt;/SPAN&gt; env &lt;SPAN class="" style="color: #0077aa;"&gt;as&lt;/SPAN&gt; E

&lt;SPAN class="" style="color: slategray;"&gt;#Create variables from environment&lt;/SPAN&gt;
latmin &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5);"&gt;=&lt;/SPAN&gt; E&lt;SPAN class="" style="color: #999999;"&gt;.&lt;/SPAN&gt;extent&lt;SPAN class="" style="color: #999999;"&gt;.&lt;/SPAN&gt;YMin
latmax &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5);"&gt;=&lt;/SPAN&gt; E&lt;SPAN class="" style="color: #999999;"&gt;.&lt;/SPAN&gt;extent&lt;SPAN class="" style="color: #999999;"&gt;.&lt;/SPAN&gt;YMax
lonmin &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5);"&gt;=&lt;/SPAN&gt; E&lt;SPAN class="" style="color: #999999;"&gt;.&lt;/SPAN&gt;extent&lt;SPAN class="" style="color: #999999;"&gt;.&lt;/SPAN&gt;XMin
lonmax &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5);"&gt;=&lt;/SPAN&gt; E&lt;SPAN class="" style="color: #999999;"&gt;.&lt;/SPAN&gt;extent&lt;SPAN class="" style="color: #999999;"&gt;.&lt;/SPAN&gt;XMax
cellsize &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5);"&gt;=&lt;/SPAN&gt; float&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;E&lt;SPAN class="" style="color: #999999;"&gt;.&lt;/SPAN&gt;cellSize&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;
lowerleft &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5);"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="" style="color: #999999;"&gt;.&lt;/SPAN&gt;Point&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;lonmin&lt;SPAN class="" style="color: #999999;"&gt;,&lt;/SPAN&gt; latmin&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;

&lt;SPAN class="" style="color: slategray;"&gt;#Generating inverse meshgrid for latitude grid&lt;/SPAN&gt;
lat1 &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5);"&gt;=&lt;/SPAN&gt; np&lt;SPAN class="" style="color: #999999;"&gt;.&lt;/SPAN&gt;arange&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;float&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5);"&gt;-&lt;/SPAN&gt;latmax&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999;"&gt;,&lt;/SPAN&gt; float&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5);"&gt;-&lt;/SPAN&gt;latmin&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999;"&gt;,&lt;/SPAN&gt; float&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;cellsize&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;
lon1 &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5);"&gt;=&lt;/SPAN&gt; np&lt;SPAN class="" style="color: #999999;"&gt;.&lt;/SPAN&gt;arange&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;float&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5);"&gt;-&lt;/SPAN&gt;lonmax&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999;"&gt;,&lt;/SPAN&gt; float&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5);"&gt;-&lt;/SPAN&gt;lonmin&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999;"&gt;,&lt;/SPAN&gt; float&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;cellsize&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;
lon1&lt;SPAN class="" style="color: #999999;"&gt;,&lt;/SPAN&gt; lat1 &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5);"&gt;=&lt;/SPAN&gt; np&lt;SPAN class="" style="color: #999999;"&gt;.&lt;/SPAN&gt;meshgrid&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;lon1&lt;SPAN class="" style="color: #999999;"&gt;,&lt;/SPAN&gt; lat1&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;

lat &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5);"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="" style="color: #999999;"&gt;.&lt;/SPAN&gt;NumPyArrayToRaster&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5);"&gt;-&lt;/SPAN&gt;lat1&lt;SPAN class="" style="color: #999999;"&gt;,&lt;/SPAN&gt; lowerleft&lt;SPAN class="" style="color: #999999;"&gt;,&lt;/SPAN&gt; float&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;cellsize&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999;"&gt;,&lt;/SPAN&gt; float&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;cellsize&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;

&lt;SPAN class="" style="color: slategray;"&gt;#Generating meshgrid for longitude grid&lt;/SPAN&gt;
lat2 &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5);"&gt;=&lt;/SPAN&gt; np&lt;SPAN class="" style="color: #999999;"&gt;.&lt;/SPAN&gt;arange&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;float&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;latmin&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999;"&gt;,&lt;/SPAN&gt; float&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;latmax&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999;"&gt;,&lt;/SPAN&gt; float&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;cellsize&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;
lon2 &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5);"&gt;=&lt;/SPAN&gt; np&lt;SPAN class="" style="color: #999999;"&gt;.&lt;/SPAN&gt;arange&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;float&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;lonmin&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999;"&gt;,&lt;/SPAN&gt; float&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;lonmax&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999;"&gt;,&lt;/SPAN&gt; float&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;cellsize&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;
lon2&lt;SPAN class="" style="color: #999999;"&gt;,&lt;/SPAN&gt; lat2 &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5);"&gt;=&lt;/SPAN&gt; np&lt;SPAN class="" style="color: #999999;"&gt;.&lt;/SPAN&gt;meshgrid&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;lon2&lt;SPAN class="" style="color: #999999;"&gt;,&lt;/SPAN&gt; lat2&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;

lon &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5);"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="" style="color: #999999;"&gt;.&lt;/SPAN&gt;NumPyArrayToRaster&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;lon2&lt;SPAN class="" style="color: #999999;"&gt;,&lt;/SPAN&gt; lowerleft&lt;SPAN class="" style="color: #999999;"&gt;,&lt;/SPAN&gt; float&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;cellsize&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999;"&gt;,&lt;/SPAN&gt; float&lt;SPAN class="" style="color: #999999;"&gt;(&lt;/SPAN&gt;cellsize&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999;"&gt;)&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="" style="border-right: 1px solid #999999; padding-top: 1em;"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:52:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/generate-a-grid-of-latitude-values/m-p/471839#M26922</guid>
      <dc:creator>LuizVianna</dc:creator>
      <dc:date>2021-12-11T20:52:26Z</dc:date>
    </item>
  </channel>
</rss>

