Skip to content

Commit

Permalink
Update utils.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbaumann committed Feb 23, 2018
1 parent 961e4fe commit 132e5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-markdown/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lon | Name of dataframe column containing latitude values.
lat | Name of dataframe column containing longitude values.

## df_to_geojson
Convert a Pandas dataframe to a geojson Python dictionary as a file
Convert a Pandas dataframe to a geojson format Python dictionary or as a line-delimited geojson file.

### Params
**df_to_geojson**(_df, properties=None, lat='lat', lon='lon', precision=None, filename=None_)
Expand Down

0 comments on commit 132e5a2

Please sign in to comment.