samgis / tests

Commit History

[refactor] import aws_lambda_powertools and define tests about aws lambda integration only when IS_AWS_LAMBDA is defined
8bc95c0

aletrn commited on

[refactor] move core instance segmentation (segment anything) functionality to samgis_core, bump to version 1.2.0
0a91cb6

aletrn commited on

[test] add local server as tiles xyz provider
2b25e73

aletrn commited on

[test] add raster helpers test cases
96a77e0

aletrn commited on

[test] add fastapi app test cases
74786b2

aletrn commited on

[feat] add working static frontend
9954ac1

aletrn commited on

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

aletrn commited on

[refactor] renamed backend package to samgis
2979556

aletrn commited on

[refactor] start decoupling backend code from aws wrapper
2ff94a6

aletrn commited on

[test] update test cases to handle input source as xyzservices.TileProvider
97e2801

aletrn commited on

[test] update test cases because of renamed/new types
9e1ff90

aletrn commited on

[test] update test cases
976e7a3

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

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

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

[test] update test cases
d6e29f0

aletrn commited on

[doc] update some docstrings
1499e36

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

[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 more docs content
6f2f547

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] migrate pydantic.parse to pydantic.model_validate
ef3d72e

aletrn commited on

[test] refactor code, fix some tests
3041467

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

[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] add get_latlng_to_pixel_coordinates test
5b77c7a

aletrn commited on

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

aletrn commited on

[test] add pytest with first test cases from coordinates_pixel_conversion.py
814e9b0

aletrn commited on