This website requires JavaScript.
Explore
Help
Sign In
facat
/
gdal
Watch
1
Star
0
Fork
You've already forked gdal
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
ed76be5f7c
gdal
/
main.py
6 lines
113 B
Python
Raw
Normal View
History
Unescape
Escape
完成基本功能。
2021-01-17 20:05:01 +08:00
if
__name__
==
"
__main__
"
:
导出的xml带encoding
2021-01-17 20:47:09 +08:00
import
transformer
.
exporter
as
exporter
完成了自动生成排位数据文件的功能
2022-01-18 14:14:00 +08:00
导出的xml带encoding
2021-01-17 20:47:09 +08:00
exporter
.
main
(
)
完成基本功能。
2021-01-17 20:05:01 +08:00
print
(
"
PyCharm
"
)