Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

poliastro

Interactive Astrodynamics in Python 🚀
Collective - Host: opensource - https://opencollective.com/poliastro - Website: https://www.poliastro.space/ - Code: https://github.com/poliastro

Add Orbit.change_plane method

github.com/poliastro/poliastro - 5adaf49e3608caf41a19d693a366849bd19a87b6 authored almost 5 years ago
Minor docstring adjustment

github.com/poliastro/poliastro - 1f855195834f8f53126fbb6ff101034941f5f9d3 authored almost 5 years ago
Merge pull request #876 from astrojuanlu/refactor-orbit-plotters

Refactor orbit plotters

github.com/poliastro/poliastro - cfe8daa0cb831ad0f48e0ca41339c7192e4e216d authored almost 5 years ago
Restore old label behavior

github.com/poliastro/poliastro - 668660312b96f9887d769916ea63d269ecaf00aa authored almost 5 years ago
Fix static colors

github.com/poliastro/poliastro - 452298f4f8c26c23f25c9aa048e92ac6d87d50b1 authored almost 5 years ago
Annotate axis also with plot_trajectory

Hidden bug!

github.com/poliastro/poliastro - c82edc152b66f06c3ac57dd30adcf81594c49975 authored almost 5 years ago
Introduce more intermediate methods

github.com/poliastro/poliastro - dd647d67e3cc2536d42fe786a5e55794b5f94784 authored almost 5 years ago
Remove unnecessary _prepare_plot

github.com/poliastro/poliastro - 795f9af2cb16e7dc2df5d170e53985d4b95f9bdd authored almost 5 years ago
Rename for clarity, reorder

github.com/poliastro/poliastro - 1d232b9096fe343504278888493575cdc1b94be6 authored almost 5 years ago
Do not return already set colors

github.com/poliastro/poliastro - 2ff026285904dd28fc79192a98659f1c0b5f87fc authored almost 5 years ago
Unify _redraw_attractor

github.com/poliastro/poliastro - 9e1b5c64aab857215046e523c6a9e9da4bd1462e authored almost 5 years ago
Combine 2D functionality in mixin

github.com/poliastro/poliastro - c0d6e41f008ea954d6309c1e229e44f0a39a5993 authored almost 5 years ago
Clarify trajectory vs positions naming

github.com/poliastro/poliastro - 013a13d86e56f1c184c17bcc2989e3788c0c0657 authored almost 5 years ago
Unify _plot_trajectory in all plotters

github.com/poliastro/poliastro - 5a410838d3bd1a35a169a6655edfb7200c059baa authored almost 5 years ago
Make StaticOrbitPlotter inherit some functionality from base

github.com/poliastro/poliastro - 6b39afee9b187c853b1d193057d6ce7b0f21580e authored almost 5 years ago
No need to have defaults in internal method

github.com/poliastro/poliastro - 846b7a84e67c88852a2222b01c95946ae930ed96 authored almost 5 years ago
Support variable num_points for Plotly orbit plotters

github.com/poliastro/poliastro - 907a7e28c7951df65ae3aadee86316330ea74327 authored almost 5 years ago
Unify trail and docstrings

github.com/poliastro/poliastro - 09a349378dca6dc06bc328caf28232194e048fea authored almost 5 years ago
Move Plotly functionality to non-base class

github.com/poliastro/poliastro - 44cb488bebf37434ecee4b366965dabc361726df authored almost 5 years ago
Make axes in static plotter private

github.com/poliastro/poliastro - d9bbe096c2bba8badfa41c7ba2b9b7a23a2ebe51 authored almost 5 years ago
WIP: Unify set_frame

OrbitPlotter2D does not support redrawing yet.

github.com/poliastro/poliastro - 9a4c2d9167df6b40eb7e94751335de3038014b17 authored almost 5 years ago
Add basic static plotting test

github.com/poliastro/poliastro - f005b7f8e092a8e5c28da76014700f29507e11eb authored almost 5 years ago
Merge pull request #872 from tomaszmrugalski/czml_tests

CZML tests improvements

github.com/poliastro/poliastro - fa6f7ac15cd47497964d06f185255c6bd1fe8098 authored almost 5 years ago
reformatted with tox -e reformat

github.com/poliastro/poliastro - dab56725726dca66149577e0b6cdae5a26aa0dd9 authored almost 5 years ago
disabled test_czml_add_orbit on windows

Windows python generates slightly different orbital positions.
The difference is minor (order ...

github.com/poliastro/poliastro - 4ea9f3163841ef8520d0b007fd22ee7dbd236318 authored almost 5 years ago
Temporarily increase verbosity

github.com/poliastro/poliastro - 65d8857cf8d55a9cfa1254e1c47ce6beb1f253de authored almost 5 years ago
duplicate import pytest removed

github.com/poliastro/poliastro - bfa0c9469619ce2e8a946e12712e1d59b6453125 authored almost 5 years ago
recalculated orbital positions in czml_add_orbit test

github.com/poliastro/poliastro - 4e831695d6614dba0782285cb0b67c4f5b5c0f53 authored almost 5 years ago
reformatted with tox -e reformat

github.com/poliastro/poliastro - 0869d59ceef7fee9ff466d4285695e864a0189ad authored almost 5 years ago
czml_add_to_orbit() test now really checks the output

... and it started failing :)

github.com/poliastro/poliastro - 11ffd28e78c75e31ddcfad0facaded77058be9a1 authored almost 5 years ago
Reorder the fields (expect alphabetic order)

github.com/poliastro/poliastro - 25acdfc1701507ca64b4a02ccd364f765832782f authored almost 5 years ago
Timezone is now explicit UTC, rather than local

github.com/poliastro/poliastro - 5f79a825873177bc21853d7dc7cae17da33fa23f authored almost 5 years ago
Fixed timezone problem when calculating positions

github.com/poliastro/poliastro - 2266ace75dbba53662d692e392a5c02e08aec632 authored almost 5 years ago
Added unit-test for czml preamble

github.com/poliastro/poliastro - b94c1d264532e6c96801a2a74092cb78f593cd87 authored almost 5 years ago
Merge pull request #867 from iMurfyD/from_sbdb_unit_tests_fail_w_default_install_issue_861

Changed unit test to compare databases

github.com/poliastro/poliastro - 68ea215826ec4641ebfe519d32b257611becffe7 authored almost 5 years ago
Used tox for reformatting

github.com/poliastro/poliastro - b41d1cd564b8c2eecd10e16c003e7205555f01f0 authored almost 5 years ago
More code styling issues

github.com/poliastro/poliastro - ca41b7b571fa63c3f4a8b5770b5dc4eb70de7f4e authored almost 5 years ago
Changed for loop structure to match parameterized pytest

github.com/poliastro/poliastro - 4b5dbf3908e98c74fc12e486b3d86c26219365db authored almost 5 years ago
Changed unit test to compare databases

github.com/poliastro/poliastro - e6ee062ec4882848c651bbeff176d231bdead2de authored almost 5 years ago
Code styling issues

github.com/poliastro/poliastro - 9c3ba6d1be8db93abf0237f0ea96a8de3d6061b9 authored almost 5 years ago
Cleaned up per helpful suggestions from astrojuanlu

github.com/poliastro/poliastro - f3c59a3f02c6ed0e6704c3408ccbc4d2630ff59b authored almost 5 years ago
Merge pull request #870 from jains8844/azure

Leftover Tasks after Azure Pipelines Support

github.com/poliastro/poliastro - 4c3280894971ade1d3b127dadfa2e8049b469a07 authored almost 5 years ago
Remove CircleCI and AppVeyor config files and update documentation

github.com/poliastro/poliastro - 35641e3715284943dfb132e4296be398e460d8bd authored almost 5 years ago
Remove triggers

github.com/poliastro/poliastro - a28d4f69fabf75ed8e71978a63391894724cdd1f authored almost 5 years ago
Merge pull request #846 from jains8844/azure

Use Azure Pipelines for CI

github.com/poliastro/poliastro - 563808d8f4abde0469fc6967a680a5fe35a5e0c7 authored almost 5 years ago
Add real project credentials

github.com/poliastro/poliastro - 9ff0afb1e7e342309756b9d5dc6c23a237413555 authored almost 5 years ago
Support for Azure Pipelines

github.com/poliastro/poliastro - 429750512d14baed1e19f420db022f5e5fe828cf authored almost 5 years ago
Merge pull request #864 from astrojuanlu/body-mean-elements-take-2

Body mean elements, take 2

github.com/poliastro/poliastro - 66b8cf5b29b49fb15ec461893ecbc6a702f7240f authored almost 5 years ago
Add get_mean_elements function, use it in threebody.soi

github.com/poliastro/poliastro - eba1ab06fd061eeca41dd8a0b1a53b444f4910f2 authored almost 5 years ago
Move semimajor axis to ClassicalState

github.com/poliastro/poliastro - 373b11196d685e3453e70f055d190891ab0a5ab4 authored almost 5 years ago
Constants can now be pickled, but not hashed

See https://github.com/astropy/astropy/issues/10043.

github.com/poliastro/poliastro - 5010b8775444db04b33856946d39a34b620a6594 authored almost 5 years ago
Make twobody.states public

github.com/poliastro/poliastro - 73a03b993086f41606378da074aff0e2a6db18b9 authored almost 5 years ago
Make Orbit.heliosynchronous work for all attractors

github.com/poliastro/poliastro - 1a795b876e867e903b64a39f6fbdf9a278dd1591 authored almost 5 years ago
Merge pull request #865 from astrojuanlu/check-docs

Fix docs building on CI

github.com/poliastro/poliastro - 1563d4671f529519150dcc048066511883294b3e authored almost 5 years ago
Fix docs building

github.com/poliastro/poliastro - 5a3e540c9953aa88fa5eec7b213fe32b1b5ea9f7 authored almost 5 years ago
Merge pull request #855 from iamabhishek0/fixes_#849

Changed ss.frame to ss.get_frame in Documentation

github.com/poliastro/poliastro - 9380d8dd8adcc98f52f6a4a6e0d3e2e89f100c67 authored almost 5 years ago
changed get_frame with get_frame()

github.com/poliastro/poliastro - f076b232e555df4a264d5eaf384d71f560d0754e authored almost 5 years ago
Changed ss.frame to ss.get_frame

github.com/poliastro/poliastro - 2902fdf3f62fd9d90fc0be07a97864840832c9a5 authored almost 5 years ago
Merge pull request #853 from iamabhishek0/fixes_#852

Fixed Broken benchmarks Link

github.com/poliastro/poliastro - 9994fd6a8e939ac74e0385232b689c46aa59a906 authored almost 5 years ago
Fixed Broken benchmarks link

github.com/poliastro/poliastro - 5224680f8d3fa539e33b5aadb57e0f84d70d2251 authored almost 5 years ago
Merge pull request #851 from iamabhishek0/fix_#850

Fixed Duplicated Sphinx Extension

github.com/poliastro/poliastro - 77b2f9f86df18cac35252d4b76ab87cabdeed8c6 authored almost 5 years ago
Fixed Duplicated Sphinx Extension

github.com/poliastro/poliastro - 9c69561db80cd1c20fc77717e0590796982df64c authored almost 5 years ago
Merge pull request #844 from sundeshgupta/fix-issue-817

CZML extractor: timezone issue #817

github.com/poliastro/poliastro - 829cf8d0f34a35e585396aec4853d10e6873211b authored almost 5 years ago
Fixed issue #817

Added blank line

Updated the test

Updated existing tests

Updated timezone format for 'epoch' ...

github.com/poliastro/poliastro - 66852b74ff5709d6207698a588a458eaba4213f7 authored almost 5 years ago
Merge pull request #845 from NanuSai/issue_840

Fix Vallado algorithm for Lambert problem

github.com/poliastro/poliastro - c65492302b65d07ad1ab1ed14418504cd9a8b997 authored almost 5 years ago
Fixed iod.vallado , modified docs for doctest, added test_issue840 to compare izzo and vallado

github.com/poliastro/poliastro - 5f22536b680bff4333e1fb28f307616af0d05f31 authored almost 5 years ago
Merge pull request #2 from poliastro/dependabot/pip/bleach-3.1.1

Bump bleach from 3.1.0 to 3.1.1

github.com/poliastro/tutorial - 217784d27b62835f8678e37eb3aabd0b4038076b authored almost 5 years ago
Bump bleach from 3.1.0 to 3.1.1

Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.0 to 3.1.1.
- [Release notes](https:/...

github.com/poliastro/tutorial - e081ea2835a321ba6553310e57833e5d5eb86532 authored almost 5 years ago
Add news for upcoming version

github.com/poliastro/czml3 - 0c4779f32332f99d0d8bf2d6c4bee4e9ff52d25e authored almost 5 years ago
Merge pull request #60 from Juanlu001/rename-rectangle

Rename to Rectangle in conformity with CZML spec

github.com/poliastro/czml3 - 705b097d556f863f166a84426a2ec33294389ad6 authored almost 5 years ago
Rename to Rectangle in conformity with CZML spec

github.com/poliastro/czml3 - f0cff9b1f3c95f8c029596601d7e4c45328b8ba5 authored almost 5 years ago
Merge pull request #59 from Juanlu001/rework-rectangle-tests

Rework rectangle tests

github.com/poliastro/czml3 - 9159c351aa517d7ae334ef2151148794ed8f6998 authored almost 5 years ago
Merge pull request #842 from noc0lour/fix_raan_from_ltan

twobody: correct raan_from_ltan calculation by 180 degrees

github.com/poliastro/poliastro - ea6a0eb34855af37267ca8df315652c9e03a3721 authored almost 5 years ago
Add test for corner case

github.com/poliastro/czml3 - b98afcfe3d57e4b27d802b13e1c4dd0c5e8cb6ee authored almost 5 years ago
Rework rectangle tests to use fixtures and NamedTemporaryFile

github.com/poliastro/czml3 - 5b169e9008c875c49533096f0842ef7e76d2ce0e authored almost 5 years ago
Merge pull request #58 from idanmiara/master

Added support for CZML rectangles

github.com/poliastro/czml3 - ce959e791a1a116f220160c9a2ae432eb8532347 authored almost 5 years ago
twobody: correct raan_from_ltan calculation by 180 degrees

Add unit tests checking calculated RAAN
against TLE values of known SSO satellites with publishe...

github.com/poliastro/poliastro - 2c4e74c1e5b084af8207c878530fd175c6b82121 authored almost 5 years ago
test_rectangle_image.py - use tempfile.mktemp

github.com/poliastro/czml3 - ed371203df6ace218561f332ec3e6cd6ba191548 authored almost 5 years ago
test_rectangle_image.py - reformatted with tox

github.com/poliastro/czml3 - e4c75737ee6bf3141ae53474719c1a2463f8016e authored almost 5 years ago
test_rectangle_image.py - reformatted with black

github.com/poliastro/czml3 - 2f94ff137a7877a89730e2781006bcd9f81b8410 authored almost 5 years ago
test_rectangle_image.py - added test for packet with an embedded png image in a rectangle. the test default input is smiley.png

github.com/poliastro/czml3 - a567d3234f166e9d9d238659cf984ccd28cafab9 authored almost 5 years ago
properties.py - CartographicRectangle - fix misspelling

github.com/poliastro/czml3 - cbf5c945788adaa9c8089634c636af57bcb310ba authored almost 5 years ago
Added support for CZML rectangles

core.py - added rectangle attribute to the CZML Packet class
properties.py - added CartographicRe...

github.com/poliastro/czml3 - d6bad64d70ad3ba88f2e98f360c55e6414816961 authored almost 5 years ago
Merge pull request #836 from priyanshurohilla/setup.cfg

setup.cfg

github.com/poliastro/poliastro - f8fed48bbe36309e8027e9f1316d646da0783011 authored about 5 years ago
Fixed shipping of setup.cfg into flit

github.com/poliastro/poliastro - 83857cd97b131a3308e15e2d6f87424f846c8607 authored about 5 years ago
Remove mention of pending conda-forge feedstock

github.com/poliastro/czml3 - 8c231c7f81c76c6f44fd5a3320a820438d72466d authored about 5 years ago
Add news for upcoming version

github.com/poliastro/czml3 - 821fa8879b28ac8155bc8cd39c97e30a06df121c authored about 5 years ago
Merge pull request #56 from Juanlu001/ship-license

Ship LICENSE

github.com/poliastro/czml3 - 950f87afdefe2583b178a75331b6d33a89249600 authored about 5 years ago
Ship LICENSE

github.com/poliastro/czml3 - 1ff7db6816d2f930260474f3fdf0c6fac615278c authored about 5 years ago
Merge pull request #838 from priyanshurohilla/jupiter

polar jupiter constant fix

github.com/poliastro/poliastro - 7655dd83b5ccf6264ddd9efa63c55a794dd48c30 authored about 5 years ago
polar jupiter constant fix

github.com/poliastro/poliastro - d0299afb4c8bd78776d8a93b9a90d5073044f7ac authored about 5 years ago