Skip to content

feat: STAC dataset import#1114

Open
michaelmattig wants to merge 286 commits intomainfrom
stac-import
Open

feat: STAC dataset import#1114
michaelmattig wants to merge 286 commits intomainfrom
stac-import

Conversation

@michaelmattig
Copy link
Contributor

  • I added an entry to CHANGELOG.md if knowledge of this change could be valuable to users.

Here is a brief summary of what I did:

jdroenner and others added 4 commits January 21, 2026 12:34
…ks now that resolutions are no longer part of the query rectangle (#1112)

- [ ] I added an entry to [`CHANGELOG.md`](CHANGELOG.md) if knowledge of
this change could be valuable to users.

---

Here is a brief summary of what I did:

<TEXT>
Base automatically changed from new-pixel-based-queries-rebase to main February 3, 2026 14:51
Copy link
Member

@ChristianBeilschmidt ChristianBeilschmidt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wie teste ich das am besten?

tile.band = output_band;
Some(Ok(tile))
} else {
warn!("BandFilter: Received tile for band {} which is not in the selected bands, skipping. This is a bug.", tile.band);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

debug_assert?


/// A raster data type.
#[derive(Clone, Debug, PartialEq, Eq, Deserialize, Serialize, ToSchema)]
#[serde(rename_all = "camelCase")]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nicht?

}
}

#[api_operator(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bitte Doku einfügen, z.B. von docs.geoengine.io.

}
}

#[api_operator(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bitte Doku einfügen, z.B. von docs.geoengine.io.

}
}

#[api_operator(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bitte Doku einfügen, z.B. von docs.geoengine.io.

}
}

#[api_operator(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bitte Doku einfügen, z.B. von docs.geoengine.io.

}
}

#[api_operator(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bitte Doku einfügen, z.B. von docs.geoengine.io.

Comment on lines 109 to +157
@@ -102,6 +152,9 @@ impl TryFrom<VectorOperator> for Box<dyn OperatorsVectorOperator> {
VectorOperator::RasterVectorJoin(rvj) => {
OperatorsRasterVectorJoin::try_from(rvj).map(OperatorsVectorOperator::boxed)
}
VectorOperator::Reprojection(reprojection) => {
OperatorsReprojection::try_from(reprojection).map(OperatorsVectorOperator::boxed)
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mega, kann man hier evtl. eine Checklist einfügen, was noch fehlt? Du hast ja gefühlt 60% gecovered.

Comment on lines +5362 to +5468
"type": "object",
"required": [
"ignoreNoData",
"type"
],
"properties": {
"ignoreNoData": {
"type": "boolean"
},
"type": {
"type": "string",
"enum": [
"max"
]
}
}
},
{
"type": "object",
"required": [
"ignoreNoData",
"type"
],
"properties": {
"ignoreNoData": {
"type": "boolean"
},
"type": {
"type": "string",
"enum": [
"first"
]
}
}
},
{
"type": "object",
"required": [
"ignoreNoData",
"type"
],
"properties": {
"ignoreNoData": {
"type": "boolean"
},
"type": {
"type": "string",
"enum": [
"last"
]
}
}
},
{
"type": "object",
"required": [
"ignoreNoData",
"type"
],
"properties": {
"ignoreNoData": {
"type": "boolean"
},
"type": {
"type": "string",
"enum": [
"mean"
]
}
}
},
{
"type": "object",
"required": [
"ignoreNoData",
"type"
],
"properties": {
"ignoreNoData": {
"type": "boolean"
},
"type": {
"type": "string",
"enum": [
"sum"
]
}
}
},
{
"type": "object",
"required": [
"ignoreNoData",
"type"
],
"properties": {
"ignoreNoData": {
"type": "boolean"
},
"type": {
"type": "string",
"enum": [
"count"
]
}
}
},

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks rather odd with different type and enum exactly one string, doesn't it?

Comment on lines +7684 to +7711
"enum": [
"resolution"
]
},
"x": {
"type": "number",
"format": "double"
},
"y": {
"type": "number",
"format": "double"
}
}
},
{
"type": "object",
"required": [
"x",
"y",
"type"
],
"properties": {
"type": {
"type": "string",
"enum": [
"fraction"
]
},

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hier irgendwie auch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants