Fedor Baart

Results 10 issues of Fedor Baart

- tested with index.html - plugin reset not called on error, now both on success and error

Matplotlib in the latest versions returns the backend as a unicode string. This breaks when it is used in the import_hook (in the filename replacement). By encoding it to a...

I ran into an error that I would like to fix, after enabling forpy-mode and running `M-?`: ``` deferred error : (error "\"AttributeError(\\\"'UserContext' object has no attribute 'module'\\\",)\"") ``` I...

### What you've tried already I tried to install the latest version of mapboxcli using pipx install. This failed I looked at the sourcecode to find the cause of the...

Ik probeer informatie over debatten te koppelen aan videos van debatten. Stel ik heb videoverslag: - https://debatgemist.tweedekamer.nl/debatten/ontstane-politieke-situatie van 10 juli 2023 Dit verslag hoort bij de vergadering (met name de...

enhancement

The service `get_image_urls` returns url's but without the relevant metadata. To process the url's the datetime (time_start/end) is needed, for which the image is generated.

It is more appropriate to generate stacked images, with last image on top. You can use something like: ``` def generate_stacked_image(i): sorted_images = images.sort('system:time_start', False) bathymetry = sorted_images.reduce( ee.Reducer.firstNonNull() )...

When I write a turnrate to a file it shows up as "TurnRate.NO_TI_RIGHT" instead of the expected float value. The code below generates lines like: ``` 257002270,TurnRate.NO_TI_DEFAULT,0.0,5.316765,60.409667,199.1,511,,,,,,,,,,1729952133.733693,,,,5 ``` This is...

Add "Digital Twin" as term.

Example showing how to use the Closest Point of Approach calculations. This notebook corresponds to the following issue: https://github.com/movingpandas/movingpandas/issues/31 This example is based on the implementation in the following branch:...

pending upstream changes