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

Memory Issue #8

Closed
maryloooh opened this issue Jan 28, 2020 · 5 comments
Closed

Memory Issue #8

maryloooh opened this issue Jan 28, 2020 · 5 comments

Comments

@maryloooh
Copy link

  • lidar version:
  • Python version: 3.7
  • Operating System: Windows 10

RuntimeError: Free disk space available is 49152 bytes, whereas 2705360268 are at least necessary. You can disable this check by defining the CHECK_DISK_FREE_SPACE configuration option to FALSE.

How can I solve this? Thanks a lot!

@giswqs
Copy link
Member

giswqs commented Jan 28, 2020

How big is your DEM? This error seems to be caused by GDAL, not the lidar package. See here.

@maryloooh
Copy link
Author

maryloooh commented Jan 28, 2020 via email

@giswqs
Copy link
Member

giswqs commented Jan 29, 2020

The program utilizes the LoadGDAL() function from the RichDEM package to read and write data. Therefore, it should be able to handle most common raster formats. If you DEM is too big to process in one round, you can subdivide the DEM into smaller watersheds and use a loop to run the program.

@maryloooh
Copy link
Author

maryloooh commented Jan 29, 2020 via email

@giswqs
Copy link
Member

giswqs commented Jan 29, 2020

Good to know. Thanks for the update.

@giswqs giswqs closed this as completed Jan 29, 2020
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

2 participants