pyorbital
pyorbital copied to clipboard
Orbital and astronomy computations in python
Hi. I have in input only tle. How calcullate observation area?  
- [ ] Closes #81 - [ ] Tests added - [ ] Tests passed - [ ] Passes ``flake8 pyorbital`` - [ ] Fully documented
- [ ] Closes #xxxx - [ ] Tests added - [ ] Tests passed - [ ] Passes ``flake8 pyorbital`` - [ ] Fully documented
Iʻm looking for a quick and simple way to calculate moon phase on a given date, and wanted to follow this tutorial: https://pyorbital.readthedocs.io/en/feature-moon-phase/moon_calculations.html I installed pyorbital successfully, but get a...
Creating a pull request from @adybbroe's old branch so we can close #48 when it is merged. CC @PythonCreator27 @conkline NOTE: This branch is very very **very** old and will...
#### Code Sample, a minimal, complete, and verifiable piece of code ```python # Your code here ``` #### Problem description Would be nice to have a `get_last_dn_time` to get the...
#### Code Sample, a minimal, complete, and verifiable piece of code ```python # Your code here from pyorbital.orbital import Orbital from datetime import datetime tlefile = "./aws_2022.tle" aws1 = Orbital("AWS-1",...
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...
#### Feature description As discussed in https://github.com/pytroll/satpy/pull/1910, calculations will generally perform better if they are wrapped in a `da.map_blocks` call when dask arrays are involved. The Satpy PR implements basic...
The pyorbital code to compute the observer look was making the assumption that the earth was spherical. While the differences are quite small, we implement here the oblateness of the...