3dgeo-heidelberg / pytreedb

Python package providing a file and object-based database to store tree objects.
Other
28 stars 4 forks source link

Webfrontend: Filter for Source and Mode show blank filter result if applied as first and only filter. [REPLACEMENT ISSUE] #37

Closed lwiniwar closed 2 years ago

lwiniwar commented 2 years ago

The original issue

Id: 31
Title: Webfrontend: Filter for Source and Mode show blank filter result if applied as first and only filter.

could not be created. This is a dummy issue, replacing the original one.In case the gitlab repository still exists, visit the following link to see the original issue:

https://gitlab.gistools.geog.uni-heidelberg.de/giscience/3DGeo/pytreedb/-/issues/31

annachiu7 commented 2 years ago

Problem: https response too large and got splitted

annachiu7 commented 2 years ago

We should probably discuss about how to approach the json-downloading performance problem if the users are requesting for a lot of files e.g. >300, because it's indeed a lot for the client side to process (truncating all results into one large json & reading laz file downloading info from each result...)

annachiu7 commented 2 years ago

Source of problem found: there's a mini error in the dataset. But good that we are now aware of some performance problem