地质一号空间查询服务模块。
Go to file
weixin_46229132 5bc6302955 first commit
2025-07-03 20:29:02 +08:00
stac-fastapi-pgstac first commit 2025-07-03 20:29:02 +08:00
.gitignore first commit 2025-07-03 20:29:02 +08:00
del_items.py first commit 2025-07-03 20:29:02 +08:00
ingest_stac_items.py first commit 2025-07-03 20:29:02 +08:00
README.md first commit 2025-07-03 20:29:02 +08:00
stac_mosaic_api.py first commit 2025-07-03 20:29:02 +08:00

dz1-spatial-query

地质一号空间查询服务模块。

服务搭建

启动数据库搭建STAC服务。

cd stac-fastapi-pgstac
docker-compose up -d --build

运行ingest_stac_itesm.py脚本插入测试数据。

启动fastapi服务。

uvicorn stac_mosaic_api:app --host 0.0.0.0 --port 8000 --reload