Commit History

[docs] update docs
f1f15de

aletrn commited on

[feat] (frontend) add nextzen terrain xyz provider as DEM raster source
f366f8c

aletrn commited on

[fix] fix loguru logger for fastapi app
42e19bf

aletrn commited on

[test] add raster helpers test cases
96a77e0

aletrn commited on

[ci] fix outdated poetry.lock file
5254053

aletrn commited on

[test] add fastapi app test cases
74786b2

aletrn commited on

[feat] (backend) add nextzen terrain xyz provider as DEM raster source, make sam predictions with RGB image made with normalized slope, elevation and curvature as channels
5421d31

aletrn commited on

[ci] fix zlib1g security vulnerability
f8218e8

aletrn commited on

[style] fix the button footer style
7267ad7

aletrn commited on

Merge branch 'dev'
243292f

aletrn commited on

[feat] update footer style, add button to close the footer
6d5ac24

aletrn commited on

[fix] remove wrong 'document' import from postcss
c1474ca

aletrn commited on

[feat] move direct url space link to footer, remove close button
75c1512

aletrn commited on

[style] update footer style, add button to close the footer
205a0ca

aletrn commited on

[feat] add descriptions about exclude/include points
31e2594

aletrn commited on

[feat] add user onboarding tour, remove section with direct huggingface space link
22a4f44

aletrn commited on

[fix] move wrong v-if
6300570

aletrn commited on

[feat] show link about embedded huggingspace on small devices
fea8a6e

aletrn commited on

[style] add missing references to new custom class names in helpers.ts
1553c6c

aletrn commited on

[style] custom actions toolbar: added custom icons (include/exclude markers)
0e4f653

aletrn commited on

[doc] add a section about the demo websites
a2bec93

aletrn commited on

[doc] README.md: fix the local curl test command
1897304

aletrn commited on

[chore] add peer dependency override
ee12535

aletrn commited on

[chore] update dependencies to fix axios vulnerability
cb4c85a

aletrn commited on

[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