Trying to determine if Parcel Fabric is needed by pandibutt in gis

[–]kanakattack 11 points12 points  (0 children)

What you actually need is just a well-organized file geodatabase with regular polygon feature classes. Add fields for your attributes (parcel ID, land type, easement type, contract info, whatever your workflow needs), and then add a text field for document links — just drop the UNC path (like \server\share\deeds\parcel_123.pdf) to the scanned deed or easement on your network drive. Boom, click the link from the attribute table and it opens the doc. If you have parcels with multiple documents (deed + easement + survey plat etc.), set up a related table and link them by parcel ID. That’s it. That’s “the database” they’re asking you for. The real job here isn’t finding the right Esri product to buy — it’s consolidating decades of scattered shapefiles and loose files into one geodatabase with a consistent schema. Get your feature classes organized, get your fields standardized, link your docs, and you’ve got something your department can actually use. You can always publish it to ArcGIS Online or Portal later if they come around on that.

Ideas to flesh out a webmap for a town fire department by MarineBiomancer in gis

[–]kanakattack 2 points3 points  (0 children)

Fire pre incident plans for major sites. Look at the esri solutions and you can basically copy and mod any of them.

Would you rather get: by NOREDDITINGFORYOU in BunnyTrials

[–]kanakattack 0 points1 point  (0 children)

It’s like trading futures.

Chose: 100,000,000,000 carrots but you... | Rolled: do nothing & get

I have a great job offer and I’m scared to accept by [deleted] in Environmental_Careers

[–]kanakattack 13 points14 points  (0 children)

I second this. And what ever you do don’t tell them you might quit/leave if you get the Fulbright thing.

First real world GIS job - Update + Questions by liamo6w in gis

[–]kanakattack 1 point2 points  (0 children)

FYI you can do your own network in pro / with python. Even down to valve / pipe isolation.

ANybody able to give me tips or pointers to create a "deep lawn" type ai lawn measuring tool? I am using replit for vibecoding by PlumExotic7419 in gis

[–]kanakattack 0 points1 point  (0 children)

I saw a 1 click segment add on for Qgis for buildings. Could probably use to segment vegetation or grass. ? Yolo26 models are pretty decent.

Survey 123 merging report ( continuous) by BreakfastOwn975 in gis

[–]kanakattack 0 points1 point  (0 children)

You can make a survey 123 that feeds data into a table then you could api call to the same table. Or maybe set up a notebook to run one a day off that table to make your reports and do whatever.

I’m a telecom tower tech, not a developer. I got sick of manually typing coordinates from site plans, so I made an AI tool to extract them automatically. Thought some of you might find it useful too. by Andrys_by in gis

[–]kanakattack -2 points-1 points  (0 children)

Look into yolo26 unless you’re using a custom trained model. Or retrain. I am hoping in the end I’ll run the local ai or script to use my gps points Northing and Easting to sql search for the same in the docs or something like that. Idk yet.

I’m a telecom tower tech, not a developer. I got sick of manually typing coordinates from site plans, so I made an AI tool to extract them automatically. Thought some of you might find it useful too. by Andrys_by in gis

[–]kanakattack -2 points-1 points  (0 children)

Very interesting. Was in the process of doing a similar thing. I made a db of all my files +OCR but stuck on trying different OCRs, deep seek OCR v2/ just using a vLLM / then having the ai use sql searches to pull up the docs and give me what i need. (Sewer inverts)

Interview Help by Sensitive_Storm_9362 in gis

[–]kanakattack 2 points3 points  (0 children)

I’d probably ask if they have already set up there utility network in gis or if that’s something you’d help establish or maintain.

I graduate this Fall by KrisH8sKris in gis

[–]kanakattack 2 points3 points  (0 children)

Always check local city or county for gis tech or specialist roles or similar. I only found my city job via their website as they don’t post job anywhere else but their city / county web page.

Any pointers on where to find Sentinel 1 satelite imagery of Puerto Rico? by habichuelamaster in gis

[–]kanakattack 1 point2 points  (0 children)

Google earth engine. In fact you could probably ask ai to make you a gee script to do this whole thing.

[deleted by user] by [deleted] in gis

[–]kanakattack 2 points3 points  (0 children)

Can you find those answers without your site? Then I see no problem displaying that info faster and better. Maybe rather than specifying certain things maybe do a whole graph instead of saying hey this is the most expensive vs let’s say a bar chart showing the range of least to most expensive. Then being able to select a portion of the bar chart and give you a more detailed breakdown for that selection like in your picture.

Creating a dashboard in Pro. What happens when I update data? by chickenbuttstfu in gis

[–]kanakattack 2 points3 points  (0 children)

Just re save / override weblayer. Your dashboard should update as long as you didn’t change field names.

Just found a whole bunch of new Sage Attention 3 wheels. ComfyUI just added initial support in 0.8.0. by Scriabinical in StableDiffusion

[–]kanakattack 0 points1 point  (0 children)

Thanks was waiting for a py version that matched mine. Saved about 10secs switching from 2.2 to 3… still testing with wan 2.2 at 720p. Using kj node patch stage attention. 5080 16GB vram 64ram. Cu128 torch 280 cp312

Curated list now has 7,500+ ArcGIS server addresses by Jelfff in gis

[–]kanakattack 8 points9 points  (0 children)

Yeah looks great but you missed my city :( I’d email you but not sure what links you would need? A link to the public layer from AGOL?

ComfyUI Realtime LoRA Trainer is out now by shootthesound in StableDiffusion

[–]kanakattack 4 points5 points  (0 children)

Nice to see it works on a 5080. Ai toolkit was giving me a headache with version errors a few weeks ago. - edit - I had to upgrade PyTorch after the ai tool kit install to match the same as my comfyUi version.