ruithnadsteud / yt_georaster

A package for handling geotiff files and georeferenced datasets within yt.
1 stars 2 forks source link

Add circle and rectangle data containers #2

Closed brittonsmith closed 3 years ago

brittonsmith commented 3 years ago

This adds 2D data containers, circle and rectangle. These are thin wrappers around sphere and box, respectively, that take coordinates of length 2 or 3. If coordinate values are length 2, the appropriate z dimension value is appended.