diff --git a/app/DockData.tsx b/app/DockData.tsx index 91466c5..5828f12 100644 --- a/app/DockData.tsx +++ b/app/DockData.tsx @@ -174,7 +174,7 @@ export default memo(function DockData() { renderInput={(p) => ( - Warning: There is no recent data for this dock. It may have + Warning: There is no recent data for this station. It may have been moved, removed, renamed, or perhaps destroyed in a{' '} car crash. @@ -252,7 +252,7 @@ export default memo(function DockData() { > <> - Select a {borough} dock to see some data. + Select a {borough} station to see some data. diff --git a/app/FAQ.tsx b/app/FAQ.tsx index 13cbf0c..d84af9a 100644 --- a/app/FAQ.tsx +++ b/app/FAQ.tsx @@ -70,10 +70,11 @@ export default function FAQ() { I'm counting each docking and undocking as an individual use. That - means most trips generate two uses, and usually at two different docks. - I consider this the most valuable number because it shows how many times - a dock is providing value to someone in a day/month. If you are looking - for data about trips taken, you will have to find that elsewhere, sorry. + means most trips generate two uses, and usually at two different + stations. I consider this the most valuable number because it shows how + many times a station is providing value to someone in a day/month. If + you are looking for data about trips taken, you will have to find that + elsewhere, sorry. + + Didn't this used to be about docks? What are stations? + + + + Citi Bike{' '} + + defines + {' '} + a dock as the device that holds an individual bicycle. A station is a + row of docks. I originally was accidentally using the term + 'dock' when what I really meant was 'station'. A + kind commenter on the{' '} + + Streetsblog article + {' '} + pointed out the mistake and I have now fixed it. + + - I think I found a missing dock, or something else looks weird + I think I found a missing station, or something else looks weird I'll be blunt: Citi Bike's data is pretty messy. Sometimes - they move docks and/or change names, which makes the data look kind of - weird, but there's not really anything I can do about that. I also - sometimes have to drop trips (a tiny fraction of a percent of trips) - because the row is malformed. If you think you've found something - really wrong, or you're just not sure, feel free to{' '} + they move stations and/or change names, which makes the data look kind + of weird, but there's not really anything I can do about that. I + also sometimes have to drop trips (a tiny fraction of a percent of + trips) because the row is malformed. If you think you've found + something really wrong, or you're just not sure, feel free to{' '} open an issue on GitHub {' '} @@ -129,7 +153,7 @@ export default function FAQ() { - Oh, and I don't include docks in New Jersey or Canada. + Oh, and I don't include stations in New Jersey or Canada. ); diff --git a/app/Topline.tsx b/app/Topline.tsx index a10a96f..06c7363 100644 --- a/app/Topline.tsx +++ b/app/Topline.tsx @@ -110,7 +110,7 @@ export default function Topline({ <> {dockName && ( <> - The dock at + The station at {` ${dockName} `} in {` ${borough === 'Bronx' ? 'the Bronx' : borough} `} @@ -119,7 +119,7 @@ export default function Topline({ )} {communityDistrict && ( <> - Docks in + Stations in {` Community District ${communityDistrict} `} in {` ${borough === 'Bronx' ? 'the Bronx' : borough} `} @@ -128,7 +128,7 @@ export default function Topline({ )} {councilDistrict && ( <> - Docks in + Stations in {` Council District ${councilDistrict} `} in {` ${borough === 'Bronx' ? 'the Bronx' : borough} `} @@ -140,7 +140,7 @@ export default function Topline({ && !communityDistrict && borough && ( <> - Docks in + Stations in {` ${borough === 'Bronx' ? 'the Bronx' : borough} `} have diff --git a/app/ViewPicker.tsx b/app/ViewPicker.tsx index b08e482..86bf364 100644 --- a/app/ViewPicker.tsx +++ b/app/ViewPicker.tsx @@ -47,7 +47,7 @@ export default memo(function ViewPicker() { - Dock + Station diff --git a/app/page.tsx b/app/page.tsx index b7aea9d..a53d159 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -49,7 +49,7 @@ export default memo(function Home() { display: 'flex-item', }} > - Citi Bike Dock Data + Citi Bike Station Data