Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
121b7ae
reproduce inav/fnav issue
jtec May 14, 2025
dc5e6f2
fixes
jtec May 16, 2025
fbdae63
set code biases on non-code obs back to NaN
jtec May 16, 2025
8cf52bf
Adds makefile
jtec May 16, 2025
6807669
Revert "Adds makefile"
jtec May 16, 2025
3329728
writes discontinuities to header
jtec May 16, 2025
2f1d0ad
more more more
jtec May 21, 2025
5add6d0
BDS health flag plot script
jtec May 21, 2025
5e00948
Revert "BDS health flag plot script"
jtec May 21, 2025
d77b312
Merge remote-tracking branch 'origin/main' into output_discontinuities
jtec Jun 25, 2025
2624cdc
fix
jtec Jun 25, 2025
4ed0397
Merge remote-tracking branch 'origin/main' into output_discontinuities
jtec Jul 3, 2025
2966fc1
constant chunk size
jtec Aug 15, 2025
2a80f22
Detect previous file repair more accurately
jtec Aug 26, 2025
cbdf217
new corrupted test file
jtec Aug 26, 2025
bc7586b
nav file parser fix
jtec Aug 26, 2025
1e62eff
adds polars function
jtec Sep 10, 2025
d797e53
maintenance
jtec Sep 10, 2025
fb58f83
in the middle of debugging polars version of build_records
jtec Sep 10, 2025
7d97d09
claude test setup
jtec Sep 10, 2025
54cbd09
fix prx picking up random nav files in subfolders
jtec Sep 10, 2025
7cb5096
adds polars version of build_records
jtec Sep 10, 2025
366a1b6
everything to polars
jtec Sep 10, 2025
298c2c5
changes interface to polars
jtec Sep 11, 2025
127607c
adapt tests
jtec Sep 11, 2025
c728a86
polars version
jtec Sep 11, 2025
dfb9509
switching to base branch to get reference data
jtec Sep 11, 2025
628aaa8
update test
jtec Sep 11, 2025
f452dd8
claude is stuck
jtec Sep 11, 2025
6e9b13c
test passes with pandas
jtec Sep 11, 2025
c72fd36
tests passing
jtec Sep 11, 2025
213b9e5
all tests passing
jtec Sep 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ package = true
python-preference = "only-managed"

[tool.uv.sources]
georinex = { git = "https://github.com/geospace-code/georinex", rev = "95ef1d8e7150f998a1b5a429090cadb429128648" }
georinex = { git = "https://github.com/jtec/georinex", rev = "2383aa2b0cc3c842b2775aabd3ee95d16a161e9c" }

[build-system]
requires = ["hatchling", "uv-dynamic-versioning"]
Expand Down
Loading