David Koerner
David Koerner
here the code snippet for `anaconda3\Lib\site-packages\arcgis\features\geo\_io\fileops.py` which adds support for importing z-aware points: ``` if idx > -1: geom_type = df.loc[idx][geom_field].type if df.loc[idx][geom_field].hasZ == True: GEOMTYPELOOKUP["Point"] = shapefile.POINTZ #shpfile =...
Not sure if this is the right place to bring this up: the `MSFT_screencoverage` is used to decide when to switch between different LOD levels. It is computed in a...
> You really only want one metric and resolution independent has to be the way. The ms proposal is a good solution for lods. > […](#) If I double the...