`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).
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.
13 comments
[ 2.8 ms ] story [ 42.5 ms ] thread> 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...
> 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).
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.