thinkingmachines / geomancer

Automated feature engineering for geospatial data
MIT License
216 stars 16 forks source link

Add option to use dburl for cast target #65

Closed ljvmiranda921 closed 5 years ago

ljvmiranda921 commented 5 years ago

Resolves #61

ljvmiranda921 commented 5 years ago

@marksteve I changed the parameter names just to avoid confusion.

I think the test cases are fine, it dynamically uploads a dataframe and returns a table string which I think is the same workflow that we do naman.

Or would you prefer setting up a new table per DBCore to always query upon during testing?

The usage would then look like this:

df_result = DistanceToNearest("supermarket", **kwargs).cast(target="tm-geospatial.hhtags")