Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use flatgeobuf data extracts (#1047)
* fix: allow creating organisations without logo * build(frontend): add flatgeobuf dependency * refactor: extra typing and docstring for geojson_to_flatgeobuf * fix: geojson --> fgb async, handle empty return * feat: upload custom extract to s3, insert url to db * refactor: check_crs geojson parsing * test: fix extract upload test * refactor: consolidate building+line geojson --> extract geojson * fix: sort category list during form selection * build: bump fmtm-splitter --> 0.2.5 to avoid fgb errors * fix: task_split endpoint always take data extract param * feat: add endpoint to get data extract as flatgeobuf * feat: get new data extract on page change if selected * feat: handle fgb custom data extract upload * feat: add data extract url to project on submit * refactor: remove extra log.warning in project_crud * hotfix:check geom type Feature in get_data_extract_url * fix: check geom type Feature in preview tasks * refactor: replace pkg_resources deprecation with importlib --------- Co-authored-by: Niraj Adhikari <nrjadkry@gmail.com>
- Loading branch information