-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Combine the three component multipliers (Ms, Mh and Mt) into a single band, repeated for each wind direction (E, N, NE, NW, S, SE, SW, W). Each band is then stored in a single geotiff file for each tile. * `mpi_runner.py` creates a Virtual Raster Table (VRT) that allows a virtual GDAL dataset to be composed from other datasets. * Created dataset dimensions are set by the input dataset dimensions, not fixed * Handles the case of an empty input file, but not in an ideal way (replace missing file with values of 1) * PyPar replaced by mpi4py * TCRM-108: Fixed crash due to fraction indices. * TCRM-108: Python version change to 3.7 * TCRM-108: Adding test terrain_table data. * Update for PEP8 conformance test Co-authored-by: MahmudulHasanGA <[email protected]>
- Loading branch information
1 parent
22e643e
commit f80e458
Showing
57 changed files
with
1,200 additions
and
531 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.