gammapy / gamma-sky

Portal to the gamma-ray sky
http://gamma-sky.net/
MIT License
6 stars 3 forks source link

Dump all data to website in new format #72

Closed vorugantia closed 7 years ago

vorugantia commented 7 years ago

@cdeil - This PR includes the following tasks:

Have a look at the Python code in these commits so far. I will add another commit to this PR to finish the last checkbox above, but that will all be TS code. In the next PR, I will work on the source detail pages for each source.

The size of our data directory is large again, now that we're dumping all source data:

$ pwd
/mnt/c/Users/Arjun/github/gamma-sky/src/app/data/cat
$ du -sh *
26M     3fgl
6.8M    3fhl
72K     snrcat
1.1M    tev
vorugantia commented 7 years ago

The following has been done in the last couple of commits:

I'll merge the commit if this all looks OK, and if the tests pass.