Skip to content

snap10/geo-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sure, here's the markdown version of the readme file:

GeoConverter

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.

Getting Started

Prerequisites

  • Node.js (v14.16.0 or later)
  • Yarn package manager (v1.22.10 or later)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/geoconverter.git
    
  2. Install the dependencies:

    cd geoconverter
    yarn install
    

Development

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.

Production

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.

Usage

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • VueJS - The progressive JavaScript framework used for building the app
  • Vite - The build tool used for the development and production builds
  • ShpJS - The library used for parsing Shapefiles
  • Isoxml-js - The library used for generating ISOXML Taskdata

Open Source Credits

This project uses the following open-source libraries:

Library License Repository
isoxml-js Apache-2.0 Agricultural data exchange format
Leaflet BSD-2-Clause Interactive maps
Vue.js MIT UI framework
shpjs MIT Shapefile parsing

Full license texts are available at the respective project repositories.

About

Converts ShapeFiles to ISOXML Taskdata

Resources

License

Stars

1 star

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors