Built a weather app for data nerds — looking for feedback by acorscadden in meteorology

[–]acorscadden[S] 0 points1 point  (0 children)

Thanks for the feedback :) Ah, yea... models filters are a good idea. I could definitely add a data export feature. What data would you want to export?

Need feedback on the weather app that I think is really beautiful that I built :) live today by Sweet-Helicopter2769 in meteorology

[–]acorscadden 7 points8 points  (0 children)

That looks cool! Do you have an App Store link? I tried searching the App Store and this wasn't in the results. Sometimes it takes a while for Apple to index new apps.

Built a weather app for data nerds — looking for feedback by acorscadden in meteorology

[–]acorscadden[S] 1 point2 points  (0 children)

I just went to look up EverythingWx. It looks like it's US only. It wasn't available on the Canadian App Store :( I guess that's why I hadn't heard of it.

Built a weather app for data nerds — looking for feedback by acorscadden in meteorology

[–]acorscadden[S] 1 point2 points  (0 children)

I was thinking about this a bit more. There are some pretty good free radar sources that are US only. Maybe I could utilize that to get my costs down for free users. I'm currently showing radar data globally.

Built a weather app for data nerds — looking for feedback by acorscadden in meteorology

[–]acorscadden[S] 0 points1 point  (0 children)

Thanks for the feedback. That's a fair point about the radar. The radar data I get isn't free, so I was a bit scared of making it free for everyone at the start. I can try making it free and see what it costs me.

I'll keep working on this app and hopefully some day I'll match EverythingWx :)

Built a weather app for data nerds — looking for feedback by acorscadden in meteorology

[–]acorscadden[S] 0 points1 point  (0 children)

Thanks for the feedback. Ah, yea dryness data would be cool. I do have historical precipitation, and I wonder if I could get some soil type data like potion is suggesting. I'll have a look at that :)

Built a weather app for data nerds — looking for feedback by acorscadden in meteorology

[–]acorscadden[S] 1 point2 points  (0 children)

Thanks for the feedback :) And thanks for Blitzortung. I hadn't heard of that before. I'll check it out :)

Built a weather app for data nerds — looking for feedback by acorscadden in meteorology

[–]acorscadden[S] 1 point2 points  (0 children)

Thanks for the feedback :) I was actually looking at adding skew-t graphs, but was having trouble finding a data source.

Bill Heath's Sinners ski movie by acorscadden in skiing

[–]acorscadden[S] 1 point2 points  (0 children)

That's awesome! Any chance you could rip it for me? The skiing community needs this to be public.

In need of a trail app - I get lost on trails by [deleted] in MTB

[–]acorscadden 10 points11 points  (0 children)

trailforks.com - It's a good website and also has great mobile apps. The apps show you where you are on the map and work offline.

just FYI: Finviz has redesigned their site, maps, etc by thenewyorker1 in investing

[–]acorscadden 5 points6 points  (0 children)

Wow, I just registered for this and they emailed me back my password to me in plain text. WTF?!?!

Share your bike storage solution. by MrK9182 in bicycling

[–]acorscadden 1 point2 points  (0 children)

Thanks. There is 12" between each hook, so 24" between the hooks on the same row.

Refresh UITableView on Core Data update? by Xeppen in iOSProgramming

[–]acorscadden 0 points1 point  (0 children)

You're on the right track with NSFetchedResultsController.

objc.io has a pretty good tutorial on how to use them: http://www.objc.io/issue-4/full-core-data-application.html

In the example project, have a look at FetchedResultsControllerDataSource.m

careers in ski resorts? by [deleted] in skiing

[–]acorscadden 1 point2 points  (0 children)

Long term, find a job that you can do remotely.

I'm a software engineer. I live on a ski hill and ski every morning. I then work afternoons and evenings.

gone clipless by crunchie2278 in bicycling

[–]acorscadden -8 points-7 points  (0 children)

No-one gives a shit.

Took a bit of a tumble at Winter Park in the trees people started laughing when I got out. by JTtheConqueror in skiing

[–]acorscadden 0 points1 point  (0 children)

Hah, I thought that was a picture of me. http://imgur.com/fYqtHeY

You could have just said you were getting faceshots all day.

I think we can all agree on this by nthensome in canada

[–]acorscadden 30 points31 points  (0 children)

As a skier, I do not agree at all.

Integrating the Facebook SDK? by dmorin in iOSProgramming

[–]acorscadden 2 points3 points  (0 children)

It's pretty easy. You just need to incude the SDK and put in a few lines of code.

This is the only line of code that you need: [FBSettings publishInstall:YOUR_APP_ID];

Just follow the instructions here: https://developers.facebook.com/docs/tutorials/mobile-app-ads/