Commit History

Merge branch 'dev' into 'main'
ed8e93f

alessandro commited on

[feat] add working static frontend
aa983ad

aletrn commited on

[refactor] first working stage for huggingface docker container with fastapi and loguru
0f9c611

aletrn commited on

[refactor] use poetry also to build the aws docker images
c76cb5f

aletrn commited on

[refactor] renamed backend package to samgis
c8c2cad

aletrn commited on

initial commit
d427534

aletrn commited on

[refactor] start decoupling backend code from aws wrapper
eaace17

aletrn commited on

[test] update test cases to handle input source as xyzservices.TileProvider
57f545c

aletrn commited on

[fix] handle source types with additional parameters other than x,y,z; set default source_type = OpenStreetMap.Mapnik
54cbf5f

aletrn commited on

[docs] update docs to add openapi swagger content
aa5bd92

aletrn commited on

[test] update test cases because of renamed/new types
5af10a7

aletrn commited on

[refactor] prepare openapi swagger: rename RawRequestInput type to ApiRequestBody, add ApiResponseBodyFailure and ApiResponseBodySuccess types
2d0111c

aletrn commited on

[test] update test cases
b393c95

aletrn commited on

[fix] handle mapping source_type to url_tile on executing samexporter_predict()
d4c6f14

aletrn commited on

[fix] update example events
528b049

aletrn commited on

[feat] add missing source_type argument on samexporter_predict use
810f896

aletrn commited on

[refactor] improve exception log handling
11778cb

aletrn commited on

[test] lambda_handler: add test rectangle and multi prompts cases
560617a

aletrn commited on

[test] lambda_handler: update test cases assertions
e062954

aletrn commited on

[test] lambda_handler: update test cases, add case for rectangle
2f330ba

aletrn commited on

[fix] resolve wrong bbox order in case rectangle prompt
29a1b89

aletrn commited on

[test] add more "real" test cases for lambda_handler, 200/ok case
577f3b0

aletrn commited on

[refactor] set some methods as private
fedf8be

aletrn commited on

[refactor] reduce complexity of get_parsed_bbox_points method
7e1f6fc

aletrn commited on

[feat] add support for multi-prompt, both of type point and rectangle
f10156a

aletrn commited on

[test] update lambda_handler real test case expected output
18eabd0

aletrn commited on

[refactor] get constants from env variables, handle possible exceptions on tiles download/merge/crop
c05e7c7

aletrn commited on

[test] update test cases
2f08493

aletrn commited on

[refactor] download raster tiles with contextily.tile.bounds2img()
924419a

aletrn commited on

[refactor] don't import complete modules, use only "from" syntax
fd9de0f

aletrn commited on

[doc] update broken link
69b0e99

aletrn commited on

[feat] updated project presentation
d8910ea

aletrn commited on

[feat] add markdown support in sphinx
9dc65a8

aletrn commited on

[doc] update some docstring and typing hints
9c09a5a

aletrn commited on

[refactor] refactor tms2geotiff functions
c6a47bd

aletrn commited on

[doc] update some docstrings
3209d49

aletrn commited on

[refactor] change two error response http status
d071ba9

aletrn commited on

[ci] add docs/_build/html folder tree
7b56b41

aletrn commited on

[ci] add again prod deps to requirements.txt
f0dbd2f

aletrn commited on

[refactor] remove unused Dockerfile, try installing sphinx with requirements.txt in cloudflare pages ci
7c179a2

aletrn commited on

[doc] add Pipfile.lock, move dependencies to dev section
5cf9e4f

aletrn commited on

[doc] add Pipfile used by Cloudflare Pages build process
2b50a97

aletrn commited on

[refactor] remove some .idea files, add matplotlib as dev dependency
0c50ca6

aletrn commited on

merge main branch into refactor branch, update README.md
c655420

aletrn commited on

[refactor] clean download_extent function
ddd32eb

aletrn commited on

[feat] set debug log about tile url
bb53beb

aletrn commited on

[test] using local tile http server in lambda_handler "real" test case
4e35839

aletrn commited on

[test] add lambda_handler "real" test case
caf10ab

aletrn commited on

[refactor] apply suggestion from sonarlint
ee2ed59

aletrn commited on

[test] SegmentAnythingONNX test case (encode and predict_masks - check map)
793909c

aletrn commited on