# stream-features-from-file **Repository Path**: mirrors_mapbox/stream-features-from-file ## Basic Information - **Project Name**: stream-features-from-file - **Description**: Streams GeoJSON features from a file - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stream-features-from-file [![Build Status](https://travis-ci.org/mapbox/stream-features-from-file.svg?branch=master)](https://travis-ci.org/mapbox/stream-features-from-file) Streams GeoJSON features from a file. Supports the following source formats: - GeoJSON (`FeatureCollection` only!) - CSV - Shapefile Non-GeoJSON formats are read by [Mapnik](http://mapnik.org/documentation/node-mapnik/3.5/). ## Usage ```js const featureStream = streamFeaturesFromFile(filePath); ``` `streamFeaturesFromFile` accepts a `filePath` argument and returns a readable object-mode stream of GeoJSON features derived from the provided file.