Matthias Daues 5cf71dc806
Add a comment on dtype = int8 (#2577)
Raster data of dtype = int8 leads to an error message from pprint, which requires the data to be one of the following:
int16, int32, uint8, uint16, float32
I added a comment catching this error, which can be solved by casting the data: data = data.astype('int16')
2022-09-26 18:58:42 -06:00
..
2016-07-16 11:58:10 -07:00
2017-05-23 14:28:26 +02:00
2021-10-22 09:04:05 -06:00
2022-03-31 19:19:21 -06:00
2021-10-22 09:04:05 -06:00
2018-04-23 15:53:41 -06:00
2022-03-31 19:19:21 -06:00
2016-03-25 17:35:21 -04:00