issues
search
GNSSpy-Project
/
gnsspy
Python Toolkit for GNSS Data
MIT License
183
stars
74
forks
source link
Various fixes and improvements
#13
Open
valgur
opened
3 years ago
valgur
commented
3 years ago
Fixed the requirements parsing regression (
ir.req
is not found anymore) that breaks installation.
Replaced CDDIS that has started requiring credentials for download with ftp://cddis.gsfc.nasa.gov which mirrors the same data.
Added progress indication to downloads with
tqdm
.
Fixed a small array shape bug in orbit interpolation.
Added .gitignore to hide
*.pyc
,
dist/
, etc noise.
ir.req
is not found anymore) that breaks installation.tqdm
.*.pyc
,dist/
, etc noise.