ipeaGIT / aopdata

Download data from the Access to Opportunities Project (AOP)
https://ipeagit.github.io/aopdata/
13 stars 4 forks source link

read_access not downloading access by car in off-peak period #53

Closed rafapereirabr closed 2 years ago

rafapereirabr commented 2 years ago
df_car <- read_access(
  city='Curitiba',
  mode='car',
  year=2019,
  peak = F,
  geometry = TRUE,
  showProgress = FALSE
)

table(df_car$peak)
>    1 
> 4369