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

Missing Dtype conversions within get_dtype_map ncgs_files.py #18

Open
dan771 opened this issue May 5, 2024 · 1 comment
Open

Missing Dtype conversions within get_dtype_map ncgs_files.py #18

dan771 opened this issue May 5, 2024 · 1 comment

Comments

@dan771
Copy link

dan771 commented May 5, 2024

When running the smooth_DEM method, the open_output_files() function reference save_D8_Grids tries to insert 'unit8' which is not on dtype conversion map ncgs_files.py dtype_map. The conversion for 'unit8' is 'u1'.

@dan771
Copy link
Author

dan771 commented May 5, 2024

same issue with 'd8':
svo_name = svo_name_map[ short_name ]
KeyError: 'D8'

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

1 participant