kovar-ursa
kovar-ursa
**Describe the bug** When running `profile.to_widgets()` on this error was generated when it tried to present the widget: `TraitError: n_rows and n_columns must be positive integer` **To Reproduce** ``` DatetimeIndex:...
**Describe the bug** If you use set_index with drop=False then your dataframe will have an index and a column with the same name. This produces the following error when opening...
#### Target Use case I need to add descriptive information to a plot so that when I share it, all of the information required to understand it is present in...
Putting this here as an issue as it should help others with the same question. Change config.ini to: ``` port=8080 # Unless you want to run as root and can...
### Category Other ### Hardware T-Beam S3, Heltec Wireless Tracker ### Firmware Version All. ### Description Two related issues: 1) You need to set both ALTITUDE and ALTITUDE_MSL in the...
### Category Hardware Compatibility, Other ### Hardware Heltec Wireless Tracker ### Firmware Version 2.2.17.dbac2b1 ### Description Flashed Heltek Wireless Traker with v2.2.17 and configured it as a TRACKER. In some...
``` import ephem ephem.__version__ foo = geospatial.df_row_to_timeofday(glitch.iloc[0], glitch.iloc[-1]) ``` ephem is version 4.1.2 now That code used to work (absent the previously reported bug.) It now produces the following for...
miniforge3/envs/a50-dev/lib/python3.9/site-packages/tzwhere/tzwhere.py:65: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you...
If I modify DemoEnv.py as follows: ` self.aircraft_head = Aircraft(self.traffic, call_sign="GHOST", aircraft_type="C25C", flight_phase=FlightPhase.CRUISE, configuration=Config.CLEAN, lat=43.223267, long=71.631273, alt=5000.0, heading=175.0, cas=250.0, fuel_weight=10000.0, payload_weight=12000.0)` Then the simulation runs as expected. If I try...
Can you provide an example that would send -all- messages from a Meshtastic device configured as a tracker to a specific MQTT topic? How about all position messages from a...