Skip to content

Commit

Permalink
Added description of regridding.geometry subpackage.
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Dec 2, 2023
1 parent b6f3eb3 commit 3e77f4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions regridding/geometry.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Numba-compiled computational geometry routines needed for regridding operations.
"""

import math
import numpy as np
import numba
Expand Down

0 comments on commit 3e77f4b

Please sign in to comment.