This project provides a GUI Windows Program (using WinForms) to simplify the translation of Geospatial PDFS to GeoTIFFs.
Here's the installer, which is written using NSIS, a scripting language for writing Windows installers.
Originally, we wanted this project on Android. Here's the link to that project, along with its contribution statistics.
- Caleb Gartner
- Thane Wilson
- Joshua Mathews -- (225)305-7231 -- [email protected]
Brad Schmidt Fire Technology Specialist Center of Excellence for Advanced Technology Aerial Firefighting [email protected] 0375 County Road 352 #2065-A Rifle, CO 81650 www.dfpc.state.co.us
https://github.com/DamnGoodCoders/FireMap-Android/blob/master/Signed%20Contract%20CMU%20DFPC.pdf
All features should have their own branch. These all should be branched from the Development branch.
Never merge a feature directly into the Master branch. First, create a pull request to the Development branch, then we will merge the two. Only merge the Development branch to the Master branch.
If you're creating a feature, call the branch "feature/feature-name." Same goes with bugfixes: "bug-fix/issue-name." Reference the issue you are fixing in your commit.
Once we get the ball rolling, we should require everyone to approve pull requests to the development branch, thoroughly reviewing the changes.