Posts

Showing posts with the label ArcMap

Perform Label Expression in ArcGIS (VBScript)

Image
1. Lower Case & Upper Case Lower Case:   LCase ([Field]) Upper Case: UCase ([Field])   2. Space & Comma [Field] & "   " & [Field]   &   [Field] & " , " & [Field]   3. Add New Line [Field] & vbnewline & [Field]   4. Multiplication or Addition or Subtraction [Field] * 10 or [Field] + 10 or [Field] – 10   5. Font Style Bold: "<BOL>" + [Field] + "</BOL>" Italic: "<ITA>"+ [Field] + "</ITA>" Underline: "<UND>"+ [Field] + "</UND>"   6. Name " Name: " & [Name]   7. Colour & Font "<CLR red='255'><FNT size = '14'>" + [Zone_Name] + "</FNT></CLR>"   Video:      
Image
Slope Analysis 1. Get DEM or Elevation Data: Earth Explorer (USGS) and Bhuvan (NRSC) 2.  Add  DEM or Elevation Data to Data Frame 3.  Open Arc Toolbox  in ArcMap 4.  Open -- > Spatial Analyst Tool > Surface > Slope 5.  Slope Tool 6. a.  Input Raster -- > DEM or Elevation Data,       b. Output Location -- > Saving Output Result      c.  Z Factor -- > 1 7. Result Map 8. Double Click ON > Result Map GO TO > Properties > SELECT > Symbology GO TO > Categories 9. a.  Choose no. of Classes & Classify it      b. Classification Method: Equal Interval or Manual -- > Apply 10. Change Color USING -- > Color Ramp -- > Apply Save the Result File