Skip to content

Commit 461617e

Browse files
EliEli
authored andcommitted
added sav_density_raster which populates rasters (veg) using much more local approach.
Roll back util directory. Added documentation, corrected incorrectly nested loop code.
1 parent bb7580b commit 461617e

8 files changed

Lines changed: 1511 additions & 7 deletions

File tree

schimpy/convert_linestrings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from schimpy.schism_linestring import read_linestrings, write_linestrings
77
from schimpy.prepare_schism import get_structures_from_yaml
88
from schimpy.schism_setup import check_and_suggest
9-
from schimpy.util.yaml_load import yaml_from_file
9+
from schimpy.yaml_util import yaml_from_file
1010
from shapely.geometry import LineString, mapping
1111
import click
1212
import geopandas as gpd

schimpy/prepare_schism.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from schimpy import schism_yaml
1212
from schimpy import station as station_mod
1313
from schimpy.create_vgrid_lsc2 import vgrid_gen
14-
from schimpy.util.yaml_load import yaml_from_file
14+
from schimpy.yaml_util import yaml_from_file
1515
from schimpy.mesh_volume_tvd import (
1616
refine_volume_tvd,
1717
ShorelineOptions,

0 commit comments

Comments
 (0)