top | item 9416490

NASA data API

351 points| bambax | 11 years ago |data.nasa.gov | reply

40 comments

order
[+] dluan|11 years ago|reply
So excited for this. If anyone wants to start experimenting with this data set in cool and open ways, I will personally fund your small micro experiments.

NASA's APOD is so awesome and that's just a picture, imagine all the potential fantastic content that's now available and what you could do with it.

[+] radd9er|11 years ago|reply
Id also take you up on this. I have been doing data visualization using webgl, and developing a library. I'd love to see what i can make with this data.
[+] kiloreux|11 years ago|reply
That would be great how can i contact you ?
[+] pierrec|11 years ago|reply
Is there a compilation of applications and experiments using each API?

The classical example of cool stuff you can do with this kind of API is the world wind map:

http://earth.nullschool.net/

[+] chrisvxd|11 years ago|reply
That's awesome! Thanks for sharing.
[+] mccalljt|11 years ago|reply
That explains why I was almost getting knocked off my feet during my walk home in Chicago today. Very cool
[+] chris-metcalf|11 years ago|reply
Chris Metcalf here, Developer Evangelist from Socrata (http://dev.socrata.com), the company that provides the platform that hosts the catalog and some of the open data APIs they're providing. I'm glad to answer whatever questions I can here.
[+] IndianAstronaut|11 years ago|reply
Are you working with the new chief Data Scientist and his team to set this up?

Are the tools you're developing just for US government data or are you also branching out into state and international governments?

[+] spiritplumber|11 years ago|reply
Is it okay to use any of this in KSP to increase its realism?
[+] dhammer|11 years ago|reply
I am the developer that left the stack trace on returned exceptions. This is part of my Presidential Innovation Fellowship project at NASA. Yes, we work with the Chief Data Scientist, who is a wonderful and brilliant guy. Yes, we work with state and local governments, too - where "we" is civic tech in the US government (18F, USDS, PIF, among others). I'd love help on these APIs. First step: submit issues on the docs (github.com/nasa/api-docs).
[+] hrayr|11 years ago|reply
Hey good job. Did you leave the stack trace on purpose or by accident?
[+] anigbrowl|11 years ago|reply
Not only is this API availability great, the short descriptions of what each one does are outstanding. So many 'try our API' pages are written in developer-ese that tells you up front about the mechanics of interacting with it but fail to explain what sort of things you could do with it. Documentation is much more than just a command reference!
[+] IndianAstronaut|11 years ago|reply
This is great. I have tried to access NASA's open data before. It was quite scattered and non-intuitive. Even the USGS also has a nice data API as well. BLS and DOE not so much.
[+] dunk010|11 years ago|reply
I read this as "NSA data API" and it took me a full 5 seconds of staring, eyebrows raised, at the astronaut to realise my mistake.
[+] Derpdiherp|11 years ago|reply
Bah - I managed to get a few landsat images through the earth API. I was going to construct a timelapse of new orleans through the 2005 floods. But when I specify I date I'm always getting an exception - Exception: No imagery for specified date.

It would be nice if there was some more info on what the datasets actually are - such as when they where created etc. It would also be nice for this to have some more detailed logs - such as the date of images that are actually returned if it's an approximation of the date you've specified.

[+] justinph|11 years ago|reply
Wow, predict the sky looks pretty neat: http://predictthesky.org/

Too bad it doesn't seem to actually work.

[+] lordbusiness|11 years ago|reply
I had an aw shucks moment too! api.predictthesky.org doesn't resolve, and there is nothing on the API GitHub repo. The landing page says 2013 so I'm wondering if this got abandoned. Would have been really neat to play with.
[+] hsparikh|11 years ago|reply
This is wonderful. We will be using/hosting some of these datasets on Tuva (tuvalabs.com) for educators and learners in K-12, Higher-Ed, and beyond.
[+] jplahn|11 years ago|reply
This is awesome! I'm currently working through a machine learning project for one of my classes, and I was using flight data (which is also super interesting), but the inner astronomer in me is pushing for me to scrap everything I've done and pick a dataset from here.

But, even if I don't, I foresee many experiments with this data. Awesome.

[+] dhammer|11 years ago|reply
i'm hoping to publish astronomy images here, just like the earth imagery - so that you can run your algorithms to detect light blobs, etc.
[+] spiritplumber|11 years ago|reply
I wonder how hard it would be to put this stuff into Kerbal Space Program and update the solar system in realtime...
[+] j0e1|11 years ago|reply
Finally! A trusted/standard API for APOD.. Will make the code of my hobbyist Android App so much cleaner.
[+] jmadsen|11 years ago|reply
Nice! Endless learning tools & games to come out of this one
[+] SpaceInvader|11 years ago|reply
This is fantastic news! I was waiting for that to happen :)
[+] niels_olson|11 years ago|reply
Can somebody put together a quick tutorial on how to get from this API to charts generated in ipython?