pyorbital icon indicating copy to clipboard operation
pyorbital copied to clipboard

Orbital and astronomy computations in python

Results 42 pyorbital issues
Sort by recently updated
recently updated
newest added

Hi. I have in input only tle. How calcullate observation area? ![image](https://user-images.githubusercontent.com/8035828/180878438-49eb11a0-85d7-49fd-b929-4981cb71ed4c.png) ![image](https://user-images.githubusercontent.com/8035828/180878551-6309f5df-97ab-4c8a-9d2a-e401cbf8bca3.png)

question

- [ ] Closes #81 - [ ] Tests added - [ ] Tests passed - [ ] Passes ``flake8 pyorbital`` - [ ] Fully documented

enhancement

- [ ] 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...

bug

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...

enhancement

#### 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...

enhancement

#### 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",...

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

#### 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...

enhancement

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...

enhancement