dshean / pygeotools

A collection of libraries and utilities for geospatial data processing/analysis
MIT License
87 stars 29 forks source link

Update malib to fetch stats dict for latest dem_align.py #5

Closed ShashankBice closed 5 years ago

ShashankBice commented 5 years ago

Hi @dshean Please update pygeotools so that the error 'pygeotools.lib.malib' has no attribute 'get_stats_dict' can be fixed.

dshean commented 5 years ago

Done. I want to go through and remove the old print_stats throughout the code base. This is a cleaner way to do it, and can reference 'mean', 'med', etc. rather than remembering indices.

ShashankBice commented 5 years ago

Agree, remembering the indices 5 and 6 was an issue.