From a4cb7d3ca7b67f9165aad7f90fe5827293980677 Mon Sep 17 00:00:00 2001 From: geomsi <32564665+geomsi@users.noreply.github.com> Date: Mon, 25 Oct 2021 11:58:06 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 49eff51..bd6a67c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ # GNSSpy Python Toolkit for GNSS Data developed by Mustafa Serkan Isik (isikm@itu.edu.tr) and Volkan Ozbey (ozbeyv@itu.edu.tr). This project is still a work in progress. Send us your feedback if possible... +To cite GNSSpy: + +Işık, M. S., Özbey, V., Erol, S., & Tari, E. (2021, July). GNSSpy: Python Toolkit for GNSS Data. In 2021 IEEE International Geoscience and Remote Sensing Symposium IGARSS (pp. 8550-8553). IEEE. + +@inproceedings{isik_et_al2021gnsspy, + title={GNSSpy: Python Toolkit for GNSS Data}, + author={I{\c{s}}ik, Mustafa Serkan and {\"O}zbey, Volkan and Erol, Serdar and Tari, Ergin}, + booktitle={2021 IEEE International Geoscience and Remote Sensing Symposium IGARSS}, + pages={8550--8553}, + year={2021}, + organization={IEEE} +} + # What is GNSSpy? GNSSpy is a free and open source library for handling multi GNSS and different versions (2.X and 3.X) of RINEX files. It provides Single Point Positioning (SPP) solutions by least squares adjustment using pseudo-range observations using precise ephemeris and clock files. GNSSpy can be used for editing (slicing, decimating, merging) and quality checking (multipath,ionospheric delay, SNR) for RINEX files. Ionospheric delay can be calculated from GNSS atmospheric models of IGS for single frequency RINEX data or removed using dual frequency RINEX data. It can be used for visualizing GNSS data such as skyplot, azimuth-elevation,time-elevation, ground track and band plots. Additionally, this library can be used for basic geodetic computations such as geodetic positions on reference ellipsoid and projection computations. From d54d34ba7b03fe48ff645c6ad7a46a3c8ffa9c66 Mon Sep 17 00:00:00 2001 From: geomsi <32564665+geomsi@users.noreply.github.com> Date: Mon, 25 Oct 2021 11:58:54 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bd6a67c..ee07a35 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ To cite GNSSpy: Işık, M. S., Özbey, V., Erol, S., & Tari, E. (2021, July). GNSSpy: Python Toolkit for GNSS Data. In 2021 IEEE International Geoscience and Remote Sensing Symposium IGARSS (pp. 8550-8553). IEEE. +``` @inproceedings{isik_et_al2021gnsspy, title={GNSSpy: Python Toolkit for GNSS Data}, author={I{\c{s}}ik, Mustafa Serkan and {\"O}zbey, Volkan and Erol, Serdar and Tari, Ergin}, @@ -13,6 +14,7 @@ Işık, M. S., Özbey, V., Erol, S., & Tari, E. (2021, July). GNSSpy: Python Too year={2021}, organization={IEEE} } +``` # What is GNSSpy? GNSSpy is a free and open source library for handling multi GNSS and different versions (2.X and 3.X) of RINEX files. It provides From d72b5e83f192fe061023ef4da22c87814569d833 Mon Sep 17 00:00:00 2001 From: geomsi <32564665+geomsi@users.noreply.github.com> Date: Mon, 25 Oct 2021 11:59:33 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee07a35..b80a22d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Python Toolkit for GNSS Data developed by Mustafa Serkan Isik (isikm@itu.edu.tr) To cite GNSSpy: -Işık, M. S., Özbey, V., Erol, S., & Tari, E. (2021, July). GNSSpy: Python Toolkit for GNSS Data. In 2021 IEEE International Geoscience and Remote Sensing Symposium IGARSS (pp. 8550-8553). IEEE. +Işık, M. S., Özbey, V., Erol, S., & Tari, E. (2021, July). GNSSpy: Python Toolkit for GNSS Data. In 2021 IEEE International Geoscience and Remote Sensing Symposium IGARSS (pp. 8550-8553). IEEE. DOI: https://doi.org/10.1109/IGARSS47720.2021.9553880. ``` @inproceedings{isik_et_al2021gnsspy,