2022-02-16から1日間の記事一覧

楽天エリアマップ2カ月以降のエリア色変更

import cv2 import numpy as np from google.colab.patches import cv2_imshow from PIL import Image from staticmap import StaticMap def get_map( url, lat=33.84167, lng=132.76611, width=2000, height=2000, zoom=12, fn="map.png" ): smap = StaticM…