Sure, here's the markdown version of the readme file:
This is a web-based GeoConverter tool built using VueJS 3, Yarn and Vite. It allows users to convert Shapefiles into ISOXML Taskdata, which can be used in agricultural machinery.
- Node.js (v14.16.0 or later)
- Yarn package manager (v1.22.10 or later)
-
Clone the repository:
git clone https://github.com/your-username/geoconverter.git -
Install the dependencies:
cd geoconverter yarn install
To run the GeoConverter in development mode, use the following command:
yarn dev
This will start a development server and open the app in your default browser. Any changes you make to the code will automatically trigger a reload in the browser.
To build the GeoConverter for production, use the following command:
yarn build
This will generate a production-ready build of the app in the dist directory.
To use the GeoConverter, simply drag and drop one or more Shapefiles into the drop zone. The app will then convert the Shapefile(s) into ISOXML Taskdata, which can be downloaded by clicking the "Download" button.
This project is licensed under the MIT License - see the LICENSE file for details.