Helioviewer-Project / api

The API for Helioviewer Project Services
Other
7 stars 14 forks source link

API to get all the JP2 files in a time range #245

Open wafels opened 1 year ago

wafels commented 1 year ago

A user has requested the ability to find all the files between a start time and an end time for a given source ID. A use case for this would be if the user would want to download a number of files for processing locally - to make a special type of movie, for example.

dgarciabriseno commented 1 year ago

This is possible with HAPI now. But the fact that this exists is currently not documented anywhere.

https://api.helioviewer.org/hapi/data?dataset=AIA_304&start=2022-02-08T04:00:00Z&stop=2022-02-08T05:00:00Z&format=json&include=header&parameters=jp2_url

dgarciabriseno commented 1 year ago

Maybe we could link to it from the blog. And from the API docs.