# MapTrans **Repository Path**: neo5simple/mt ## Basic Information - **Project Name**: MapTrans - **Description**: Map Transform tool - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-25 - **Last Updated**: 2025-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Map Transform tool copy idea from but API from ## Install ```sh pip install maptrans ``` ## Usage make some data in csv like `sample.csv` ```csv X,Y,H 20510210.743588,4058386.735392,155.55 20510196.183790,4057723.195846,123.45 ``` transform by running command ```sh mt --key --input sample.csv ``` > Get your FREE key from MapTiler Default transform `CGCS2000 Zone 20` to `WGS 84` You can change the EPSG code ```sh mt --key --input \ --start --to ``` - `START-CODE`: 4498 (CGCS2000 Zone 20) as default - `TO-CODE`: 4326 (WGS 84) as default get more details from