WZDC Rest API 源码
WZDC Tool Rest API 该APi旨在使通过收集的更易于访问。 该APi支持列出/查询和下载RSM {xml},RSM {upper}和WZDx {geojson}消息的单个文件。 要获取API密钥,请联系 。 也可以从WZDC工具网站下载该API访问的数据。 API端点和文档 用法示例(PowerShell): $response = Invoke-WebRequest 'https://wzdc-rest-api.azurewebsites.net/wzdx/' -Headers @{"auth_key"="*api_key*"}; $response.Content 列出文件和查询 通过中心/半径查询RSM {xml}文件 https://wzdc-rest-api.azurewebsites.net/rsm/uper/?center=40.061336,-105.
文件列表
WZDC-Rest-API-main.zip
(预估有个7文件)
WZDC-Rest-API-main
.gitignore
6KB
sample_commands.txt
192B
sql_database_creation_script
761B
requirements.txt
78B
create_key.py
1KB
README.md
2KB
main.py
16KB
暂无评论