Closed barneydobson closed 2 months ago
Good starting point, but I think this will need:
- A minimal example of usage using the CLI
- A minimal example of output results, eg. a plot, illustrating the capabilities.
Nothing complex or thorough - that's what the documentation is for - just something to catch the attention of the reader.
@dalonsoa the quickstart guide in the documentation provides exactly these things... should I also include that in the readme?
No, no. Way simpler than the Quickstart. Quite literally:
Once installed, you can simply run SWMManywhere from the command line giving a settings file in TOML format as input. As SWMManywhere can download most of the data automatically from well known sources, this settings file can often be minimal and restricted to indicating the geographical area to be processed:
SWMManywhere settings.toml
The result of the calculation will be a design of the sewage system for that area, like the following, which can then be further processed or analysed with XXXX, for example:
(image of a map with calculated sewages)
Follow the Quickstart for a more detailed initial example and read the Documentation for full information of SWMManywhere capabilities.
It would be great to see how to do things with conda-forge
. I've zero experience with it.
Description
first attempt of simple readme