-
Notifications
You must be signed in to change notification settings - Fork 2
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
Develop roadmap #3
Comments
Hello and thank you for looping me into this! Re: "Pre-doodler" Script to read in GeoTiff, split into appropriate size files, and save coordinate info I currently have a script that uses Both Planet and Google Earth Engine will deliver large geotiffs as broken-up files so I imagine the merging step is good to keep built in, just needs generalizing depending on scenario (workflow is virtually the same for both, though if you're in GEE you can specify tiling size in GEE. Can provide/work on those scripts too for the JavaScript code editor and Python API.) Please direct me w.r.t. discussions vs pull requests etc. as I am new to collaborative repos, I usually just code for myself 😆 |
ok, I see a commit from @dbuscombe-usgs w/ a NAIP workflow... nice! |
This is just to download NAIP imagery using Google Earth Engine, so application of Gym models on that imagery is possible. Right now, it uses My next commit relates to post-Gym workflows, and will be a specific GDAL-based workflow, that applies to situations where the jpegs have associated "worldfiles" (wld format). I typically use GDAL to create small tiles (using So, the workflow I developed and will soon share is along these lines ...
I often use So, I also have a workflows that:
Just need to tidy and doc my codes, and I will upload them with a minimal working example..... very soon! |
Awesome! @dbuscombe-usgs I haven't yet used I am furiously working on a Sentinel-2 workflow right now and I'm cheating and using the code editor |
I use the I need to update the script that I shared this morning to do the stitching part. I've been migrating away from the GDAL cmd utilities to the @jmdelvecchio you are at the bleeding edge!! so stoked you are giving this a try and you are helping lots. Next year I'll be working on a new thing that will allow doodling directly on maps and geospatial imagery. For now, we should think about how to get the doodles into real-world coordinates.... I'm willing to put some time in - let's come up with a plan! |
i think we should have just a little zoom about all of this... brainstorming... and then break the tasks into issues and assign them and make it all happen... |
I'm game |
I would be very happy to chat after November 15 (v busy before then)! Just keep me in the loop. |
I made a simple script that works well for segmenting orthomosaics using existing Zoo models, fyi: https://github.com/Doodleverse/segmentation_zoo/blob/main/scripts/segment_orthomosaic.py |
@jmdelvecchio and @ebgoldstein it would be cool to meet up again within the next few weeks to discuss progress and directions. I feel like we have a few alternate workflows now for mapping, and wonder to what extent we can compare/consolidate/improve @jmdelvecchio are you going to CSDMS? |
Sounds good. I'm pausing new development on my end as I (1) teach until the end of May (which is also why I won't be able to go to CSDMS, damn quarter system) and (2) wait to hear from NSF whether my work will be funded 😆 so perfect time to coordinate. |
Ok, done teaching until January so now to catch up on coding - there weren't any major developments in automated image segmentation while I was gone, were there?................. |
Basic s2m workflows have previously been discussed via emails and GH discussions (e.g., Doodleverse/segmentation_gym#62 (reply in thread))
We need to develop a basic roadmap, and ideally break the roadmap into concrete issues (actionable steps).
The text was updated successfully, but these errors were encountered: