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

IEEE numbers support in "string" #89

Open
6 tasks
drasmart opened this issue Feb 28, 2025 · 4 comments
Open
6 tasks

IEEE numbers support in "string" #89

drasmart opened this issue Feb 28, 2025 · 4 comments
Assignees

Comments

@drasmart
Copy link
Contributor

drasmart commented Feb 28, 2025

fiftyoneDegreesStringFormat should be extended with

Double = 4,
Int = 5,
Float = 6

Steps:

@drasmart drasmart self-assigned this Feb 28, 2025
@drasmart
Copy link
Contributor Author

drasmart commented Mar 5, 2025

IEEE double type implementation (with tests):

@jwrosewell
Copy link
Contributor

@drasmart and @ben51degrees to verify that they both understand the agreed and final meta data and the data file that includes this metadata in a form that can be consumed by the C code.

@drasmart modify the work to only include the data types that are needed for the agreed and final meta data. We don't want to develop things that are not needed.

This task needs to remove any data types that are not needed but that might have already been implemented.

@drasmart
Copy link
Contributor Author

drasmart commented Mar 6, 2025

Used types according to common-metadata:

grep '"StoredValueType": "\w\+"' -r -h -o | sort -u`
"StoredValueType": "IP"
"StoredValueType": "String"
"StoredValueType": "int"
"StoredValueType": "single"
"StoredValueType": "string"
"StoredValueType": "wkb"

( ^ sampled at ea266ac5e99459d5acc5a5aac717f6f35929fb7f )

@justadreamer
Copy link
Contributor

So we need the support for only float and int it looks like

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants