This PR brings the ES50 (Hulbert's) index function to diversity module.
Changes Introduced
def es50(dataframe, precision):
# returns a dataframe with ES50 diversity index value for each (lat, lon) pair
# with coordinates rounded off to the decimal precision provided.
The docs have also been updated and formatting errors have been resolved.
Overview
This PR brings the ES50 (Hulbert's) index function to
diversity
module.Changes Introduced
Thanks!