Replies: 1 comment
-
Excellent idea! This would probably simplify a lot of the internals. The way I see it, all attributes except @property
def elevation(self):
return self.gdf["elevation"] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The centroids objects are essentially a manually created
GeoDataframe
. The code could be simplified by making an attribute.gdf
to hold the data. The only attribute that breaks this currently is themeta
to describe rasters. However, since all of CLIMADA internally works with vector data and does not support rasters, we could drop this and only use rasters in I/O operations.Beta Was this translation helpful? Give feedback.
All reactions