File tree Expand file tree Collapse file tree 6 files changed +14
-5
lines changed
Expand file tree Collapse file tree 6 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " liblrs"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44edition = " 2024"
55description = " Library to manipulate linear referencing systems"
66license = " MIT"
Original file line number Diff line number Diff line change 11[package ]
22name = " liblrs_python"
33description = " Python bindings for liblrs: a library to work with linear referencing systems"
4- version = " 0.4.0 "
4+ version = " 0.4.1 "
55edition = " 2024"
66license = " MIT"
77repository = " https://github.com/OpenRailAssociation/liblrs/"
Original file line number Diff line number Diff line change @@ -245,6 +245,15 @@ class Lrs:
245245 """
246246 ...
247247
248+ def lookup_lrms (self , point :Point ) -> list < LrmProjection > :
249+ r"""
250+ Projects a [`Point`] on all applicable [`Traversal`]s nearby.
251+ The [`Point`] must be in the bounding box of the [`Curve`] of the [`Traversal`].
252+ The result is sorted by `orthogonal_offset`: the nearest [`Lrm`] to the [`Point`] is the first item.
253+ """
254+ ...
255+
256+
248257 def lrs_properties (self ) -> dict [str , str ]:
249258 r"""
250259 [`Properties`] of the lrs
Original file line number Diff line number Diff line change 11[project ]
22name = " liblrs_python"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44requires-python = " >=3.12"
55dependencies = [" pip>=25.2" ]
66
Original file line number Diff line number Diff line change 11[package ]
22name = " liblrs-wasm"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44edition = " 2024"
55
66[lib ]
Original file line number Diff line number Diff line change 2121 "text-encoding" : " ^0.7.0"
2222 },
2323 "name" : " liblrs" ,
24- "version" : " 0.4.0 " ,
24+ "version" : " 0.4.1 " ,
2525 "repository" : {
2626 "type" : " git" ,
2727 "url" : " git+https://github.com/OpenRailAssociation/liblrs.git"
You can’t perform that action at this time.
0 commit comments