We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d169285 + ee9432a commit 6811ac4Copy full SHA for 6811ac4
1 file changed
docs/reference/api_reference.rst
@@ -207,16 +207,30 @@ Region class(es):
207
:toctree: generated
208
209
CartesianGrid2D
210
+ CartesianGrid2D.from_origins
211
+ CartesianGrid2D.from_dict
212
+ CartesianGrid2D.to_dict
213
CartesianGrid2D.get_cartesian
214
+ CartesianGrid2D.get_cell_area
215
+ CartesianGrid2D.get_index_of
216
+
217
+ QuadtreeGrid2D
218
+ QuadtreeGrid2D.from_catalog
219
+ QuadtreeGrid2D.from_single_resolution
220
+ QuadtreeGrid2D.from_quadkeys
221
+ QuadtreeGrid2D.get_cartesian
222
223
Testing regions:
224
225
.. autosummary::
226
227
228
california_relm_region
229
+ california_relm_collection_region
230
italy_csep_region
231
+ italy_csep_collection_region
232
nz_csep_region
233
+ nz_csep_collection_region
234
global_region
235
236
Region utilities:
0 commit comments