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

Use dataclass for data stored in load package #534

Open
rwood-97 opened this issue Nov 21, 2024 · 0 comments
Open

Use dataclass for data stored in load package #534

rwood-97 opened this issue Nov 21, 2024 · 0 comments
Labels
enhancement New feature or request load Issues related to the "Load" functionality new feature

Comments

@rwood-97
Copy link
Collaborator

Currently in the load package we store data as nested dictionaries. This is frustrating as you can get key errors.
It would be good to use dataclasses to store data whenever possible in MapReader. This mostly applies to the text spotting (see #533 ) and load subpackages.

For load subpackage:

  • Use dataclass for storing info about patches and parent images
@rwood-97 rwood-97 added enhancement New feature or request load Issues related to the "Load" functionality new feature labels Nov 21, 2024
@rwood-97 rwood-97 moved this to Upcoming in MapReader Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request load Issues related to the "Load" functionality new feature
Projects
Status: Backlog
Development

No branches or pull requests

1 participant