samgis / src

Commit History

[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] get constants from env variables, handle possible exceptions on tiles download/merge/crop
c05e7c7

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

[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

[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 first working sphinx docs build
00b4479

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

[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

[test] refactor test execution, add test input/output events
9d4db86

aletrn commited on

[feat] add first working use of pydantic input validation
dcc25fd

aletrn commited on

[refactor] refactor and remove unused code, remove unused deps
4d26ef2

aletrn commited on

[refactor] remove and transform unuseful logs to debug
5b88544

aletrn commited on

[bug] fix wrong latlng to xy pixel conversion, update .gitignore and .dockerignore
b241742

aletrn commited on

[feat] wip workflow from request to response
6d1f220

aletrn commited on

[feat] handle prompt point as lat-lng coordinates
9271aef

aletrn commited on

[feat] use post body as input
43d87b3

aletrn commited on

[debug] add geopandas and rasterio to convert the FastSAM mask prediction into a geojson
2f5b9e0

aletrn commited on

[debug] add missing types
6978dd2

aletrn commited on

[debug] first test on lambda for fastsam prediction
fa76f5f

aletrn commited on

[debug] first test on lambda for tms2geotiff functions (fix response body)
ddb71db

aletrn commited on

[debug] first test on lambda for tms2geotiff functions
ee50e01

aletrn commited on