-
### 🐛 Describe the bug
Hello esteemed pyg developers,
Trying to train the following simple model:
```
class LitSegger(L.LightningModule):
def __init__(self, model):
super().__i…
-
as far as I can understand, geoserver-rest gives us a simple way to upload **raster files** in geoserver :
geo.create_coveragestore(
layer_name='my-raster1',
path=r'data/raster/raster1.tif'…
-
Need to check available feature stores and understand how this service can be integrated into ODAHU ecosystem.
Feature store services list and comparsion: https://www.featurestore.org/
-
When using the protocol config to load features in a FeatureStore and then load the features form the FeatureStore to a Vector Layer, the features are not added.
Example :
- the layer I want : layer…
-
Due to a missing Postgresql/PostGIS instance available on the build server (plaza.deegree.org) the integrations tests for this module needs to be de-activated.
tfr42 updated
8 years ago
-
To provide INSPIRE compliant service interfaces a range of data/ metadata coupling things have to be configured, such as MetadataURL, AuthorityURL, SpatialDataSetIdentifier etc.
Actually deegree's im…
ghost updated
2 weeks ago
-
In the tutorial - part 2-register-features, fails with missing module.
The error is triggered by the command "fs = FeatureStore("./feature_repo")"
The Feast version is 0.21.3.
Snapshots below -
…
-
I have discovered issues which prevent a FeaturStore loading its data via Proxy correctly when using ExtJS 5, like this:
```
Ext.create('GeoExt.data.FeatureStore', {
layer: vecLayer,
fields: …
-
I'm apply redis-cluster in FeatureStore and model inference. Now I'm looking forward some disk-based KV store and I found ZanKV. Is there any good example of ZanKV applied to real scene? I recommend …
-
We're evaluating using this library for a large project and I'm having some trouble getting started. My existing model is fairly simple:
```
export const FeatureStoreModel = types
.model('Featu…
djMax updated
4 years ago