Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Fix integer results

Rico Herzog requested to merge fix_integer_results into main

Created by: ehundt

The results metadata returned by the job details API will now return 'int' in case all values are integers. They used to be 'float64' which was the type automatically generated by geopandas. The frontend only displays filters of type "int" (plus "string"). Therefore the new remote model displays the filters as well.

Merge request reports