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

parameterised functions for accessing binary file data #187

Open
3 tasks
jannikmi opened this issue Mar 22, 2023 · 0 comments
Open
3 tasks

parameterised functions for accessing binary file data #187

jannikmi opened this issue Mar 22, 2023 · 0 comments

Comments

@jannikmi
Copy link
Owner

the binary files share a common format, but contain data stored in different dtypes (values take up different amount of bytes)

  • create variables for all used dtypes for each type of data (polygon address, coordinate...)
  • write generic functions for accessing the values in a binary file at a given offset given a dtype of the binary file
  • replace the current function calls with the parameterised ones
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant