Skip to content

isabella232/stream-features-from-file

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stream-features-from-file

Build Status

Streams GeoJSON features from a file.

Supports the following source formats:

  • GeoJSON (FeatureCollection only!)
  • CSV
  • Shapefile

Non-GeoJSON formats are read by Mapnik.

Usage

const featureStream = streamFeaturesFromFile(filePath);

streamFeaturesFromFile accepts a filePath argument and returns a readable object-mode stream of GeoJSON features derived from the provided file.

About

Streams GeoJSON features from a file

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%