Commit History

[feat] add navbar with blog, samgis presentation, samgis docs
5b52c2c

aletrn commited on

[style] improve responsiveness of map page
1e10554

aletrn commited on

[chore] update deps
ca2d8d8

aletrn commited on

[doc] added huggingspace samgis url to README.md
3df2f66

aletrn commited on

[doc] updated README.md
6345dd2

aletrn commited on

[feat] update description and title map page
70d4669

aletrn commited on

[doc] update README.md
43f594e

aletrn commited on

[ci] fix huggingface build because of COPY an empty folder on huggingface.co
19b1a2c

aletrn commited on

[ci] try to better support huggingface CI
7af7458

aletrn commited on

[doc] update README.md, merge history from huggingface
d77b9aa

aletrn commited on

Merge branch 'dev' into 'main'
98b79a2

alessandro commited on

[feat] add working static frontend
9954ac1

aletrn commited on

[refactor] first working stage for huggingface docker container with fastapi and loguru
7c6fa68

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

initial commit
d427534

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

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

aletrn commited on

[docs] update docs to add openapi swagger content
075be9e

aletrn commited on

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

aletrn commited on

[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