S2S Client Field Selector Widgets#114
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
PR Deployment Details: |
95d1dd9 to
f42fe56
Compare
c23d923 to
bbecbd1
Compare
|
Finally got around to test this, works on my windows with visual studio code! will do a few more tests with jupyter lab |
|
|
|
@andresfchamorro good catch. I meant to resolve this but it got lost in the fold. I have fixed the bug. Essentially the grouping function for the categories was skipping over STAC Items with a Theme = 'climate', rather than the STAC Item name which I had originally intended. In the end, I told it to skip over the stac items that have a startdate field. I also filtered out the 'ogc_fid' field up-stream, so it is no longer returned when calling the fields endpoint. This removes the 'Categorized' Section completely. |


What I Changed:
How to test:
space2stats_clientdirectorypip install -e .( this should download version 1.2.1)docs/user-docs/space2stats_api_ui_demo.ipynbspace2stats_client/testsNext Steps:
docs/user-docs/space2stats_api_demo_urban_flood_risk.ipynb