Results 17 issues of Shane

I have multiple email accounts, so invariably someone will email me a calendar invite to different account then my primary calendar setup. Importing the ical event into a different calendar...

bug

This PR adds TLE archive parsing to grab the correct TLE based on the specified UTC time. This is in response to #70 , where calling `get_lonlatalt` can give very...

enhancement

``` from datetime import datetime, timezone from pyorbital import orbital from pyhdf.SD import SD, SDC t = datetime(2005, 6, 16, 1, 20, 0, 0, tzinfo=timezone.utc) terra = orbital.Orbital("EOS-TERRA") terra.get_lonlatalt(t) ```...

Not entirely comfortable with docker builds, hence the issue rather than a pull request... The nix package manger has a 'hard' promise of reproduciblity, especially between linux systems. If I...

:label: JupyterHub

Overview --------- Replaces the clustering method for splitting up GAMIT runs when the station count is too high for single pass processing. This PR removes about 500 lines of code,...

This PR switches over to a working pyproject.toml file for installation, automates versioning, and automates pgamit distribution. It also adds in pandas as a dependency, which is needed to implement...

### Describe the bug creating a pull request from an internal branch works as expected-- i.e., see PR #133 . That PR generates a green checkmark visible from the 'Pull...

We need one. My recommendation is pandas. Why do we need one? ---------------------- 1. to export debugging data for issues like #161 (and also #101 , #132 , etc) 2....

help wanted
modification

Some additional pep8 fixes I noticed when reviewing #113

We currently have this function inside of `Utils`: https://github.com/demiangomez/Parallel.GAMIT/blob/e0dc45bc3f2fb294613bac41cac0b0622e7cdbbc/pgamit/Utils.py#L76-L84 The function as written: 1. Does not specify or document the input order for lat and lon coordinates (which 'L' is...