dz1-spatial-query/README.md
weixin_46229132 5bc6302955 first commit
2025-07-03 20:29:02 +08:00

21 lines
330 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 --build
```
运行ingest_stac_itesm.py脚本插入测试数据。
启动fastapi服务。
```
uvicorn stac_mosaic_api:app --host 0.0.0.0 --port 8000 --reload
```