Skip to content

gsubram4/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Set of Python utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages