Skip to content

Commit

Permalink
DOC: refine example (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlshapiro committed Jan 14, 2020
1 parent 43a45b1 commit 2d0a5a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ PODPAC
import podpac
# elevation DataArray
# elevation
elevation = podpac.data.Rasterio(source="elevation.tif")
# soil moisture DataArray
# soil moisture
soil_moisture = podpac.data.H5PY(source="smap.h5", interpolation="bilinear")
# evaluate soil moisture at the coordinates of the elevation data
data = soil_moisture.eval(elevation.native_coordinates)
output = soil_moisture.eval(elevation.native_coordinates)
.. figure:: /_static/img/demo-figure.png
Expand Down

0 comments on commit 2d0a5a9

Please sign in to comment.