-
I've gotten a basic variant of this working now with 3d-tiles-renderer and wanted to ask a couple questions about the implementation and things that don't seem to be working. Sorry if it's scattered!
…
-
**Describe the Bug**
I have the hyperspectral camera Specim FX17, GigE version. The camera captures hyperspectral images and I need: (i) to capture images continuously and save them in the hard drive…
-
```nim
proc eval*(brdf: BRDF; surfacePoint: Point2D, normal, inDir, outDir: Vec3f): float32 {.inline.} =
case brdf.kind:
of DiffuseBRDF: return brdf.reflectance / PI
of SpecularBRDF…
-
A user provided a glTF model at https://community.cesium.com/t/measurment-tools-stopped-working/32962/12
When uploading this to Cesium ion and tiling it as 3D tiles, this is the result:
[Forum 3296…
-
```python
sNIRv=SpectralIndex(
short_name='sNIRv',
long_name='SWIR-enhanced Near-InfraRed reflectance of Vegetation',
formula='((N - R - S^2)/(N + R + S^2)) * N',
reference='https…
-
**Description**
When using `geom_smooth` with the `loess` method, I encounter a `TypeError` with the message `asarray() got an unexpected keyword argument 'copy'`. This issue does not occur with ot…
-
I am trying to replace the texture of a model with an image using the following code:
```kotlin
fun createTextureFromBitmap(engine: Engine, bitmap: Bitmap): Texture {
val texture = Text…
-
I have been trying to implement the features described in the "[Controlling Perceptual Factors in Neural Style Transfer](https://arxiv.org/abs/1611.07865)" research paper.
The code that used for th…
-
If a project already has unique IDs for the resources it wants to create in Knora, it could be convenient to allow them to specify their own unique IRI for each resource, using a project-specific IRI …
-
Yes - you need a saved gee asset that is a feature collection.
Make sure each feature has a correct 'system:time_start" property as this is used to guide sampling times.
_Originally …