如何在地图上绘制印度气象分区?

发布于 2025-01-17 06:04:40 字数 172 浏览 2 评论 0原文

因此,印度气象分区与州界不同。一个大州可能有多个子区,而几个小州则可以组成一个子区。例如,马哈拉施特拉邦有 4 个分区,而那加兰邦、曼尼普尔邦、米佐拉姆邦和特里普拉邦 4 个州共同组成 1 个分区。问题是我找不到属于每个分区的地区列表。如果我确实有地区数据,那么这会很容易,因为我们将属于同一分区的地区进行分类。我不知道该怎么办。

So, the Indian Meteorological Sub-Divisions are different from the state boundaries. One large state may have multiple Sub-Divisions and a few small states together can for one single Sub-Division. For example the state of Maharashtra has 4 Sub-Divisions where as the 4 states of Nagaland, Manipur, Mizoram and Tripura together form 1 Sub-Division. The problem is that i could not find the list of districts that fall into each Sub-Division. If i do have the district data then it would be easy as in we categorically group districts that are part of the same Sub-Division. I dont know how to go about this.

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

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

发布评论

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

评论(1

呆° 2025-01-24 06:04:40

您可以在这里找到几何图形:https://gist.github.com/planemad/d347ad7485344fb0ba4b470721825427

import geopandas as gpd

gdf = gpd.read_file("https://gist.githubusercontent.com/planemad/d347ad7485344fb0ba4b470721825427/raw/4c683c9e1c46bc7373dc3df34202080e1a69c6e3/india-district-imd.geojson")

You can find geometry here: https://gist.github.com/planemad/d347ad7485344fb0ba4b470721825427

import geopandas as gpd

gdf = gpd.read_file("https://gist.githubusercontent.com/planemad/d347ad7485344fb0ba4b470721825427/raw/4c683c9e1c46bc7373dc3df34202080e1a69c6e3/india-district-imd.geojson")

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