Commit History

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

aletrn commited on

[test] update test cases
976e7a3

aletrn commited on

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

aletrn commited on

[fix] update example events
5a38588

aletrn commited on

[feat] add missing source_type argument on samexporter_predict use
ba68bb0

aletrn commited on

[refactor] improve exception log handling
c7d3092

aletrn commited on

[test] lambda_handler: add test rectangle and multi prompts cases
375dcd6

aletrn commited on

[test] lambda_handler: update test cases assertions
dc4cc6d

aletrn commited on

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

aletrn commited on

[fix] resolve wrong bbox order in case rectangle prompt
0008765

aletrn commited on

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

aletrn commited on

[refactor] set some methods as private
4a63921

aletrn commited on

[refactor] reduce complexity of get_parsed_bbox_points method
dc1b0a0

aletrn commited on

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

aletrn commited on

[test] update lambda_handler real test case expected output
d32387b

aletrn commited on

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

aletrn commited on

[test] update test cases
d6e29f0

aletrn commited on

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

aletrn commited on

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

aletrn commited on

[doc] update broken link
7ac073b

aletrn commited on

[feat] updated project presentation
7498e64

aletrn commited on

[feat] add markdown support in sphinx
2973667

aletrn commited on

[doc] update some docstring and typing hints
778da92

aletrn commited on

[refactor] refactor tms2geotiff functions
e9b45c6

aletrn commited on

[doc] update some docstrings
1499e36

aletrn commited on

[refactor] change two error response http status
2180e80

aletrn commited on

[ci] add docs/_build/html folder tree
9e4c959

aletrn commited on

[ci] add again prod deps to requirements.txt
934a2ca

aletrn commited on

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

aletrn commited on

[doc] add Pipfile.lock, move dependencies to dev section
371a71b

aletrn commited on

[doc] add Pipfile used by Cloudflare Pages build process
595ec2d

aletrn commited on

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

aletrn commited on

merge main branch into refactor branch, update README.md
22c2921

aletrn commited on

[refactor] clean download_extent function
88eca9c

aletrn commited on

[feat] set debug log about tile url
bfee2ef

aletrn commited on

[test] using local tile http server in lambda_handler "real" test case
906be62

aletrn commited on

[test] add lambda_handler "real" test case
daf76ab

aletrn commited on

[refactor] apply suggestion from sonarlint
adbb63f

aletrn commited on

[test] SegmentAnythingONNX test case (encode and predict_masks - check map)
06df9fa

aletrn commited on

[refactor] remove unused code from tms2geotiff.py
8447b11

aletrn commited on

[test] add test cases for download_extent
21b3ecd

aletrn commited on

[test] add test cases for get_vectorized_raster_as_geojson and SegmentAnythingONNX
84a883f

aletrn commited on

[docs] add credits to external authors, add project license
3e8e2d5

aletrn commited on

[docs] add configuration options
9b0c3be

aletrn commited on

[docs] fix typo
426f043

aletrn commited on

[docs] add more docs content
6f2f547

aletrn commited on

[docs] add .idea configs
cbeec42

aletrn commited on

[docs] add first working sphinx docs build
00b4479

aletrn commited on

[ci] switch base docker image to python:3.11-slim-bookworm, use opencv-python-headless
c6215d1

aletrn commited on

[ci] use requirements.txt in dockerfile-lambda-gdal-runner
a354309

aletrn commited on