Commit History

[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

[refactor] remove unused code from tms2geotiff.py
0aa759d

aletrn commited on

[test] add test cases for download_extent
7a8b84d

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

[test] add test case for lambda_handler
4fed430

aletrn commited on

[feat] add test case for get_response
9205f9c

aletrn commited on

[test] add test cases, add function utility base64_encode()
142642e

aletrn commited on

[test] add test cases, add command for test coverage
5a246f7

aletrn commited on

[refactor] remove debug LogArgumentsDecorator
2b9a42c

aletrn commited on

[refactor] migrate pydantic.parse to pydantic.model_validate
ef3d72e

aletrn commited on

[test] refactor code, fix some tests
3041467

aletrn commited on

[test] set some logs ad debug
c07ce51

aletrn commited on

[test] refactor samexporter_predict and get_vectorized_raster_as_geojson to avoid writing the downloaded raster
6c70a52

aletrn commited on

[test] add get_raster_inference test case
94729d4

aletrn commited on