RandomFractals / geo-data-viewer

Geo Data Analytics tool for VSCode IDE with kepler.gl support to generate and view maps πŸ—ΊοΈ without any Python 🐍, IPyWidgets βš™οΈ, pandas 🐼, Jupyter notebooks πŸ“š, or ReactJS βš›οΈ app code.
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.geo-data-viewer
Apache License 2.0
404 stars 43 forks source link

Add support for DBF file encoding #139

Open mloenow opened 2 years ago

mloenow commented 2 years ago

Awesome extension β€” thanks for making it!

I had issues with some Scandinavian characters, which can be fixed by including the encoding as the second argument in the DBF parser. According to the spec[0] a .cpg file can specify the encoding, so this pull request adds support for that.

[0] Well, Wikipedia (see Other files), as well as shapefile-js and parseDBF.

RandomFractals commented 1 year ago

Interesting scenario. Do you have data files I could test it with?

Thanks for the PR. I only noticed it now.

mloenow commented 1 year ago

I'm unsure if it can be shared publicly. Do you have an email or similar I can send it to?