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 Excel data loading #118

Open RandomFractals opened 3 years ago

RandomFractals commented 3 years ago

use SheetJS library for loading Excel files: https://github.com/SheetJS/sheetjs

See this Excel data provider for sample usage:

https://github.com/RandomFractals/vscode-data-preview/blob/master/src/data.providers/excel.data.provider.ts

Test use case scenario:

  1. Create Excel file with USA state capitals, airports and zipcodes
  2. Load a kepler.gl map from usa.xlsb to view those 3 point and polygon layers in one go.