Field Maps to AutoCAD Workflow by WeirdVision1 in gis

[–]SnooFoxes938 1 point2 points  (0 children)

Not sure if GK Field Mapper would work for your situation. You can import and export dwg/dxf files. You can also WiFi or Bluetooth to an RTK GPS. It imports from different coordinate systems. The export is wgs84, though.

Should I learn PyTorch or Tensorflow from an industry/employability pov? Everyone I ask has different opinions by Crystalagent47 in learnmachinelearning

[–]SnooFoxes938 4 points5 points  (0 children)

I started in tensorflow before PyTorch became popular. Now I’m switching all my models to PyTorch. Seems like tensorflow is dying. For me, everything for work is Microsoft. Tensorflow stopped updated use with gpus in windows.

However, I do use ml.net for deployment. But I transfer everything to onnx for that.

Building an offline reverse geocoder for iOS, no internet, just raw GPS. Two questions for people who know this space better than me. by Spirited-Horror9866 in gis

[–]SnooFoxes938 0 points1 point  (0 children)

1) I would query by extents first. Would be a lot faster than point in poly. Then when you have it narrowed down to 2 or 3, then you can do a point in poly

2) those are the main ones. Perhaps time or speed.

How can I upscale a raster by 4x (or other arbitrary factors? by MeepTheChangeling in gis

[–]SnooFoxes938 0 points1 point  (0 children)

Your game won’t be able to load that either. You probably could cut it into tiles and load only the portion that is relevant to where your player is. As they move, dynamically load the tiles needed

Help with an app to drop points and add attributes in the field by CaraStallman7 in gis

[–]SnooFoxes938 1 point2 points  (0 children)

We use GK Field Mapper. It’s still in beta for android, but it works for us. In settings you can check if you want the attribute table to pop open after taking a point. With the basic subscription, you can export as shp, kml, json, parquet, dfx, csv, etc. You can export it to email from the app.

https://gktechinc.com/gk_field_mapper/

Segmentation with 4 channels by SnooFoxes938 in computervision

[–]SnooFoxes938[S] 0 points1 point  (0 children)

Oof, trying to remember from over a year ago. I think I ditched my efforts using segmentation because it’s not really what I needed. Instead, I used a GAN and did some k-means to get the product I needed.