Skip to content

Commit

Permalink
LGVISIUM-102: add ticket number for TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvermeeren-swisstopo committed Nov 21, 2024
1 parent 3b8f8a8 commit 474111a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.predictions-json.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `predictions.json` output Structure
# `predictions.json` output structure
The `predictions.json` file contains the results of a data extraction process in a machine-readable format. By default, the file is written to `data/output/predictions.json`.

Each key in the JSON object is the name of a PDF file. The extracted data is listed as an object with the following keys:
Expand Down
2 changes: 1 addition & 1 deletion src/stratigraphy/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def process_page(
rect=pair.block.rect,
page=page_number,
),
# TODO don't automatically convert any interval to an AAboveBInterval
# TODO LGVISIUM-104 don't automatically convert any interval to an AAboveBInterval
depth_interval=AAboveBInterval(start=pair.depth_interval.start, end=pair.depth_interval.end)
if pair.depth_interval
else None,
Expand Down

0 comments on commit 474111a

Please sign in to comment.