Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PRODUCTION] v0.13.1 #337

Merged
merged 7 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions datasets/geoglam.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ layers:
resampling: nearest
max_size: 1024
return_mask: true
initialDatetime: newest
legend:
type: categorical
stops:
Expand Down
4 changes: 2 additions & 2 deletions datasets/hls-events.ej.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ layers:
- 4
- 20
sourceParams:
post_process: swir
algorithm: swir
assets:
- B07
- B05
Expand All @@ -50,7 +50,7 @@ layers:
- 4
- 20
sourceParams:
post_process: swir
algorithm: swir
assets:
- B12
- B8A
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "veda-config",
"description": "Configuration for Veda",
"version": "0.13.0",
"version": "0.13.1",
"source": "./.veda/ui/app/index.html",
"license": "Apache-2.0",
"scripts": {
Expand Down
Loading