geodataframe data types often set to object
instead of a typical python/numpy data type
#23
Labels
bug
Something isn't working
Methods for labeling point data (
raster_values_from_geoseries()
, for example) return columns of data typeobject
. This should be explicitly set by the method, which can pull the dtype information from the rasterio source it's reading from.The text was updated successfully, but these errors were encountered: