Expand description
What roads will have on-street parking lanes? Data from https://wiki.openstreetmap.org/wiki/Key:parking:lane is always used if available.
Variants
JustOSM
If not tagged, there won’t be parking.
Blockface(String)
If OSM data is missing, then try to match data from http://data-seattlecitygis.opendata.arcgis.com/datasets/blockface. This is Seattle specific.
SomeAdditionalWhereNoData
Fields
pct: usize
[0, 100]
If OSM data is missing, then infer parking lanes on some percentage of “highway=residential” roads.
Auto Trait Implementations
impl RefUnwindSafe for OnstreetParking
impl Send for OnstreetParking
impl Sync for OnstreetParking
impl Unpin for OnstreetParking
impl UnwindSafe for OnstreetParking
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more