Jan Vaillant

Results 31 comments of Jan Vaillant

I had some trouble with transformation from GK to WGS84. Updating the towgs84 parameters from ``` exports.potsdam = { towgs84: "606.0,23.0,413.0", ellipse: "bessel", datumName: "Potsdam Rauenberg 1950 DHDN" }; ```...

@calvinmetcalf is it possible to update towgs84 here https://github.com/proj4js/proj4js/blob/1295a8734552dc010038c1bb33397053ff868a11/lib/constants/Datum.js#L27? Otherwise I have to keep fixing it in my copy. Thank you

Sure. Let me know if you need any additional infos/checks.

I think I have the same issue. Apparently dicts are not allowed to have comments. I would like to add comments (and preserve them) on each level. Not sure if...

Hi, I get the error with the current version: ```py import toml print(toml.__version__) test_str = """ [a_dict] # a dict val = 'val' # a value """ toml.loads(test_str, decoder=toml.TomlPreserveCommentDecoder()) ```...

> I think that foreign vars with something like `is_cyclic=True` would open a big can of worms. It is quite confusing and would complicate further xarray-simlab's internal logic for process...

Ok, a fat apology I forgot to mention that circular imports where in my way when I first tried to get it working ;) This time I tried a combination...

Sorry, need to bring this up again. I am still thinking about another way to get this "cyclic" dependencies working (this is indeed one of our three pain points apart...

I kept playing a bit with this idea and tested if we could use it with xs.foreign as well. If we split it into base classes that implement the different...

> TBH, I'm reluctant to implement "pseudo cyclic" variables in xarray-simlab Sure, understood and accepted - wont bring it up again - however :) , out of curiosity... > for...