-
-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inline Classification #4649
Comments
I suggest to explain the enhancement in the description, this will make it more likely people will read it. Be sure to describe the context of your suggested enhancement, e.g. what is the current state and why do you want to enhance it and how. Is this something you will work on? |
Anna Thanks for the feedback. I will edit the submission and attached document with a better definition with specific GRASS context and repost it. If anyone is looking at this submission, please wait for the next round. I am not proposing to code this up as I lack the required programming skills to deal with all the aspects of this enhancement. I would happily work with anyone who would like to implement this to provide clarification or additional information. Steven |
Anna
I have a number of questions about how to propose enhancements when they are implemented across the whole system. This issue was set up to propose a specific enhancement. Is this the right forum to have a back-and-forth discussion on the broader topic?
I would be happy to go offline via email, chat or phone call if that makes sense.
My email is: ***@***.***
Thanks for you time on this.
Steven
…________________________________
From: Anna Petrasova ***@***.***>
Sent: Monday, November 4, 2024 7:52 PM
To: OSGeo/grass ***@***.***>
Cc: spaine916 ***@***.***>; Author ***@***.***>
Subject: Re: [OSGeo/grass] Inline Classification (Issue #4649)
I suggest to explain the enhancement in the description, this will make it more likely people will read it. Be sure to describe the context of your suggested enhancement, e.g. what is the current state and why do you want to enhance it and how. Is this something you will work on?
—
Reply to this email directly, view it on GitHub<#4649 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BMVJ6YJE4FYVYL6P3LTXAGTZ7AXGHAVCNFSM6AAAAABRFN74ACVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJWGE3TKMRZGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
You can either post it here or post it on our developer forum, but keep it public. It looks like you are proposing a major feature, so to make the discussion productive, think about what can be done with available resources. |
Ok here is the proposed enhancement in the standard format. I have been running GRASS to try the various existing functionality, but I am by no means an expert so my understanding of how things work may be off. I am also working on my own and have been operating in my own little echo chamber so I would appreciate some feedback. Thanks Steven Is your feature request related to a problem? Please describe. Description Describe the solution you'd like I’d like to be able to create a complete definition of any data for processing and display that can be easily created and used at runtime for any process or function in the GIS. A complete definition would include color assignments, weights and descriptions and would be easy to read in a GUI field or a command line. Describe alternatives you've considered Using the various classification functions in GRASS (v.category , r.category, v.class, r.class, r.desribe, r.colors, v.colors) which can be time consuming, error prone and not very functional for defining processes or what-if scenarios. Additional context, Requirements The main requirement is to use the original data sets and add value-added information when needed, to reduce the need for intermediate datasets. The objective is to create easy to use definitions and execution with a GUI interface for all operations. Class Tables GRASS already has an interactive class table creation function in the display window that is used to define the visual presentation of selected covers by defining ranges, single values or character classes and assigning colours to them with a colour number or an HSL / RGB definition in the Col columns. This function specifies the input data cover and either uses their numeric values or an attribute that holds the values to be classified. There is also functionality that associates the source data with its table definitions. Data Definition Issues |
This is my first time suggesting an enhancement so let me know if this is appropriate. I am attaching a PDF that describes the enhancement request.
Inline_Classification.pdf
The text was updated successfully, but these errors were encountered: