Skip to content

Commit 12d36a9

Browse files
committed
Load function before it is used
1 parent ef01fae commit 12d36a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

schimpy/convert_points.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import geopandas as gpd
66
import pandas as pd
77
from shapely.geometry import Point
8+
from schimpy.schism_sources_sinks import yaml2df
89

910

1011
def df_to_shp(fpath, df):

0 commit comments

Comments
 (0)