Skip to content

Latest commit

 

History

History
executable file
·
17 lines (14 loc) · 910 Bytes

File metadata and controls

executable file
·
17 lines (14 loc) · 910 Bytes

utils

Set of Python utilities

High Level Overview

  • Common - high level functions (e.g. loaders, savers, plotting) to be re-used across projects
  • distanceCalculator - functions for calculating distance and translating points in lat/lng space
  • ForkedData - Helper function for parallelizing large data structures (e.g., models)
  • geoplot - Subset of matplotlib.pyplot to help visualize geospatial data on background maps
  • mapping - Helper tools for calculating spatial extents when visualizing geospatial data
  • maptestscript - dummy script
  • matplotlibrc - Matplotlib defaults to help your plots look cool (obseleted by seaborn)
  • PARTools - Helper functions to easily parallelizing code (e.g., like MATLAB par-for)
  • PARTools2 - Python 2.x backwards compatabile version of PARTools
  • ProcessMangement - Helper functions for parallelizing code using the dask ecosystem

More documentation to follow