KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
csv3geojson
★ 17
Open GitHub ↗
super fast csv to geojson conversion
Download README (.md)
Explore Similar Repositories
cordova-ios-security
:
No description available.
docsbr.net
:
Validação e formatação de documentos do Brasil (CNPJ, CPF, IE)
DimSwitch
:
Arduino library to control dimmable ballasts for fluorescent light tubes
contributr
:
An online tool for programmers to find projects they can contribute to and project maintainers to find contributors.
meteor-referral
:
Advanced referral package for Meteor.js
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
csv3geojson
?
Download (.md)
# csv3geojson Faster CSV to GeoJSON that only supports node.js and streams. It's less user-friendly, not available as a library, not compatible with browsers, but also a lot faster. ## install npm install -g csv3geojson ## usage csv3geojson takes input from stdin, outputs into stdout, and takes two parameters, the names of the longitude and latitude columns. ## example ``` ~/src/csv3geojson〉time ./csv3geojson LON LAT < ~/Downloads/us/va/statewide.csv > statewide.geojson ./csv3geojson LON LAT < ~/Downloads/us/va/statewide.csv > statewide.geojson 63.35s user 9.62s system 95% cpu 1:16.32 total ```