keplergl / keplergl/kepler.gl

Should we handle upper case in filename extensions?

Open
#1,197 0 comments 0 reactions 1 assignee Claimed by @heshan0131 View on GitHub
Dominant language
TypeScript
Stars
12k
Forks
2k
Avg merge
1d 5h
Merged PRs (30d)
66

Description

**Is your feature request related to a problem? Please describe.**

Filenames with extensions in uppercase show `Not Supported` message. The dataset I was working with for reference:
- https://github.com/datameet/Municipal_Spatial_Data/tree/master/Bangalore

Screenshot 2020-07-18 at 10 44 43 AM

**Describe the solution you'd like**
The case of the extension should be handled properly.

**Additional context**
The file I uploaded to generate the error was called `features.GeoJSON`
```json
{
"type": "FeatureCollection",
"features": [

{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
77.42752075195312,
12.799749118050592
],
[
77.75985717773438,
12.799749118050592
],
[
77.75985717773438,
13.119604924382594
],
[
77.42752075195312,
13.119604924382594
],
[
77.42752075195312,
12.799749118050592
]
]
]
}
}
]
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.