Skip to content

Commit e1bfe06

Browse files
committed
Deploy preview for PR 152 πŸ›«
1 parent 506b5aa commit e1bfe06

File tree

95 files changed

+91857
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+91857
-0
lines changed

β€Žpr-preview/pr-152/contributing/dashboard-configuration/dataset-configuration.html

+1,099
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/contributing/dashboard-configuration/discovery-configuration.html

+1,165
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/contributing/dashboard-configuration/index.html

+1,167
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/contributing/dataset-ingestion/catalog-ingestion.html

+1,441
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/contributing/dataset-ingestion/file-preparation.html

+1,194
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/contributing/dataset-ingestion/index.html

+1,120
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/contributing/dataset-ingestion/stac-collection-conventions.html

+1,210
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/contributing/dataset-ingestion/stac-item-conventions.html

+1,228
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/contributing/docs-and-notebooks.html

+1,191
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/contributing/index.html

+1,101
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<head>
3+
<title>Redirect</title>
4+
<script type="text/javascript">
5+
var redirects = {"":"../notebooks/tutorials/mapping-fires.html"};
6+
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
7+
var redirect = redirects[hash] || redirects[""] || "/";
8+
window.document.title = 'Redirect to ' + redirect;
9+
window.location.replace(redirect);
10+
</script>
11+
</head>
12+
<body>
13+
</body>
14+
</html>

β€Žpr-preview/pr-152/external-resources.html

+1,141
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/index.html

+1,120
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/datasets/air-quality-covid.html

+1,492
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/datasets/nceo-biomass-statistics.html

+5,721
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/datasets/ocean-npp-timeseries-analysis.html

+1,974
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/datasets/volcano-so2-monitoring.html

+1,666
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/index.html

+1,174
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/quickstarts/download-assets.html

+2,699
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/quickstarts/downsample-zarr.html

+5,205
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/quickstarts/hls-visualization.html

+1,892
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/quickstarts/intake.html

+2,700
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/quickstarts/list-collections.html

+1,310
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/quickstarts/no2-map-plot.html

+1,435
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/quickstarts/open-and-plot.html

+2,432
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/quickstarts/timeseries-rioxarray-stackstac.html

+3,185
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/quickstarts/timeseries-stac-api.html

+1,835
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/quickstarts/visualize-multiple-times.html

+3,308
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/quickstarts/visualize-zarr.html

+2,997
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<head>
3+
<title>Redirect</title>
4+
<script type="text/javascript">
5+
var redirects = {"":"../tutorials/mapping-fires.html"};
6+
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
7+
var redirect = redirects[hash] || redirects[""] || "/";
8+
window.document.title = 'Redirect to ' + redirect;
9+
window.location.replace(redirect);
10+
</script>
11+
</head>
12+
<body>
13+
</body>
14+
</html>

β€Žpr-preview/pr-152/notebooks/templates/template-accessing-the-data-directly.html

+1,301
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/templates/template-using-the-raster-api.html

+1,260
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/tutorials/gif-generation.html

+1,539
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/tutorials/mapping-fires.html

+2,708
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/tutorials/netcdf-to-cog-cmip6.html

+2,895
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/tutorials/stac_ipyleaflet.html

+1,269
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/tutorials/zonal-statistics-validation.html

+1,528
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/veda-operations/generate-cmip6-kerchunk-historical.html

+1,827
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/veda-operations/publish-cmip6-kerchunk-stac.html

+1,322
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/veda-operations/stac-collection-creation.html

+1,300
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/notebooks/veda-operations/stac-item-creation.html

+3,712
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/robots.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Sitemap: https://nasa-impact.github.io/veda-docs/sitemap.xml

β€Žpr-preview/pr-152/search.json

+3,209
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/services/apis.html

+1,161
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/services/dashboard.html

+1,105
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/services/data-store.html

+1,110
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/services/index.html

+1,096
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/services/jupyterhub.html

+1,117
Large diffs are not rendered by default.

β€Žpr-preview/pr-152/site_libs/bootstrap/bootstrap-dark.min.css

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpr-preview/pr-152/site_libs/bootstrap/bootstrap-icons.css

+2,078
Large diffs are not rendered by default.
Binary file not shown.

β€Žpr-preview/pr-152/site_libs/bootstrap/bootstrap.min.css

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpr-preview/pr-152/site_libs/bootstrap/bootstrap.min.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpr-preview/pr-152/site_libs/clipboard/clipboard.min.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)