Quansight / omnisci

Explorations on using MapD and Jupyter together.
4 stars 1 forks source link

Update intake-mapd #51

Closed ian-r-rose closed 5 years ago

ian-r-rose commented 5 years ago

@pearu did some exploratory work with intake-mapd. We need to update this to work with newer versions of pymapd and intake, and prepare it for release as a package on PyPI.

mpeaton commented 5 years ago

Right. I've thus far stood up a local test environment, and renamed the base class from Plugin to DataSource. There is a TODO in the intake-mapd code regarding mapping mapd sources, and so it would seem there is some invention required on how to map Polygon and MultiPolygon types, as well as write some test code.

ian-r-rose commented 5 years ago

@mpeaton I have a PR open that modernizes, cleans up, and package-ifys intake-omnisci, care to take a look?

mpeaton commented 5 years ago

Is it possible to make POLYGON types map to some other data structure than STRINGLIST, maybe numpy array ?

xmnlab commented 5 years ago

Is it possible to make POLYGON types map to some other data structure than STRINGLIST, maybe numpy array ?

@mpeaton not sure if it could be related but we are adding geopandas as output for geo spatial output (https://github.com/ibis-project/ibis/pull/1858)