Skip to main content
Solved

Download data with FME NasaPower website

  • September 16, 2021
  • 5 replies
  • 12 views

mr_fme
Enthusiast
Forum|alt.badge.img+9

I need to download data from this site website (https://power.larc.nasa.gov/data-access-viewer/) with FME, could someone help me or have you already managed to do it?

 

Thank´s

 

Best answer by geomancer

API information: https://power.larc.nasa.gov/docs/ (visible after downloading some data).

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

5 replies

virtualcitymatt
Celebrity
Forum|alt.badge.img+47

I can't any official API documentation (I didn't look very hard), however, it's clear there are requests going to a server to process.

 

If you push enter into developer mode with Chrom or Firefox (F12) you can see in the Network tab the requests which are sent. Depending on the kind of data you want you might be able to reverse engineer this and you the HTTPCaller to make requests.

 

maybe


virtualcitymatt
Celebrity
Forum|alt.badge.img+47

You might be able to contact the email address given on the website to see if there is a way to programmatically download data.


geomancer
Evangelist
Forum|alt.badge.img+60
  • Evangelist
  • Best Answer
  • September 16, 2021

API information: https://power.larc.nasa.gov/docs/ (visible after downloading some data).


virtualcitymatt
Celebrity
Forum|alt.badge.img+47

API information: https://power.larc.nasa.gov/docs/ (visible after downloading some data).

nice find!


virtualcitymatt
Celebrity
Forum|alt.badge.img+47

API information: https://power.larc.nasa.gov/docs/ (visible after downloading some data).

Haha, I could have just scrolled down a little to see this 😂