Replies: 2 comments 3 replies
-
Just checking in on this thread. I took the sqlbrat route. By picking through the docs and source code, I was able to get through a Brat run on macOS. I'm curious if the project team is interested in contributions to the documentation. Thanks! |
Beta Was this translation helpful? Give feedback.
3 replies
-
Awesome! Thank you! Using the installation guide for reference we've got what we think will work for a Python environment set up already looking at the dependencies/requirements but it hasn't been tested yet. The main sticking part is figuring out the brat build and brat run and how to feed things into that when we're not using the 'standard' workflow. Where we're not using US data, all the data extraction, prep, pre-processing, flow calcs, etc has already been done outside of BRAT.
That shell script and the others with it looks awesome though, thank you for pointing me there. I'll sort through your notes and those scripts and with that I'm hoping we can cobble something together as well. If we're able to get things working I'll post our rough notes here too!
…________________________________
From: ecopony ***@***.***>
Sent: June 20, 2023 10:10 PM
To: Riverscapes/riverscapes-tools ***@***.***>
Cc: Nicole Peters ***@***.***>; Mention ***@***.***>
Subject: Re: [Riverscapes/riverscapes-tools] Embarking on the journey to run BRAT... (Discussion #693)
CAUTION: The Sender of this email is not from within Dalhousie.
Hi @GeoNicole<https://github.com/GeoNicole> -- I haven't gone through my notes yet to produce something worthy of a pull request. My notes are also specific to macOS.
There are some Windows-specific docs that I found helpful here: https://tools.riverscapes.net/brat/Support/Advanced_Users/installation.html
Once I was through the bulk of the dependencies, the most helpful thing was referencing some of the automation scripts in the project for clues on what I would need to do locally to get all the way through a BRAT run. This script has the whole flow outlined and was the most useful reference I found: https://github.com/Riverscapes/riverscapes-tools/blob/master/scripts/automation/FargateAllTools.sh
The main thing to know is that you can't just 'run BRAT.' You need to run a sequence of tools, each producing an output that the next tool requires. You can see that sequence in that automation script (rscontext -> channel -> taudem -> vbet -> brat build -> brat run). I ran into a handful of issues as I went through them all for the first time that were mostly dependency issues with my environment.
I have designs to write a 'Getting Started for Developers' guide with a bunch of info, I just haven't gotten around to it. I attached my raw notes -- hopefully they might be of some use.
GEOS-BRAT - Running BRAT-210623-010659.pdf<https://github.com/Riverscapes/riverscapes-tools/files/11811100/GEOS-BRAT.-.Running.BRAT-210623-010659.pdf>
—
Reply to this email directly, view it on GitHub<#693 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALNPA6H334YTN463R46SRQLXMJCYHANCNFSM6AAAAAATRQM3FM>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I just recently came across your project. I'm interested in running BRAT against some Oregon hydrologic units potentially to use for a master's thesis in GIS.
I see this in the README:
And I see these docs aren't fleshed out quite yet: https://tools.riverscapes.net/brat/Support/Advanced_Users/running_brat.html
I would really like to use the new version if possible and not be tied to ArcGIS -- I just wanted to check in and see if that warning was still applicable.
Thanks!
Ed
Beta Was this translation helpful? Give feedback.
All reactions