Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Task] Improve LOC parser #210

Open
2 tasks
mradamcox opened this issue Aug 23, 2024 · 0 comments
Open
2 tasks

[Task] Improve LOC parser #210

mradamcox opened this issue Aug 23, 2024 · 0 comments
Labels
component: backend effort: medium type: maintenance Underlying updates, upgrades, and general upkeep

Comments

@mradamcox
Copy link
Collaborator

mradamcox commented Aug 23, 2024

Describe the problem

The LOC API parser that is used during volume load needs to be improved to handle some edge cases I've encountered.

  • Handle filelists that have two entries referencing the same file. See [Bug] Incomplete volume loads #197 for more info. There is an example of this in sanborn04023_023.
  • Handle filelist entries that don't have a JP2 url in them. There is an example of this in item sanborn04339_029.

Expected behavior
Ideally, this parser should inspect the record before creating any objects in the database, and return an error if anything unexpected is found.

@mradamcox mradamcox added effort: medium type: maintenance Underlying updates, upgrades, and general upkeep component: backend labels Aug 23, 2024
@mradamcox mradamcox added this to the v0.1.0-beta Release milestone Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: backend effort: medium type: maintenance Underlying updates, upgrades, and general upkeep
Projects
None yet
Development

No branches or pull requests

1 participant