This Python script extracts TEXT and MTEXT entities from a DXF file, including those nested within INSERT (block) entities. It converts each character into a vector polygon outline, centers the text ...
公図ビューアのツール機能に「筆の複数選択ツール」を追加しました。 これまで、DXFファイル保存機能・GeoJSON形式保存機能では、選択した筆は1つしか保存できませんでしたが、これで複数の筆を自由に選択して保存できるようになります。 使い方は ...
ソースコードをVersion 2.0.0 にアップグレードしました。おもな更新内容は以下の通りです。 ⏺ 単位をメートルからミリに変換できる機能を追加(Jw_cad使用時に便利!) ⏺ ラベルを計算で中央揃えするように改良 ⏺ ezdxfのバージョンを 1.3.3 から 1.3.5 に ...
This is a Rust library that provides a function to convert a shapefile (a common geospatial data format) to a GeoJSON file. GeoJSON is a lightweight, text-based format for representing geographic data ...