url: https://www.fundoamazonia.gov.br/pt/projeto/Amazonia-SAR/
nome_cliente: União Federal - Centro Gestor e Operacional do Sistema de Proteção da Amazônia (Censipam)
tema_site: []
url: https://www.fundoamazonia.gov.br/pt/projeto/Amazonia-SAR/
nome_cliente: União Federal - Centro Gestor e Operacional do Sistema de Proteção da Amazônia (Censipam)
tema_site: []
d3.select("g[series-id='price graph']").selectAll('path').each(function (d) {var isFrid = new Date(d.domain).getDay() == 5; if (isFrid) d3.select(this).style('fill', 'black')})
| { | |
| // Use IntelliSense to learn about possible attributes. | |
| // Hover to view descriptions of existing attributes. | |
| // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "name": "(Windows) Attach", | |
| "type": "cppvsdbg", | |
| "request": "attach", |
| // wpd_to_dataset_treecolumns_fmt.js | |
| // WPD script to download dataset in three columns format (x, y, name) | |
| // | |
| // Steps: | |
| // 1) First load the correct image | |
| // 2) Align axes | |
| // 3) From File->Run Script, execute this script | |
| // | |
| var wpdscript = (function () { |
| import json | |
| import typing | |
| from pathlib import Path | |
| import click | |
| import numpy as np | |
| import pandas as pd | |
| def get_dataset_as_dict(data_loaded: dict) -> dict: |
| # ----------------------------------------------------------------------------- | |
| # From https://en.wikipedia.org/wiki/Minkowski–Bouligand_dimension: | |
| # | |
| # In fractal geometry, the Minkowski–Bouligand dimension, also known as | |
| # Minkowski dimension or box-counting dimension, is a way of determining the | |
| # fractal dimension of a set S in a Euclidean space Rn, or more generally in a | |
| # metric space (X, d). | |
| # ----------------------------------------------------------------------------- | |
| import cv2 |