antigravkids

Results 8 issues of antigravkids

Using each of `python -m datasette counties.db -m metadata.yml --load-extension=SpatiaLite` and `python -m datasette counties.db --load-extension="C:\Windows\System32\mod_spatialite.dll"` and `python -m datasette counties.db --load-extension=C:\Windows\System32\mod_spatialite.dll` I got the error: ``` File "C:\Users\m3n7es\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\datasette\database.py", line...

Using the following command: ``` csvs-to-sqlite -dt timestamp rm_rnb_history_pres.csv qsl_locs.csv rm_toucans_qsl. db ``` results in the error text ``` File "/usr/local/python/3.10.8/lib/python3.10/site-packages/pandas/core/indexes/base.py", line 3800, in get_loc return self._engine.get_loc(casted_key) File "pandas/_libs/index.pyx", line...

Code fix addressing #2198 . The pull request modifies datasette `/utils/__init__.py` by adding code to handle the presence of `:` characters in Windows\DOS paths. The proposed fix maintains handling of...

tldr; the geocoding enrichment still works although the error messages discussed below is created, so this isn't critical. I forked and then modified the datasette-enrichments-opencage package to use the google...

This came up while developing [datasette-enrichments-gmap-elevation](https://github.com/hcarter333/datasette-enrichments-gmap-elevation/blob/main/datasette_enrichments_gmap_elevation/__init__.py). The enrichment enables the user to specify the latitude and longitude for two points (returned from a table) and returns the elevation profile between...

Add an option to output static charts as png(s) endocde as base64 text. This is useful for adding plots to kml files which will allow text encoded png images (of...

When an interval is specified in a CZML file as `"interval": "2024-03-14T23:25:00Z/P0Y0M0DT0H1M",` The sandcastle app console returns the following errors stack: ``` DeveloperError: Invalid ISO 8601 date. Error at new...

Version: 1.0a19 I see the following initial query form button, (the point to note here is that we're not in the query.html extension yet.) ![Image](https://github.com/user-attachments/assets/b3f54794-26b6-4f5e-b902-685a4803d912) on the database's home page...

bug