<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.3">Jekyll</generator><link href="http://cvazquez.net/feed.xml" rel="self" type="application/atom+xml" /><link href="http://cvazquez.net/" rel="alternate" type="text/html" /><updated>2023-11-20T05:41:09+00:00</updated><id>http://cvazquez.net/feed.xml</id><title type="html">Navigation, software radio and stuff</title><subtitle>A collection of useful (to me) hello worlds, which I believe are the base of engineering this days.</subtitle><author><name>César Vázquez</name></author><entry><title type="html">Checking satelite visibility with TLEs SkyField</title><link href="http://cvazquez.net/blog/checking-satellite-visibility-skyfield/" rel="alternate" type="text/html" title="Checking satelite visibility with TLEs SkyField" /><published>2023-11-19T00:00:00+00:00</published><updated>2023-11-19T00:00:00+00:00</updated><id>http://cvazquez.net/blog/checking-satellite-visibility-skyfield</id><content type="html" xml:base="http://cvazquez.net/blog/checking-satellite-visibility-skyfield/">&lt;p&gt;Something that I have done over and over at work and when working on hobby projects is checking satellite visibility. There are many usefull websites already providing that. For the case of GNSS there is the well known https://www.gnssplanning.com/, which allows to check satellite visibility at a location and even more advanced things like TEC in an easy way.&lt;/p&gt;

&lt;p&gt;When some extra constraints are needed and the analysis has to be done for a set of dates, this kind of web pages become tedious so some automation is needed. Fortunately on python there is the excelent &lt;a href=&quot;https://rhodesmill.org/skyfield/&quot;&gt;SkyField&lt;/a&gt; library.&lt;/p&gt;

&lt;p&gt;TBC…&lt;/p&gt;</content><author><name>César Vázquez</name></author><category term="Blog" /><category term="Satellite" /><category term="GNSS" /><category term="Python" /><summary type="html">Something that I have done over and over at work and when working on hobby projects is checking satellite visibility. There are many usefull websites already providing that. For the case of GNSS there is the well known https://www.gnssplanning.com/, which allows to check satellite visibility at a location and even more advanced things like TEC in an easy way. When some extra constraints are needed and the analysis has to be done for a set of dates, this kind of web pages become tedious so some automation is needed. Fortunately on python there is the excelent SkyField library. TBC…</summary></entry></feed>