samgis / src /io /lambda_helpers.py

Commit History

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

aletrn commited on

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

aletrn commited on

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

aletrn commited on

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

aletrn commited on

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

aletrn commited on

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

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

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

aletrn commited on

[doc] update some docstrings
3209d49

aletrn commited on

[refactor] apply suggestion from sonarlint
ee2ed59

aletrn commited on

[docs] add more docs content
6f2f547

aletrn commited on

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

aletrn commited on

[feat] add input parsing and validation with pydantic, refactor code
85dd36a

aletrn commited on

[test] add get_parsed_bbox_points test case, refactor test structure
238719b

aletrn commited on