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

Error in: site table #11

Open
ajdiazdk opened this issue Nov 12, 2019 · 1 comment
Open

Error in: site table #11

ajdiazdk opened this issue Nov 12, 2019 · 1 comment
Assignees
Labels
Fixed A Fix has been applied

Comments

@ajdiazdk
Copy link
Member

Error in: site table

Record Values: ['S1999AK180002', '64', '54', '27.00', 'North', '163', '40', '24.50', 'West', None, None, None, None, None, None, None, None, None, None, 'Estimated from other source', None, 'Side Slope', None, None, None, 'Toeslope', None, '6.0', '90', None, None, 'Convex', 'Convex', None, None, None, None, 'Very poorly drained', None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, '0', None, None, None, None, None, None, None, '64.9075012', '-163.6734772', None, None, None, '36871', '108720']

  File "D:\ESRI_stuff\python_scripts\GitHub\NASIS-Pedons\NASIS_Pedons.tbx#ExtractPedonsfromNASISbyTextFile-Manual.py", line 1321, in importPedonData

RuntimeError: The value type is incompatible with the field type. [sdbiidref]
@ajdiazdk ajdiazdk self-assigned this Nov 12, 2019
@ajdiazdk
Copy link
Member Author

sdbiidref field is set to short integer which can only store values within the range of -32,768 to 32,767. Therefore, you cannot store a value greater than 32,767 or less than -32,768.

The sdbiidref value will be set to long integer

@ajdiazdk ajdiazdk added the Fixed A Fix has been applied label Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed A Fix has been applied
Projects
None yet
Development

No branches or pull requests

1 participant