Commit 378ed35
Quadtree region class - QuadtreeGrid2D (#115)
* QuadtreeGrid2D region added
* Added condition to read QuadtreeGrid forecast
* added spatial_count and spatio_mag_count functions
* poission_evaluations - routed from QuadtreeGrid2D
* modified requirements
* unit tests for quadtree-grid
* removed 'area' from requirements
* modified doc strings
* California quadtreegrid at L=12 added
* california quadtreegrid loading function
* Area function - Taken from Hanbao's code
* setup.py modified-added mercantile
* Area function name/docstring change
* Modified get_cell_area function for quick computation
* Improved func quadtree_grid_bounds
* Removed boundary checks from _find_location() to improve performance
* removed separate call for quadtree grid tests
* func name changes
* stylistic-changes relevant to compute_cell_area
* unit test for area
* changes
* deleted cell area function
* removed unnecessary comments from poisson_evaluations.py
* deleted useless comments
* Reader for Quadtree forecast format
* documentation for quadtree grid
* Cleaning docs
* Commenting quadtree import in readers, just checking...
* documentation refned
* clean quadtree_forecast_reader
* func name change - single_resoltion
* func area name change
* Documentation-Region.rst file
* Quadtree example for documentation
* Docs example - Combine both grids
* Constructor arguments explained
* get_xs_ys - Experiment for plotting
* forecast.plot() for Single-res Quadtree
* clean up unnecessary comments from code
* pin numpy version to <= 1.25.0
Co-authored-by: William Savran <wsavran@usc.edu>1 parent f48b110 commit 378ed35
File tree
17 files changed
+54897
-33
lines changed- csep
- artifacts/Regions
- core
- utils
- docs
- concepts
- examples/tutorials
- tests
17 files changed
+54897
-33
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
794 | 794 | | |
795 | 795 | | |
796 | 796 | | |
| 797 | + | |
797 | 798 | | |
798 | 799 | | |
799 | 800 | | |
| |||
835 | 836 | | |
836 | 837 | | |
837 | 838 | | |
838 | | - | |
839 | 839 | | |
| 840 | + | |
840 | 841 | | |
841 | 842 | | |
842 | 843 | | |
| |||
850 | 851 | | |
851 | 852 | | |
852 | 853 | | |
| 854 | + | |
853 | 855 | | |
854 | 856 | | |
855 | 857 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
181 | 182 | | |
182 | 183 | | |
183 | 184 | | |
| 185 | + | |
184 | 186 | | |
185 | 187 | | |
186 | 188 | | |
| |||
333 | 335 | | |
334 | 336 | | |
335 | 337 | | |
336 | | - | |
337 | 338 | | |
338 | 339 | | |
339 | 340 | | |
| |||
387 | 388 | | |
388 | 389 | | |
389 | 390 | | |
| 391 | + | |
390 | 392 | | |
391 | 393 | | |
392 | 394 | | |
| |||
0 commit comments