Closed ryanbaumann closed 6 years ago
My dataframe may have any column name containing latitude and longitude information.
Enable user to pass the dataframe column name containing latitude and longitude information into nl.make_points()
@murphy214
@ryanbaumann As per this commit: https://github.com/murphy214/nlgeojson/commit/5e742df49464a952faff522b4b194a333933862c
Requested feature added here. Hopefully thats what you needed!
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