rosskush / skspatial

Simple Functions for spatial interpolation using machine learning
22 stars 7 forks source link

change "write contours" to GeoDataFrame #6

Closed rosskush closed 3 years ago

rosskush commented 4 years ago

Change the write_contours routine to return a geodataframe so the user can chose to write it out or maybe clip it.

Maybe just have a different function, like "get_contours" that does it instead

rosskush commented 3 years ago

added get_contours()