Commit 9d99f6e
Add Sampled Cross-Sections (#1321)
* extend cross-section functionality to support interpolation along the line of intersection
* add new modules
* check if faces are found, throw an exception otherwise
* add docstring
* add case in interp to handle cross sections
* start deprecating old cross_section
* add numpy
* add NE30PG2 data
* work on cross-section notebook
* update cross section notebook
* work on docstrings
* work on docstrings
* work on docstrings
* update docstring
* update api.rst
* update docstring
* update notebook
* add test
* work on notebook
* update docstring
* Update uxarray/subset/dataarray_accessor.py
Co-authored-by: Copilot <[email protected]>
* Update uxarray/subset/grid_accessor.py
Co-authored-by: Copilot <[email protected]>
* Update uxarray/subset/grid_accessor.py
Co-authored-by: Copilot <[email protected]>
* Update uxarray/subset/dataarray_accessor.py
Co-authored-by: Copilot <[email protected]>
* Update uxarray/subset/grid_accessor.py
Co-authored-by: Copilot <[email protected]>
* Update test/test_cross_sections.py
Co-authored-by: Copilot <[email protected]>
* fix order of lat lon
* Update test/test_cross_sections.py
Co-authored-by: Copilot <[email protected]>
* validate steps and add pyproj to dependencies
* revise notebook
* typo in subset
* check for face-centered data variable
* revisions based on Orhan's suggestions
* add comma
* use float64
* fix subset docstring
* fix admonition formatting
---------
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Rajeev Jain <[email protected]>1 parent 95fcfce commit 9d99f6e
File tree
12 files changed
+1196
-1128
lines changed- docs
- user-guide
- test
- meshfiles/scrip/ne30pg2
- uxarray
- cross_sections
- subset
12 files changed
+1196
-1128
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
321 | 325 | | |
322 | 326 | | |
323 | 327 | | |
| |||
331 | 335 | | |
332 | 336 | | |
333 | 337 | | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
334 | 342 | | |
335 | 343 | | |
336 | 344 | | |
337 | 345 | | |
338 | 346 | | |
| 347 | + | |
339 | 348 | | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
| 349 | + | |
352 | 350 | | |
353 | 351 | | |
354 | | - | |
355 | | - | |
356 | 352 | | |
357 | 353 | | |
358 | 354 | | |
359 | 355 | | |
360 | 356 | | |
361 | 357 | | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
| 358 | + | |
366 | 359 | | |
367 | 360 | | |
368 | 361 | | |
| |||
0 commit comments