-
Notifications
You must be signed in to change notification settings - Fork 0
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
Duplicate LiDAR Results #168
Comments
OK. I can see that my test may not be a great reflection of a real-world use case. I just wondered if there was a way to give the user more info at the result level to help them get to what they are interested in more quickly. Not a huge deal. I opened an issue to make sure that we considered this during the rewrite. The conversation about Jake's idea of a statewide LiDAR layer probably deserves its own issue. @jacobdadams, do you want to create one in this repo? It's the same case for the data first vs project first presentation question. I wasn't sure that could put that one into words yet so I didn't create an issue for it.
I feel bad that you feel this way. I don't know of any meetings or meaningful discussions about this app that you have been left out of. Yesterday was the first that I heard of Jake's idea. I still certainly see you as the subject matter expert for this app. |
I was simply told there were discussions going on 'behind my back' that shouldn't be happening is all. The lidar is tough to add more useful information to the tabs to differentiate the products because of how it had to be collected. Sounds like Jakes quilter is a one off per user but a whole new dataset of large mosaiced tiles could be created for those who don't care about from whence it came. Maybe he plans on both but he is conveniently not talking to me about either and simply states 'we are doing this' which is out of line. Quilter sounds like technical debt that might not be worth it. My original intention with the lidar was for the smaller scale technical folks solving Utah's problems and not the artsy folks. |
The idea has been swirling for a while and Jake has expressed the idea to me and we have talked briefly about it in the past, but it is only now starting to surface, so please rest assured that you haven't missed out on or not been included in any discussions. I apologize if I have misled you into thinking there was talk behind your back.
I recommend that we stay focused on continuing to hone in on the major goals of the project (some of which are below), consider this as its own goal and add a new issue for it as Scott suggested, and discuss its merits and make a decision as a team.
|
Rick, I apologize for making you feel left out of the discussions about a larger, "cohesive" lidar dataset. That was definitely not my intention. You're definitely the lidar expert and I did not and do not intend to minimize that or try to keep you in the dark. Like Nathan said, this new dataset is just something that's been bouncing around in the back of my head ever since I started playing with AGRC/UGRC's lidar. In my yearly UPM meetings with Nathan I've set one of my "stretch" goals to be investigating whether it's possible and would make sense. Beyond those conversations, it's just one of those things I think about in the shower. I brought it up in the discussion yesterday and pushed hard for it because a) we're nearing total state-wide coverage and b) it's something I've wanted to do for several years but it keeps getting pushed aside by other projects, so I'm hoping that this work can finally carve out some time to make it happen. I wholeheartedly agree with you that we shouldn't hide the individual projects. There are a lot of use cases and benefits to having them available. This new proposed dataset would very much be a derivative and modified product and thus not the most accurate product. Quilter was my first project here at UGRC to help people download multiple tiles of raster data. It never made it out of development and is, frankly, a hot mess. My next development step for it (if we wanted to continue it) would be "delete and start over." I do believe there's value in a cohesive statewide dataset as another spoon for people, so I'll open another issue related to that so we can have a proper discussion about it now that we've got resources/time to do so. |
@stdavis Is it possible to concatenate 2 fields on the fly to label the the different categories in the results? ex. Category & Year_Collected ? Just an idea as I think I saw the capability on ExB. This would end up being unique to a category (lidar) and not likely the best option. I could also populate Category in the Lidar extents differently with something like: |
I can't remember what unique exceptions are being made for the 6 different categories throughout the app. Back in the day when the imagery was in image server the files were not zipped. I know you were throwing a bunch of IF statements around to provide for instance links to worldfiles and such if ext != .zip. Additionally there are exceptions for project vs. tile based metadata or project report links. We likely need to take another look at all these. |
Yes, we can definitely concat fields on the fly to label results. We should definitely take a fresh look at this when we start the design for v3. |
I wonder if there is a way to make it easier for the user to know which one of these ".5 Meter" results to choose without opening them all up first?
This may be related to the question of data first vs. project first results.
The text was updated successfully, but these errors were encountered: