Fetches the list of GBFS systems from the github CSV file
import { fetchGTFSSystems } from 'gis-tools-ts';const systems = await fetchGTFSSystems();console.log(systems); Copy
import { fetchGTFSSystems } from 'gis-tools-ts';const systems = await fetchGTFSSystems();console.log(systems);
The URL of the CSV file. The default is the one used by GBFS. This variable exists for testing
General Bikeshare Feed Specification (GBFS) Reader
Description
Fetches the list of GBFS systems from the github CSV file
Usage
Links