docs: added jupyter notebook with download and plot
docs: add binder links and required files
docs: added function docstrings
feat: added utility module for file and download management
fix: include data directory in setup install
feat: added list function for finding files on the GFZ ICGEM
docs: add widget for selecting model to jupyter notebook
docs: initial documentation (#1)
ci: add initial workflow for checking syntax (#1)
docs: update readme to add badges and license information (#1)
feat: add gravity anomaly and disturbance routines (#2)
docs: use sphinx_rtd_theme for documentation
docs: change some markdown docs to rst
refactor: rename gravity model reader
docs: add contribution guidelines (#3)
ci: don’t run python 3.5 in tests (#3)
docs: more documentation standardization (#3)
docs: update docs and README (#4)
docs: add citations to documentation (#5)
docs: use rst for all docs (#5)
docs: note that Geodetic Reference System 1967 is IAU ellipsoid (#5)
docs: add semantic commit message documentation
ci: pin proj to v7 for cartopy install
ci: homebrew now installs proj8 by default
ci: proj8 deprecated and removed the proj_api.h header
feat: add spatial module for ellipsoidal operations (#7)
feat: can change to and from different tide systems (not just from tide free) (#7)
docs: update documentation (#7)
feat: output spherical harmonic degree and order in dict (#7)
fix: adjustable minimum option in gaussian weights (#8)
ci: install proj from source for cartopy deps (#8)
refactor: using python logging for handling verbose output (#9)
feat: add version program and add package __version__ attribute (#9)
feat: add geoid calculator for input files (#10)
ci: add gdal and hdf5 (#10)
ci: install flake8 and pytest from requirements-dev (#10)
docs: pin docutils to 0.18
feat: add function for attempting to extract projection (#11)