You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
Would the solution be to convert the generator to a list?
This is an extremely useful resource. Thanks so much for making it available!
The text was updated successfully, but these errors were encountered:
When trying to run the following line in the raster notebook
listings['brightness_rasterio'] = numpy.vstack(brightnesses)
I received this warning:
Would the solution be to convert the generator to a list?
This is an extremely useful resource. Thanks so much for making it available!
The text was updated successfully, but these errors were encountered: