timeslider for vector data? #1046
Replies: 4 comments 2 replies
-
|
Good suggestion. I will see if I can implement it. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
This feature request has been implemented in #1047. |
Beta Was this translation helpful? Give feedback.
-
|
Qiusheng, I managed to adapt the code to my use case, which is somewhat specialized. It has varying geometries per timestamp and this requires me to manage not just feature fill color but also visibility. It only requires 2 simple changes in toolbar.py (line 7114 and 7215 in the revised version) replacing the style update with a fully qualified style dictionary. I replace color_code_dataframe (in common.py) by customized dictionary creation in the notebook. See attached notebook and the example geojson file to run it on (it cross-checks whether a S1 GRD image is already processed into a CARD-BS image on CDSE; I would normally read in the relevant records directly from an OData request on the catalog). I am not sure whether you want to include this, because it is maybe a rare use case. I am just happy that I can now dig into this in more detail and adapt. Guido |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I am looking for a parallel to add_time_slider (which works with raster layers, see tutorial 22) but for time-sliced vector layers.
This could do the following:
(currently, add_time_slider only accepts raster layer, AFAIU)
My use case is to follow processing delays for a large set of Sentinel-1 image footprints for a (monthly) period. The footprints are annotated with the measured delays.
Beta Was this translation helpful? Give feedback.
All reactions