Skip to content

Commit

Permalink
document test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Apr 3, 2024
1 parent 13ced4c commit 41e3042
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_vector_pipeline.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Requires a HydroBasins and MERIT data:
# export DATA_PATH="Library/Application Support/rabpro/"
# mkdir -p "$HOME/$DATA_PATH"
# cp -r ./tests/data/MERIT_Hydro ./tests/data/HydroBasins "$HOME/$DATA_PATH"
import rabpro
from pyproj import CRS
import geopandas as gpd
Expand Down

0 comments on commit 41e3042

Please sign in to comment.