We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like we're requesting points not generic enough / things had changed a bit since 1.4.
Add a unit test to read the following CSV file:
X,Y,Z,TEST 289814.150,4320978.610,170.760,2.000 289814.640,4320978.840,170.760,2.000 289815.120,4320979.060,170.750,2.000 289815.600,4320979.280,170.740,2.000 289816.080,4320979.500,170.680,2.000 289816.560,4320979.710,170.660,2.000 289817.030,4320979.920,170.630,2.000 289817.530,4320980.160,170.620,2.000 289818.010,4320980.380,170.610,2.000 289818.500,4320980.590,170.580,2.000
We can get access to the point if here we'll use pl->dimTypes() call instead.
So we store a bit incorrect information in JVM memory.
The text was updated successfully, but these errors were encountered:
Fixed in #14
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
It looks like we're requesting points not generic enough / things had changed a bit since 1.4.
Add a unit test to read the following CSV file:
We can get access to the point if here we'll use pl->dimTypes() call instead.
So we store a bit incorrect information in JVM memory.
The text was updated successfully, but these errors were encountered: