Select to view content in your preferred language

Create a raster of latitude

2961
1
10-20-2011 05:35 AM
DanRosauer
Deactivated User
Hi

Can anyone suggest a simple way to create a grid where the cell value is simply its latitude?

Ultimately I want to apply a function of latitude to generate a value for each cell.

Any solutions in the arc toolbox or python would be cool.

thanks
Dan
0 Kudos
1 Reply
Luke_Pinner
MVP Regular Contributor
Dan, what version of ArcGIS are you using?

If <=9.3.1 you can simply use the grid variable $$YMAP in any Map Alegbra expression (ArcToolbox or Raster Calculator) - assuming you are working in a geographic coordinate system and you have set your analysis environment up (cell size, extent, etc).

In 10.0 this has been removed (or hidden). You can still use it with a little bit of python scripting, see http://forums.arcgis.com/threads/18608-internal-grids-rowmap-colmap-xmap-ymap#post106446
0 Kudos