Skip to Content

avec un raster (MNT)

  1. >>> from grass.script import raster as grassr
  2. >>> grassr.raster_info('s_newfrst3@moi')
  3. {'north':
  4. 118869.900569, 'timestamp': '"none"', 'min': -456.08587646484398,
  5. 'datatype': 'FCELL', 'max': 265.500732421875, 'ewres':
  6. 14.008076920000001, 'vertical_datum': '', 'west': 164160.653425,
  7. 'units': '', 'title': ' (s_newfrst3)', 'east': 176641.849961, 'nsres':
  8. 13.976472729999999, 'south': 112552.534895}
  9. >>>
  10. # on quitte Python et on se retrouve dans la shell Grass
  11. GRASS 6.4.0RC5 (geol):~ >