Fabian Gebhart

Results 8 comments of Fabian Gebhart

Sure. I was using [this file](https://github.com/fgebhart/workoutizer/blob/master/wizer/tests/data/example.fit) and read the records with code similar to ```python for record in self.fit.get_messages(): self.altitude_list.append(record.get("altitude")) ``` Let me know if you need more details.

Hey, I was using `DeJaVu` font a lot in combination with the [OpenSCAD customizer](https://github.com/rsheldiii/KeyV2#openscad-customizer) and the symbols at wikipedia e.g. here: https://en.wikipedia.org/wiki/Arrow_(symbol)#By_block It worked quite well for my purpose, although...

1. Follow [this guide](https://github.com/rsheldiii/KeyV2/wiki/Getting-the-OpenSCAD-Customizer-working) 2. within the `customizer.scad` file, there is a key value pair which is called `$font=...`. 3. set `$font="DeJaVu"` 4. Render your key cap using F6 and...

Hi @elliotsymons13 - thanks for trying mapa and reaching out! I believe this is a [map projection](https://en.wikipedia.org/wiki/Map_projection) issue (see [different projections](https://map-projections.net/recommended-list.php)). I did come across this issue myself and assume...

TL;DR: yes! Since mapa-streamlit is based on [streamlit-folium](https://github.com/randyzwitch/streamlit-folium), which itself is based on folium, my possibilities for what is possible with [the drawn rectangle](https://python-visualization.github.io/folium/modules.html#folium.vector_layers.Rectangle) are limited to the features these...

This sounds like a good idea in general. A preview (which includes the 3d elevation shape) would also require to download the GeoTIFFs, which usually contributes a significant amount of...

The main reasons why I initially introduced this resolution-limiting-voodoo was * to improve the user experience (of the average user) by limiting the computation time * to avoid the streamlit...

Unfortunately I don't see a way of achieving that, as I'm again just relying on the provided features by the 3rd party libraries I'm using. I agree, that trying to...