A POI database in one line(dbreunig.com)
dbreunig.com
A POI database in one line
https://www.dbreunig.com/2024/04/18/a-poi-database-in-one-line.html
13 comments
I guess any number of piped commands are “just one line” if you never type a carriage return…
Any amount of carriage returns would still amount to one line. A newline character is needed.
Unless you're on classic Mac OS if we are being pedantic :-)
Touché
Surprising how much useful geographic information can be had from some of the larger LLMs.
I frequently use ChatGPT with GPT-4 and Code Interpreter for little GIS experiments. Having it generate a CSV or SQLite database with a bunch of cities each with an accurate-enough latitude and longitude is pretty convenient.
I frequently use ChatGPT with GPT-4 and Code Interpreter for little GIS experiments. Having it generate a CSV or SQLite database with a bunch of cities each with an accurate-enough latitude and longitude is pretty convenient.
`python3 -m pip install -U overturemaps` (as specified in the README) -> "ERROR: No matching distribution found for overturemaps"
> ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python <4.0,>=3.11; 0.2.0 Requires-Python <4.0,>=3.11; 0.3.0 Requires-Python <4.0,>=3.11
> ERROR: Could not find a version that satisfies the requirement overturemaps (from versions: none)
> ERROR: No matching distribution found for overturemaps
So the new 0.3.0 requires at least Python 3.11, which seems excessively high, probably expecting the use of Conda (PackagesNotFoundError) or Nix (No packages found).
> ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python <4.0,>=3.11; 0.2.0 Requires-Python <4.0,>=3.11; 0.3.0 Requires-Python <4.0,>=3.11
> ERROR: Could not find a version that satisfies the requirement overturemaps (from versions: none)
> ERROR: No matching distribution found for overturemaps
So the new 0.3.0 requires at least Python 3.11, which seems excessively high, probably expecting the use of Conda (PackagesNotFoundError) or Nix (No packages found).
> 1.2. This agreement does not impose any restriction on a Data Recipient’s use, modification, or sharing…
Be sure to read the rest of the license and as always, follow the attribution requirements and licenses of open map data sources.
[1] https://docs.overturemaps.org/release-notes/data-attribution...