Skip to content

Commit

Permalink
fix GOSTrocks import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
andresfchamorro committed Feb 24, 2024
1 parent d1fe643 commit 8127c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/GOSTrocks/ghslMisc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import xarray as xr
import matplotlib.pyplot as plt

from GOSTRocks.misc import tPrint
from GOSTrocks.misc import tPrint

curPath = os.path.realpath(os.path.abspath(os.path.split(inspect.getfile( inspect.currentframe() ))[0]))
if not curPath in sys.path:
Expand Down
2 changes: 1 addition & 1 deletion src/GOSTrocks/osmMisc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pandas as pd

from shapely.geometry import box
from GOSTRocks import misc
from GOSTrocks import misc

# Highway features are reclassified to 4 OSMLR classes for simplification and standardization
# https://mapzen.com/blog/osmlr-2nd-technical-preview/
Expand Down

0 comments on commit 8127c76

Please sign in to comment.