JianLoong / malaysia-api

A REST API about states in Malaysia. 🇲🇾
https://jian.sh/malaysia-api/
MIT License
28 stars 20 forks source link

Adding of number active and inactive vehicles on road. #36

Closed JianLoong closed 2 years ago

JianLoong commented 2 years ago

There is a fair amount of data available from the Malaysia Open Data website

It would be great if the number of vehicles on road can be added to the API. The data itself can be obtained from here. However, there might be some data missing or the information there might be incomplete. If so, these should be marked as "NA". Please note that there are two numbers, the number of active vehicles and the number of inactive vehicles.

Mannuel25 commented 2 years ago

Hello @JianLoong , I'd love to take this up. Kindly assign it to me. Here's what I'd do; for each state I'll add two new fields called total_active_vehicles, total_inactive_vehicles then enter their values.

JianLoong commented 2 years ago

Sure, I have assigned this to you. @Mannuel25

Mannuel25 commented 2 years ago

Thank you!