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

sequence2points fails when sequences have more than 2^32 - 2 elements #498

Closed
jipclaassens opened this issue Sep 1, 2023 · 2 comments
Closed
Assignees
Labels
calculations Producing primary data, functions
Milestone

Comments

@jipclaassens
Copy link
Member

For such occasions, one needs a sequence2points_uint64.

@jipclaassens jipclaassens added the calculations Producing primary data, functions label Sep 1, 2023
@jipclaassens
Copy link
Member Author

jipclaassens commented Sep 1, 2023

Issue Observed at 0vsrv06 when debugging Africa.dms (aka CUSA),

when opening /Results/Maputo_Gaborone_Walvis_Base/Export_Package2_TrafficAllocation

  nrPoints = 18 537 444 261 | unsigned __int64

arg1 has 1424 tiles, thus at least 1423*2^16 = 100 000 000 sequences of UInt32 elements

average sequence size is therefore approximately 200 UInt32 elements

@MaartenHilferink MaartenHilferink added this to the 13.4.0 milestone Sep 1, 2023
MaartenHilferink added a commit that referenced this issue Sep 1, 2023
dyna_point_uint64, dyna_point_with_ends_uint64, dyna_segment_uint64, dyna_segment_with_ends_uint64
@MaartenHilferink
Copy link
Collaborator

use sequence2points_uint64, available in 13.4.0
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
calculations Producing primary data, functions
Projects
None yet
Development

No branches or pull requests

2 participants