-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Json implementation of air.null.wind #2
Comments
Just figured this out. The URL you'll need to use when you invoke the server is: http://www.taiki.kankyo.metro.tokyo.jp/cgi-bin/bunpu1 So, the full command should be something like (depending on your PostgreSQL configuration):
|
I've used this URL but still cant find data. I want to make some experiments on my localhost but still no luck getting data |
Looks like the Tokyo Metropolitan Environment Bureau recently redesigned their website. The new URL is here: http://www.taiki.kankyo.metro.tokyo.jp/taikikankyo/realtime/index.html |
Thanks @cambecc , your project is amazing! Can you provide a topojson file so we can run this project locally for study? I think i can make some adaptations to ignore all the database stuff and just read the file. I know the scrapping is a big part of the project but i'm mostly interested in the wind animations and how you made that run so smoothly. |
Idk how this is still working... Am I missing something? |
The topojson is here https://github.com/cambecc/air/blob/master/public/data/tokyo-topo.json . |
Oh I wasn't clear, mb. I meant a file with wind data |
You can use devtools to fetch data for test from https://air.nullschool.net . Meteorological data and topojson are loaded separately. |
Oh my, you're right. I didn't think about that lol. Thanks a lot @Netrvin |
Hi,
Thank you very much for Tokyo air and earth wind application. Can you please point me, how to run a JSON implementation of Tokyo air app. I can't able to run postgres based implementation, it saying no data found if I am running
while initial data scrapping it gives error of no data found, the url
scrapping is subjected is linked to 'sorry no data found'.
I am looking forward to apply, air null wind map for high resolution gfs (from weather Research Forecast (WRF) model downscaling to 1 km resolution) wind data which is used in earth.null.wind application for a urban area.
I think, clean json implementation of earth.null.wind is overweight for a urban level visualization. Please help.
The text was updated successfully, but these errors were encountered: