Automatic altitude/radius parsing
- Dominant language
- TypeScript
- Stars
- 12k
- Forks
- 2k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 66
Description
Kepler.gl does some pretty smart things with CSV.
For example, if my CSV looks like this:
```
fooLat,fooLng,fooRadius,barLat,barLng,barRadius
```
Kepler will automagically create two points layer named "foo" and "bar" with the correct columns set for lat/lng.
**Is your feature request related to a problem? Please describe.**
It doesn't seems to parse fields like radius and altitude and fill them automatically
Contributor guide
No contributing guide indexed for this repository
Research direction
No files or tests are named. Start by locating the CSV import and field-inference entry points, then trace how latitude and longitude fields create point layers. Done means CSV fields such as fooRadius, barRadius, altitude, and similar values are recognized and populated automatically without breaking the existing lat/lng behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100