-
-
Here's a construct:
```
const textractAsyncTask = new TextractGenericAsyncSfnTask(
this,
"TextractAsync",
{
s3OutputBucket: this._outputBucket.bucketName,
…
-
Add building_footprint to catalog
- [ ] download_building_footprint()
- [ ] process_building_footprint()
- [ ] calc_building_footprint()
- [ ] update all generic functions
Data source: https:…
-
Add building_height to catalog
- [ ] download_building_height()
- [ ] process_building_height()
- [ ] calc_building_height()
- [ ] update all generic functions
Data source: https://www.scienc…
-
I am trying to build a firmware for my x86 device with kmod-mt7915e kernel module. But with the latest openwrt 22.03 version #9536 the package package/kernel/mac80211 (kmod-mt7915e) fails to build.
…
-
The Generic rules:
- pyrra_requests_total (See [here](https://github.com/pyrra-dev/pyrra/blob/a5e3b4606daf843156111f791ff669d864163e7a/slo/rules.go#L1234) and [here](https://github.com/pyrra-dev/pyrr…
-
# `spatialdata` support in `segger`
Describing use cases and a possible strategy to enable `spatialdata` support.
## Use cases
These use cases can be considered as incremental goals, to accomplish …
-
## Description
Modify the GCL (Generic Client Layer) to include support for the `/cred` endpoint, allowing it to handle credential-related requests in line with the specified API requirements. This e…
-
We have various functions that take a slice as argument currently. Most of them would convert the slice into a `Vec` or similar before passing to C functions. As such it would make sense to directly a…
-
Currently if you deserialise:
```json
{
"class": "uk.gov.gchq.koryphe.impl.predicate.IsMoreThan",
"value": 1512381090096
}
```
it will throw an exception saying 1512381090096 is big…