how can i fix this export error in Roadrunner?

2 ビュー (過去 30 日間)
미영
미영 2023 年 6 月 9 日
回答済み: Harsh 2025 年 1 月 22 日
1 month ago, I already export this data in RoadRunner.
and today I tried to export same data. but it was not working.
So how can I fix this error?

回答 (1 件)

Harsh
Harsh 2025 年 1 月 22 日
It seems that the minimum and maximum of bounding boxes you're providing for export to GeoJSON are invalid.
In a bounding box, the minimum coordinate (min) represents the smallest x, y (and z, if 3D) values, while the maximum coordinate (max) represents the largest x, y (and z) values. If the min coordinate is greater than the max coordinate, it does not form a valid bounding box.
Feel free to use the following link to learn more about minimum bounding rectangles/bounding boxes,
https://sk.sagepub.com/ency/edvol/geoinfoscience/chpt/minimum-bounding-rectangle

カテゴリ

Help Center および File ExchangeExport Scenes についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by