A web-based tool for converting geographic coordinates between various formats, featuring bulk processing and map visualization. Built with React and Vite.
- Coordinate Conversion: Convert between Latitude/Longitude (Decimal Degrees, DMS) and Projected Coordinate Systems (UTM, TM3).
- Bulk Processing: Import Excel/CSV files to convert multiple coordinates at once.
- Map Visualization: accurate map preview using Leaflet.
- Export: Download converted results.
- Frontend: React, Vite
- Map: Leaflet, React-Leaflet
- Math/Projections: Proj4, proj4js
- Data Handling: SheetJS (xlsx)
- Styling: CSS
- Node.js (v14 or higher recommended)
- npm
-
Clone the repository:
git clone https://github.com/13wejay/coord-io.git cd coord-io -
Install dependencies:
npm install
-
Start the development server:
npm run dev
This project is licensed under the MIT License - see the LICENSE file for details.
Muhammad Ramadhani Wijayanto