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

Quadtree region class - QuadtreeGrid2D #115

Merged
merged 56 commits into from
Jan 11, 2022
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
5c0cb25
QuadtreeGrid2D region added
khawajasim Apr 19, 2021
06361c5
Added condition to read QuadtreeGrid forecast
khawajasim Apr 19, 2021
b6a5b4b
Some cleaning
khawajasim Apr 19, 2021
b1fe500
import CSEPCatalog
khawajasim Apr 19, 2021
2896b03
added spatial_count and spatio_mag_count functions
khawajasim Apr 21, 2021
fd044a3
poission_evaluations - routed from QuadtreeGrid2D
khawajasim Apr 21, 2021
cf697c4
requirements modefied
khawajasim Apr 22, 2021
6363fea
requirements modified
khawajasim Apr 22, 2021
1c6e278
modified requirements
khawajasim Apr 22, 2021
09cde29
unit tests for quadtree-grid
khawajasim Apr 26, 2021
1571f87
Unit test for quadtree
khawajasim Apr 26, 2021
0bf0b15
removed 'area' from requirements
khawajasim Apr 26, 2021
adf8f65
mercantile added
khawajasim Apr 26, 2021
c948a38
modified doc strings
khawajasim Apr 27, 2021
b592cbd
California quadtreegrid at L=12 added
khawajasim Apr 27, 2021
7d01261
california quadtreegrid loading function
khawajasim Apr 27, 2021
1c36f0b
Area function - Taken from Hanbao's code
khawajasim Apr 27, 2021
0098382
setup.py modified-added mercantile
khawajasim Apr 30, 2021
1676533
Area function name/docstring change
khawajasim Apr 30, 2021
970e1d2
Modified get_cell_area function for quick computation
khawajasim May 4, 2021
48f75b7
Improved func quadtree_grid_bounds
khawajasim May 7, 2021
aaaaec9
Removed boundary checks from _find_location() to improve performance
khawajasim May 7, 2021
f589569
Merging from Bill_csep Master
khawajasim May 21, 2021
cfd17ab
removed separate call for quadtree grid tests
khawajasim May 21, 2021
e30374a
func name changes
khawajasim May 21, 2021
1254a76
stylistic-changes relevant to compute_cell_area
khawajasim May 21, 2021
9ba8497
unit test for area
khawajasim May 21, 2021
739ebbd
changes
khawajasim Jun 22, 2021
a75aada
deleted cell area function
khawajasim Jun 22, 2021
7572bce
pulled upstream master and merged conflicts
khawajasim Jun 22, 2021
73634a6
removed unnecessary comments from poisson_evaluations.py
khawajasim Jun 22, 2021
c69c338
deleted useless comments
khawajasim Jun 23, 2021
a83904d
Reader for Quadtree forecast format
khawajasim Jul 6, 2021
388aac8
merging unknown conflict
khawajasim Jul 6, 2021
a7c3d66
QuadtreeGrid2D import in readers
khawajasim Jul 6, 2021
6a41646
Merge branch 'quadtree_experiment' into quadtree_master
khawajasim Jul 6, 2021
654fbc2
documentation for quadtree grid
khawajasim Jul 9, 2021
4226850
Cleaning docs
khawajasim Jul 9, 2021
285d600
Commenting quadtree import in readers, just checking...
khawajasim Jul 9, 2021
8ac594e
Removing circular imports by calling module inside function
khawajasim Jul 9, 2021
ffa39f9
documentation refned
khawajasim Jul 9, 2021
99b10a1
clean quadtree_forecast_reader
khawajasim Nov 16, 2021
6a1ead0
func name change - single_resoltion
khawajasim Nov 16, 2021
c3b6275
func area name change
khawajasim Nov 16, 2021
aa32ec8
Documentation-Region.rest file
khawajasim Nov 17, 2021
bb14653
Quadtree example for documentation
khawajasim Nov 17, 2021
a1e673a
minor cleanings-Adjustments to tests
khawajasim Nov 18, 2021
5155e2a
Docs example - Combine both grids
khawajasim Nov 19, 2021
37f4c58
Docs - Region modification
khawajasim Nov 19, 2021
4915ecc
Constructor arguments explained
khawajasim Nov 23, 2021
66bd95b
more unit tests
khawajasim Nov 23, 2021
3b1265b
1 more test
khawajasim Nov 23, 2021
44808c8
get_xs_ys - Experiment for plotting
khawajasim Dec 8, 2021
c05bf1f
forecast.plot() for Single-res Quadtree
khawajasim Dec 10, 2021
155f47a
merge asim/quadtree_master with pycsep/master
wsavran Jan 11, 2022
856476d
clean up unnecessary comments from code
wsavran Jan 11, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading