murphy214 / nlgeojson

Fastest, simplest, vanilla Pandas DF to geojson output.
10 stars 1 forks source link

Control `latitude` and `longitude` dataframe column name mapping #4

Closed ryanbaumann closed 6 years ago

ryanbaumann commented 6 years ago

Problem

My dataframe may have any column name containing latitude and longitude information.

Proposal

Enable user to pass the dataframe column name containing latitude and longitude information into nl.make_points()

@murphy214

murphy214 commented 6 years ago

@ryanbaumann As per this commit: https://github.com/murphy214/nlgeojson/commit/5e742df49464a952faff522b4b194a333933862c

Requested feature added here. Hopefully thats what you needed!