Skip to content

Latest commit

 

History

History
165 lines (120 loc) · 6.64 KB

README.md

File metadata and controls

165 lines (120 loc) · 6.64 KB

Contributors Forks Stargazers Issues


Logo

AGS Validator and Editor

By GroundUp


Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Contributing
  3. License

About The Project

Validate, fix, and edit your AGS data with ease. All your AGS data stays on your device and never leaves your browser.

This repository is home to two typescript projects:

@groundup/ags

This is the npm package that performs parsing and validation of AGS4 files. Source code and docs are available here.

Ags Validator Web App

This is the web application that lives here.

Source code is available here.

(back to top)

What is GroundUp?

GroundUp is an open source platform that makes geotechnical analysis and data management, easier, quicker, more transparent, and more collaborative.

We are currently working hard on building the public version of GroundUp, which will be available soon.

Register for early access to GroundUp and be the first to know when it's available.

GroundUp will always be open-source, and free to get started.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

You don't have to write code to contribute. Creating issues, providing feedback, and writing documentation are all invaluable contributions.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feat/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feat/AmazingFeature)
  5. Open a Pull Request

(back to top)

Top contributors:

contrib.rocks image

License

Distributed under the Apache v2 License. See LICENSE.txt for more information.

(back to top)

(back to top)