Scott Davis

Results 103 comments of Scott Davis

I forgot to copy esri assets. It looks good.

Yes, it's a spreadsheet at the moment. But I could have honeycomb write to whatever.

I'm good with it. My only thought is I wondered if we could just check the service URL for "mapserver" or "featureserver" to determine the type rather than add a...

I think that keeping everything in this issue makes sense since map server layers are not supported in AGOL anyways. Forgive me for being slow to respond and uncertain. I...

> Is there a specific reason you are installing pyogrio via pip instead of via conda? I need to install via pip because this is a dependency of a local...

![image](https://github.com/user-attachments/assets/fdb0d718-cbbc-4473-9ebb-3f6e7da4360e)

```shell conda activate test (test) ~ via 🅒 test ❯ python Python 3.11.9 (main, Apr 19 2024, 11:44:45) [Clang 14.0.6 ] on darwin Type "help", "copyright", "credits" or "license" for...

No docker container or other virtualization. These are the specs on my machine: ![image](https://github.com/user-attachments/assets/ba15d962-3e28-4a0a-8ad1-e3e45d26797f)

```shell ❯ python Python 3.11.9 (main, Apr 19 2024, 11:44:45) [Clang 14.0.6 ] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import platform >>> platform.platform() 'macOS-10.16-x86_64-i386-64bit'...

I install python via HomeBrew which I run updates on regularly. ```shell ❯ which python3 /usr/local/Caskroom/miniconda/base/bin/python3 (base) ~ ❯ python3 Python 3.12.4 | packaged by Anaconda, Inc. | (main, Jun...