Skip to content

Use dataclass for data stored in load package #534

Description

@rwood-97

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestloadIssues related to the "Load" functionalitynew feature

    Type

    No type

    Projects

    • Status
      Freezer

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions