Skip to content

Commit

Permalink
Resolved merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
benji-glitsos-ga committed Dec 11, 2023
1 parent 1052447 commit 5d91b01
Show file tree
Hide file tree
Showing 14 changed files with 115 additions and 18 deletions.
2 changes: 2 additions & 0 deletions docs/_static/styles/components/_card_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
& > .rubric,
& > p {
text-align: center;
margin-left: 2rem;
margin-right: 2rem;

&:last-of-type {
margin-bottom: 2rem;
Expand Down
7 changes: 6 additions & 1 deletion docs/_static/styles/components/_demo_banner.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
#demo-banner {
background-color: #FF1493;
background-color: #c8e7da;
padding: 0.5rem;
border-radius: 3px;
margin-top: 1.5rem;
margin-bottom: 0.5rem;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;

p {
text-align: center;
}

p, a {
color: #4B0082;
}

.fa, .svg-inline--fa {
margin-right: 0.5rem;
}
Expand Down
30 changes: 26 additions & 4 deletions docs/_static/styles/pages/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,40 @@
margin-bottom: 4rem;

h1 {
font-size: 1.75rem;
margin-bottom: 1.15rem;
font-size: 1.9rem;
margin-bottom: 1.25rem;
}

h1, & > p {
h1, h1 + p {
text-align: center;
margin-left: 2rem;
margin-right: 2rem;
}

h1 + p {
margin-bottom: 3.5rem;

a {
white-space: nowrap;
}
}

& > p {
margin-bottom: 0.75rem;
}

& > p:last-of-type, .showcase-panel, .card-list {
.showcase-panel {
margin-bottom: 1.75rem;
}

.card-list {
margin-bottom: 2.75rem;

.sd-mb-4, .sd-my-4 {
margin-bottom: 0 !important;
}
}

& > hr {
border-color: var(--pst-color-primary);
}
Expand All @@ -27,4 +45,8 @@
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}

h2, .rubric {
font-size: 1.35rem;
}
}
8 changes: 5 additions & 3 deletions docs/_templates/home-v1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{{ data.title }}
======================================================================================================================================================

Digital Earth Australia (DEA) is a program of Geoscience Australia, an agency of the Australian Government. We create free and open satellite data products for the benefit of Australia.
Digital Earth Australia (DEA) is a program of Geoscience Australia, an entity of the Australian Government. We create free and open satellite data products for the benefit of Australia.

The DEA Knowledge Hub brings together information about DEA’s products and services to assist you to take advantage of Australia’s free and open satellite imagery archive.

Expand Down Expand Up @@ -64,9 +64,11 @@ The DEA Knowledge Hub brings together information about DEA’s products and ser

.. rubric:: About Digital Earth Australia

It’s DEA’s mission to embed satellite imagery and data into decisions that support a sustainable Australian environment, a resilient society and a strong economy.
It is our mission is to embed satellite imagery and data into decisions that support a sustainable Australian environment, a resilient society, and a strong economy.

To find out more about the DEA program, our strategy and journey to get here, as well as program news feeds and to `subscribe to the DEA newsletter <https://www.dea.ga.gov.au/news/dea-newsletter-and-communications-archive>`__, `visit the DEA website <https://www.dea.ga.gov.au/>`__.
`Visit the DEA website <https://www.dea.ga.gov.au/>`_

`Get our newsletter <https://www.dea.ga.gov.au/news/dea-newsletter-and-communications-archive>`_

.. container::

Expand Down
73 changes: 73 additions & 0 deletions docs/_templates/home-v2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
.. rst-class:: home-page

======================================================================================================================================================
{{ data.title }}
======================================================================================================================================================

The knowledge hub brings together information about Digital Earth Austalia's products and services, allowing you to utilise our free and open-source satellite imagery archive.

.. container:: card-list icons
:name: data-products

.. rubric:: Data Products

Browse our catalogue of data products to find supporting information and ways to access the data.

.. grid:: 2 2 3 5
:gutter: 3

{% for item in data.data_product_themes %}
.. grid-item-card:: :fas:`{{ item.icon }}`
:link: {{ item.link }}

{{ item.name }}
{% endfor %}

.. container:: showcase-panel bg-gradient-primary
:name: user-guides

.. container::

.. rubric:: User Guides

Find documentation, step-by-step instructions, and DEA publications on a variety of topics.

`Visit the User Guides </guides/>`_

.. container::

.. image:: /_files/pages/dea-hero.jpg

.. container:: showcase-panel bg-gradient-forest reverse
:name: dea-notebooks

.. container::

.. rubric:: DEA Notebooks

Explore visual walkthroughs that show how to analyse our data using Python, including the use our DEA Tools package.

`Visit the DEA Notebooks </notebooks/README/>`_

.. container::

.. image:: /_files/cmi/Kakadu-Mary_TCW-percentiles-wide_1.jpg

.. container:: showcase-panel
:name: about-dea

.. container::

.. rubric:: About Digital Earth Australia

`Digital Earth Australia <https://www.dea.ga.gov.au/>`_ (DEA) is a program of `Geoscience Australia <https://www.ga.gov.au/>`_, an entity of the Australian Government.

It is our mission is to embed satellite imagery and data into decisions that support a sustainable Australian environment, a resilient society, and a strong economy.

`Visit the DEA website <https://www.dea.ga.gov.au/>`_

`Follow our newsletter <https://www.dea.ga.gov.au/news/dea-newsletter-and-communications-archive>`_

.. container::

.. image:: /_files/themes/sea-ocean-and-coast.*
1 change: 0 additions & 1 deletion docs/_templates/product-v1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@

{% for item in valid_old_versions %}
* - `v{{ item.version }}: {{ item.title }} </data/old-version/{{ item.slug }}/>`_
- {{ item.release_date or "" }}
{% endfor %}
{% else %}
No old versions available.
Expand Down
1 change: 0 additions & 1 deletion docs/data/product/dea-fractional-cover-landsat/_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ old_versions:
- version: 2.2.1
title: DEA Fractional Cover (Landsat, DEPRECATED)
slug: dea-fractional-cover-landsat-2.2.1
release_date: null

# Settings

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ old_versions:
- version: 2.2.1
title: DEA Fractional Cover Percentiles (Landsat, DEPRECATED)
slug: dea-fractional-cover-percentiles-landsat-2.2.1
release_date: null

# Settings

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ old_versions:
- version: 2.0.0
title: DEA Surface Reflectance NBAR (Landsat, DEPRECATED)
slug: dea-surface-reflectance-nbar-landsat-2.0.0
release_date: null

# Settings

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ old_versions:
- version: 2.0.0
title: DEA Surface Reflectance NBART (Landsat, DEPRECATED)
slug: dea-surface-reflectance-nbart-landsat-2.0.0
release_date: null

# Settings

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ old_versions:
- version: 2.0.0
title: DEA Surface Reflectance NBART (Landsat, DEPRECATED)
slug: dea-surface-reflectance-nbart-landsat-2.0.0
release_date: null

# Settings

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ old_versions:
- version: 2.1.5
title: DEA Water Observations (Landsat, DEPRECATED)
slug: dea-water-observations-landsat-2.1.5
release_date: null

# Settings

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

&nbsp;

# Digital Earth Australia User Guide
# Digital Earth Australia User Guides

Digital Earth Australia is an analysis platform for satellite imagery and other Earth observations.

For more information, see the [DEA Web Site](http://www.ga.gov.au/dea).
For more information, see the [DEA website](http://www.ga.gov.au/dea).

Digital Earth Australia is currently in beta for users with accounts on the National Computational Infrastructure (NCI) or the Digital Earth Australia Sandbox (see the [Setup introduction](/guides/setup/README/) page).

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.. datatemplate:yaml:: _data.yaml
:template: home-v1.rst
:template: home-v2.rst

0 comments on commit 5d91b01

Please sign in to comment.