dz1-spatial-query/README.md
weixin_46229132 284d63c29b 修改readme
2025-07-05 19:56:42 +08:00

22 lines
372 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# dz1-spatial-query
地质一号空间查询服务模块。
## 服务搭建
启动数据库搭建STAC服务。
```
cd stac-fastapi-pgstac
docker-compose up -d database --build
docker-compose up -d app --build
```
运行ingest_stac_itesm.py脚本插入测试数据。
启动fastapi服务。
```
uvicorn stac_mosaic_api:app --host 0.0.0.0 --port 8000 --reload
```