Tag CSV
GitHub CSV Import and Export
A new tool to import and export GitHub issues. To import, all you need to do is get your issues into a simple CSV format including title, description, and the tags that you want, and the script will do the rest.
CSV to GeoJSON
I was excited last week when GitHub announced support for in-repository rendering of GeoJSON. I had a few CSV files with points in them, and I wanted to try out this new feature. I couldn’t find an easy way to do it! There was this python script. There was this NPM Package. And more python. So I wrote my own solution- csv.togeojson.com
1