Skip to content

Instantly share code, notes, and snippets.

Tutorial_20220131

Reading Time: 10 minuti.

Introduzione

In questo approfondimento parleremo della specifica Exif di foto (.jpeg, .png, etc..) e video. Ne parleremo approfondendo un caso studio, dato che tutorial e documentazione per gli strumenti spiegati abbondano.

@Franc-Brs
Franc-Brs / _0__ssl_certbot_letsencrypt.md
Created December 27, 2021 11:02 — forked from maxivak/_0__ssl_certbot_letsencrypt.md
Let's encrypt SSL certificates using certbot in docker

Directories on host machine:

  • /data/certbot/letsencrypt

  • /data/certbot/www

  • Nginx server in docker container

docker run -d --name nginx \
@Franc-Brs
Franc-Brs / draft.py
Last active January 11, 2022 12:15
draft
from subprocess import check_call
import sys, fnmatch, os
from os import path as oSpath
from PIL import Image
import logging
from info import start
from PIL.ExifTags import TAGS, GPSTAGS
def initLogger(name):
@Franc-Brs
Franc-Brs / mapillary.js
Last active February 14, 2022 20:11
test
/*
Author: Francesco Bursi
State: draftdraftdraft!!!!
*/
var fiurl = OpenLayers.Util.urlAppend(lizUrls.wms, OpenLayers.Util.getParameterString(lizUrls.params));
lizMap.events.on({
uicreated: function (e) {
$("head").append('<script src="https://unpkg.com/mapillary-js@4.0.0/dist/mapillary.js"></script>');
$("head").append('<link href="https://unpkg.com/mapillary-js@4.0.0/dist/mapillary.css" rel="stylesheet"/>');
@Franc-Brs
Franc-Brs / #pyQGISscript.md
Last active September 27, 2021 14:55
python script to run from inside the console

Pythons scripts to use in the QGIS python console

//Francesco Bursi, 10 th July 2021
//Short script to activate a layer when the user choose (if it's possible) to activate the layer in the layer-tree,
//is it's not visible on the map. So when you click on "dettagli".
lizMap.events.on({
'uicreated': function(e) {
$('#attribute-layer-list-table').find('tr').find('td').find('button').click( function(){
//storing the class of the checkbox in the check_class variable, it takes the name from the pushed button

New Virtual Raster Data Provider for Raster Calculator in QGIS

Date 2021/08/18

Author: Francesco Bursi (@Franc-Brs)

Contact: francesco dot bursi at hotmail dot it