keplergl / kepler.gl

Kepler.gl is a powerful open source geospatial analysis tool for large-scale data sets.
http://kepler.gl
MIT License
10.37k stars 1.74k forks source link

Add support to TSV (Tab-separated values) files #168

Open Lenninlasd opened 6 years ago

Lenninlasd commented 6 years ago

It would be good add support to .tsv files, due to is a very clean format, and it avoid the problem we have when text data inside the file contains commas, for example:

image

To fix that, I use the method tsvParseRows from d3-dsv library that actually you use.

This is the result of the implementation, I stay tuned to send the PR. xefalz09qj

Lenninlasd commented 6 years ago

Linked with: https://github.com/uber/kepler.gl/issues/196 https://github.com/uber/kepler.gl/issues/201 https://github.com/uber/kepler.gl/issues/202

leiii commented 5 years ago

Hi @Lenninlasd I was wondering if this PR was merged? Really want this feature.

Lenninlasd commented 5 years ago

Hi @leiii, this is the issue where the kepler team plan to add this feature: https://github.com/uber/kepler.gl/issues/202,

I made a workaround in my project: https://github.com/piensa/mapas/commit/af837260c2d32b6bb7515a6e1c675d537f7011f3

deantipin commented 5 years ago

Hello, @Lenninlasd! I can't upload data without tsv separator, so I need your version. I am new to Kepler.gl and I don't know how to run it. Could you help me please? Thank you very much!

macrigiuseppe commented 3 years ago

bump this one