Skip to content

Commit

Permalink
differentes possibilités d'alignement de la collection dans le raster
Browse files Browse the repository at this point in the history
  • Loading branch information
mdvandamme committed Dec 22, 2024
1 parent 2e14432 commit 82274f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/io/test_rasterreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def test_read_ign_mnt(self):
raster = RasterReader.readFromAscFile(csvpath, name='MNT')

grid = raster.getAFMap(0)
grid.plotAsVectorGraphic()
self.assertEqual('MNT', grid.getName())
grid.plotAsImage(cmap='jet')

self.assertEqual(1000, raster.nrow)
self.assertEqual(1000, raster.ncol)
Expand Down

0 comments on commit 82274f3

Please sign in to comment.