ArcGIS Python:在图形界面表单中使用日历

发布于 2024-11-26 03:03:00 字数 202 浏览 6 评论 0原文

我是一名在 ArcGIS10 中使用 Python 的 GIS 专家。我正在创建一个脚本并将其导入到 ArcGIS 默认图形界面表单中。在默认表单中,我可以设置由不同数据类型组成的某些参数。我想设置的参数之一是有一个字段,用户可以在其中打开日历并选择要传递到脚本中的日期。因为我在 ArcGIS 中工作,所以我不确定是否可以添加此字段。如果有人需要更多关于我想做什么的说明,请告诉我。谢谢。

I am a GIS Specialist using Python within ArcGIS10. I am creating a script and importing it into the the ArcGIS default graphical interface form. In the default forms, I can set certain parameters made of different data types. One of the parameters I would like to set is to have a field where the user opens a calendar and selects a date to be passed into the script. Because I am working within ArcGIS, I am not sure if I can add this field or not. If anyone needs more clarification as to what I want to do, let me know. Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

他不在意 2024-12-03 03:03:00

如果您在 ArcGIS 10 工具箱中运行脚本,则无法弹出日历。更糟糕的是,日期数据类型似乎没有提供工具箱中的任何验证。这意味着您需要验证代码中是否输入了实际日期,或者您可以修改脚本属性中的验证代码来执行此操作。我会在两者中都这样做。

If you are running the script in an ArcGIS 10 toolbox, a calendar popup is not possible. Even worse, it does not look like the Date data type provides any validation from the toolbox. This means that you will need to either validate that an actual date has been entered in your code or you can modify the validation code in the script properties to do this. I would do it in both.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文