Mapbox provides mapping services, and for private individuals many of those services are free. They ask for a credit card number to create a free access token, but they only charge it if the usage is very high, which usually only happens when the token is used for commercial purposes. To avoid credit card charges, …
Category Archives: Not for home page
How to display the Pivot Table menu in the Excel toolbar
To insert a Pivot Table into the Excel spreadsheet To edit the Pivot Table in an Excel spreadsheet
Migrating from conda to conda-forge for Python package management
Anaconda changed its Term of Use to require payment from companies larger than 200 employees. Many companies are not willing to pay the subscription fees for a software they can substitute. conda-forge is the free, really open source alternative for the conda Python package manager. To migrate your development environment from conda to conda-forge Install …
Continue reading “Migrating from conda to conda-forge for Python package management”
Type ‘unknown’ is not assignable to type …
TypeScript tries to make sure the variables are always populated with data of the type specified during the variable definition. Issue When the TypeScript compiler thinks a function can return another data type, or “unknown”, “undefined”, “null”, Visual Studio Code displays a warning: type ‘unknown’ is not assignable to type … Solution The solution is …
Continue reading “Type ‘unknown’ is not assignable to type …”
Generating height maps with skydark.pl
To generate the height map of an area of the Earth
Generating height maps with justgeektechs.com
The site https://map.justgeektechs.com generates height maps and overlay images for Cities: Skylines 2 map creation.
Host the Cities: Skylines map generator locally
There are times when the Cities: Skylines Map Generator at https://heightmap.skydark.pl is not available. The free MapBox token expires because of the number of requests it serves. We can host the site ourselves on our workstation and use it any time. Install XAMPP XAMPP is a free web server created by Apache Friends. Download the …
Continue reading “Host the Cities: Skylines map generator locally”
Create a high resolution overlay image for Cities: Skylines II
The Image Overlay mod for Cities: Skylines 2 allows us to build a city based on real world locations. See Image overlay in Cities: Skylines 2 on how to install and use it. To generate a high resolution overlay image Create the standard resolution overlay image Create a 2560×2560 pixel overlay image matching the height …
Continue reading “Create a high resolution overlay image for Cities: Skylines II”
DMV Online Learning and Tests
If you have a testing requirement for your driver’s license (DL), save some time and do it online before visiting a DMV office. Visit ONLINE LEARNING AND TESTS
Signature verification failed, repository.json is not valid
When the Cities: Skylines II mod publishing fails with Syncing WIP mod “…”[L3Error_][6574][4B66][EFB4][0181] Error getting repository metadata for repository mods/cities_skylines_2/…/repo/Windows__Any, got exception: Signature verification failed, repository.json is not validCould not sync WIP mod: Signature verification failed, repository.json is not valid Check the state of your mod The Mod ID The Mod ID is in the …
Continue reading “Signature verification failed, repository.json is not valid”