[datameet] Re: merging arrays in d3.js

2016-05-27 Thread Curran Kelleher
Also cross-posted to D3 mailing list . Funny, we had the same solution! Hi Kuhu, Try this solution: var dataset1 = []; d3.csv("elex.csv", function(data) { data.forEach(function(d) { dataset1.push([+d.CONUM, +d.PIXMAR]);

[datameet] Re: Newbie here- Need help with shape file of constituencies of India.

2016-05-20 Thread Curran Kelleher
Congrats on getting it working! D3 definitely has a steep learning curve and can be frustrating. Is your work something that could be shared publicly? It would be awesome to see the map. blockbuilder.org is a nice tool for publishing code examples to bl.ocks.org. Regards, Curran On Thursday,

[datameet] Re: Demonetization related data

2016-11-27 Thread Curran Kelleher
Hi Nikhil, One interesting angle would be the number of deaths related to demonetization. I have seen a number of news articles regarding apparent suicides and elderly having medical problems in bank queues. This dataset would be extremely powerful, and could be gleaned if several folks

[datameet] Open Data Repository?

2018-01-21 Thread Curran Kelleher
Greetings, Is there any central place where the data sets and geo files uncovered by this community are stored/archived? I'm interested in creating visualizations of them. Thank you. Best regards, Curran -- Datameet is a community of Data Science enthusiasts in India. Know more about us by

[datameet] Officially Approved India Map Borders?

2020-06-16 Thread Curran Kelleher
Greetings, I'm working on some mapping projects where the goal is to be able to publish the map legally within India. To do this, we need to use the "Gov't of India - Approved" borders for India (particularly disputed borders). The closest we've come is to use GADM India Border

[datameet] Re: zip code boundary of USA

2020-07-25 Thread Curran Kelleher
Here's an example with Zip codes http://bl.ocks.org/jefffriesen/6892860 On Saturday, July 25, 2020 at 1:10:32 PM UTC-4, rvc wrote: > > Hi all, wanted to know if anyone has zip code boundary of USA? > > Thanks > Ravi > -- Datameet is a community of Data Science enthusiasts in India. Know more

Re: [datameet] NEW DISTRICTS OF INDIA SHAPEFILE

2023-05-03 Thread Curran Kelleher
I've simplified the geometries to a smaller file (from 30MB to less than 1MB) using MapShaper and made them available here: https://gist.github.com/curran/49fa25fc44c84fcbebb51e60946145a4 Regards, Curran On Tuesday, May 2, 2023 at 1:46:17 PM UTC-4 Uday Bhaskar Reddy wrote: > Hello Nikil, > >