Tim Wisniewski

Results 142 comments of Tim Wisniewski

Thanks! That sounds like a reasonable addition for an optional feature. Would you be interested in submitting a pull request that adds it?

Sure. The easiest way is to make the changes in GitHub's web editor: https://help.github.com/articles/editing-files-in-another-user-s-repository/ The more proper way to do it is to fork this repository, then clone your forked...

Hm, that's a rather large file. I think you'd run into this problem with `L.geojson` (Leaflet's built-in geojson support) generally, not just this choropleth plugin. You may want to look...

Hi all, any suggestions on how to resolve this issue? It seems to work fine but continues to throw a big warning in the console.

Just want to chime in that this is happening to me too. Ref webpack/webpack#5931 For those unfamiliar with `cheap-source-map`, here's some docs: https://webpack.js.org/configuration/devtool/

I'm assuming this is possible because you can create datasets via Safe FME. I also would like to programmatically create them via an API

Any hints @chrismetcalf? That's a lot of repos :P [I'll share](https://github.com/timwis/socrata-pusher) if you share

Thanks @chrismetcalf, but I think I got it working with the new API this morning: https://github.com/timwis/socrata-creator

Working on incorporating it into sodapy rather than a separate library: https://github.com/xmunoz/sodapy/pull/8/files

...so that pull request has been merged but I just came across [socrata-python-deprecated](https://github.com/socrata-archive/socrata-python-deprecated/blob/master/Socrata.py#L225) which uses the same API calls. Did I use an _even older_ API @chrismetcalf? It certainly _feels_...