General Bikeshare Feed Specification (GBFS) Reader
Description
Given a link to a GBFS feed, build the appropriate reader for the feed.
The versions of GBFS reader classes this data could be (1, 2, or 3).
Implements the FeatureIterator interface.
Usage
import { buildGBFSReader } from'gis-tools-ts';
constreader = awaitbuildGBFSReader('https://gbfs.urbansharing.com/gbfs/gbfs.json'); // read the features forawait (constfeatureofreader) { // do something with the feature }
General Bikeshare Feed Specification (GBFS) Reader
Description
Given a link to a GBFS feed, build the appropriate reader for the feed. The versions of GBFS reader classes this data could be (1, 2, or 3). Implements the FeatureIterator interface.
Usage
Links