Tyler Sutterley

Results 60 comments of Tyler Sutterley

~~Still having a little trouble with the python-JS bindings (so I could use another set of eyes). The problems might be from how I tried building my docker container for...

Ok! I think this is at a good place for review. I needed to extend from a `Layer` model versus a `RasterLayer` model and that fixed my JS-Python binding issues

Hi @kgdthomas, I was getting this error as well which was due me having some old (pre-3) components of jupyterlab (showing up by checking the nbextensions). i ended up uninstalling...

Hi @davidbrochart, thanks! Yes! I did get them working in ipyleaflet. I was working off #612 (which helped a lot), and ended up making EPSG3031 a `Bunch` object containing the...

Hi Ayushi, I think as long as YAPC is sourced (can be installed with pip from github or from pypi), then it should work fine. Cheers, Tyler

These are good points. I added the option `--checksum` to the sync program in PR #34. It doesn't compare with any hash in the xml file (I couldn't find one...

Hi @tommy307507, sorry I'm out of town so I'm a little slow on responses. These are good points. I typically flatten the input fields so I don't run into the...

Hi @JoaoLopez, this is a really good thing to bring up. I thought you could simply build a working conda environment using the supplied environment.yml file. Seems like that's not...

Hi @JoaoLopez, Sorry for the _long_ delay. You should be able to download the data from the Arctic Data Center with [arcticdata_tides.py](https://github.com/tsutterley/pyTMD/blob/main/scripts/arcticdata_tides.py). That would set the directories how pyTMD would...

Great find @DerLude this is totally a bug and I will get it fixed.