Skip to content

Commit

Permalink
Fix removal of contour_levels argument in example and netcdf
Browse files Browse the repository at this point in the history
  • Loading branch information
bartromgens committed Mar 9, 2018
1 parent 79484cf commit 7773e59
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/example_contourf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
# Convert matplotlib contourf to geojson
geojson = geojsoncontour.contourf_to_geojson(
contourf=contourf,
contour_levels=levels,
min_angle_deg=3.0,
ndigits=3,
stroke_width=2,
Expand Down
1 change: 0 additions & 1 deletion geojsoncontour/utilities/netcdfhelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def netcdf_to_geojson(ncfile, var, fourth_dim=None):
contourf=contourf,
geojson_filepath='{}_{}_t{}_{}.geojson'.format(name, var,
t, position),
contour_levels=levels,
ndigits=3,
min_angle_deg=None,
unit=unit
Expand Down

0 comments on commit 7773e59

Please sign in to comment.