lisflood-utilities icon indicating copy to clipboard operation
lisflood-utilities copied to clipboard

LISFLOOD OS - Utilities

Results 6 lisflood-utilities issues
Sort by recently updated
recently updated
newest added

- New tool called catchstats used to compute catchment statistics. The tool can be used either from the command prompt or imported in a Python script: `from lisfloodutilities.catchstats import catchment_statistics`...

I'm using the tool `ncextract` that Giuseppe developed (branch `development`). Two minor comments: 1. The tool requires as an input a CSV file with the ID, latitude and longitude of...

The output NetCDF files from `cutmaps` do not inherit the data type and compression of the original NetCDF files. The results is that the output file size might be excessively...

Current version of comparator defines atol/rtol and then compare entire dirs using same values of tolerance. We need to add: 1) **atol rtol at compare_files level** In this case, user...

Maybe we could create jupyter notebooks with step by step guide for using the utilities?

Users can run the tool to verify that 1. Input netCDF4 files (forcings) have the right metadata, variables naming, CF 1.7 compliant 2. mask map of the area is correct

enhancement