Closed pat-schmitt closed 1 year ago
cenlon
and cenlat
I should definitely add to the complex product. But what about the attributes which require a DEM (zmin_m
, slope_deg
...)?
Fantastic! Code for lon lat:
rp = shp.representative_point()
coordinates = np.array(list(rp.apply(xy_coord)))
shp['CenLon'] = coordinates[:, 0]
shp['CenLat'] = coordinates[:, 1]
Ok, just added cenlon and cenlat.
In this PR I added the merged product, consisting of the following:
Some thoughts/questions:
I
for intersects,C
for merged glacier complex,C-to-G
for the conversion list