Se puntiamo a un CSV pubblicato su GitHub, il server risponde con
HTTP/2 302
date: Tue, 19 Jan 2021 07:54:53 GMT
content-type: text/html; charset=utf-8
#!/bin/bash | |
### requisiti ### | |
# Miller https://miller.readthedocs.io/en/latest/ | |
# jq https://stedolan.github.io/jq/ | |
# scrape-cli https://github.com/aborruso/scrape-cli | |
# yq https://kislyuk.github.io/yq/ | |
### requisiti ### | |
set -x |
function importCSVFromWeb() { | |
var csvUrl = "https://raw.githubusercontent.com/pcm-dpc/COVID-19/master/dati-regioni/dpc-covid19-ita-regioni.csv"; | |
var csvContent = UrlFetchApp.fetch(csvUrl).getContentText(); | |
//csvContent.replace(/[ \t]+$/gm, ' '); | |
var csvData = Utilities.parseCsv(csvContent); | |
var sheet = SpreadsheetApp.getActiveSheet(); | |
var sheet = SpreadsheetApp.getActive().getSheetByName('Sheet1') | |
sheet.getRange(1, 1, csvData.length, csvData[0].length).setValues(csvData); |
from qgis.gui import * | |
from qgis.utils import iface | |
@qgsfunction(args='auto', group='Custom') | |
def get_catg_color(value, feature, parent): | |
""" | |
Restituisce il colore RGBA dell'elemento categorizzato: | |
il campo in input e' quello utilizzato per la categorizzazione | |
Per i campi della categorizzazione numerici formattatarli opportunamente e | |
utilizzare la stessa espressione per catturarne il colore |
Due i servizi REST esposti:
Su entrambi è possibile fare query via interfacca web e anche aggiungerli in QGIS (non ho testato).
# -*- coding: utf-8 -*- | |
""" | |
/*************************************************************************** | |
WMS Catasto Agenzia delle Entrate CC BY 4.0 | |
------------------- | |
copyright : (C) 2020 by Giulio Fattori | |
email : [email protected] | |
***************************************************************************/ | |
""" |
We did it! We broke gist.github.com ;) So head over to the new home! Thank you all!
2021.10.20: https://github.com/AveYo/MediaCreationTool.bat now open for interaction
Not just an Universal MediaCreationTool wrapper script with ingenious support for business editions,
A powerful yet simple windows 10 / 11 deployment automation tool as well!