diff --git a/CHANGELOG.md b/CHANGELOG.md index ccdec4c..38f17aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,9 +25,14 @@ - [ ] Enable p67 - [ ] Enable Uranus - [ ] Enable Neptune -- [ ] Find a way to handle the huge amount of data files for Earth +- [ ] Find a way to handle the huge amount of data files for Earth (thousands!) +## 1.0.0-rc8 + +- [x] Add the disabled versions of Uranus and Neptune +- [x] Add the `CME Catalogs` layer + ## 1.0.0-rc7 diff --git a/config.yml b/config.yml index f04d688..2718a8e 100644 --- a/config.yml +++ b/config.yml @@ -222,6 +222,18 @@ targets: - slug: 'tao_sat_sw' locked: false default: true + - type: 'planet' + slug: 'uranus' + name: 'Uranus' + title: 'Uranus (soon)' + locked: true + default: false + - type: 'planet' + slug: 'neptune' + name: 'Neptune' + title: 'Neptune (soon)' + locked: true + default: false - type: 'probe' slug: 'rosetta' name: 'Rosetta' diff --git a/web/run.py b/web/run.py index b5e973e..73cbf61 100755 --- a/web/run.py +++ b/web/run.py @@ -68,7 +68,7 @@ CDF_LIB = '/usr/local/lib/libcdf' CACHE_DIR = get_path('../cache') # These two configs are not in the YAML config because adding a new parameter -# will not work as-is, you'll have to edit some netcdf-related code. +# will not work as-is, you'd have to edit some netcdf-related code. # The slugs of the available parameters in the generated CSV files. # The order matters. If you change this you also need to change the diff --git a/web/static/img/target/neptune_128.png b/web/static/img/target/neptune_128.png new file mode 100644 index 0000000..ae4237d Binary files /dev/null and b/web/static/img/target/neptune_128.png differ diff --git a/web/static/img/target/neptune_256.png b/web/static/img/target/neptune_256.png new file mode 100644 index 0000000..1740d5a Binary files /dev/null and b/web/static/img/target/neptune_256.png differ diff --git a/web/static/img/target/uranus_128.png b/web/static/img/target/uranus_128.png new file mode 100644 index 0000000..c599a9c Binary files /dev/null and b/web/static/img/target/uranus_128.png differ diff --git a/web/static/img/target/uranus_256.png b/web/static/img/target/uranus_256.png new file mode 100644 index 0000000..8f5a627 Binary files /dev/null and b/web/static/img/target/uranus_256.png differ diff --git a/web/view/home.html.jinja2 b/web/view/home.html.jinja2 index 3b6ebca..c25a5ff 100755 --- a/web/view/home.html.jinja2 +++ b/web/view/home.html.jinja2 @@ -117,7 +117,7 @@ @@ -168,6 +168,11 @@ title="Send the data to a connected SAMP hub."> SAMP +
-- libgit2 0.21.2