Skip to content

Commit

Permalink
add data file, install requirements for best-practices
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Mar 2, 2023
1 parent dac5726 commit a328b49
Show file tree
Hide file tree
Showing 3 changed files with 502 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/best-practices/boulder_dem.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import matplotlib.pyplot as plt
import pandas as pd

topo_file = "../../data/topo.asc"
topo_file = "./data/topo.asc"


def read():
Expand Down
Loading

0 comments on commit a328b49

Please sign in to comment.