The GHS Functional Urban Areas (GHS-FUA) delineate the spatial entities representing the commuting area of the Urban Centres of 2015. (source: https://ghsl.jrc.ec.europa.eu/ghs_fua.php)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// app.js | |
import React, {useState} from 'react'; | |
import DeckGL from '@deck.gl/react'; | |
//import {LineLayer} from '@deck.gl/layers'; | |
import {ArcLayer} from '@deck.gl/layers'; | |
import {Map} from 'react-map-gl'; | |
import mapboxgl from "mapbox-gl"; // This is a dependency of react-map-gl even if you didn't explicitly install it | |
// add to apply the following fix so that the basemap works in production: https://github.com/visgl/react-map-gl/issues/1266 | |
// eslint-disable-next-line import/no-webpack-loader-syntax |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Effect": "Allow", | |
"Action": [ | |
"cloudformation:Describe*", | |
"cloudformation:List*", | |
"cloudformation:Get*", | |
"cloudformation:CreateStack", |
// bbox covers saurimo
[out:csv(::timestamp,::user,::type)][timeout:25][bbox:-9.938605,19.873032,-9.428253,20.916046];
// gather results
(
way["highway"];
);
// print results
out meta;
>;
// bbox covers saurimo
[out:csv(::timestamp,::user,::type)][timeout:25][bbox:-9.938605,19.873032,-9.428253,20.916046];
// gather results
(
// query part for: “building”
way["building"];
relation["building"];
);
// print results
https://datatofish.com/add-julia-to-jupyter/
I was able to do 'conda install -c conda-forge julia' to install julia in my conda environment. Then I was able to enter the Julia terminal and add the iJulia Package 'Pkg.add("IJulia")'
https://stackoverflow.com/questions/37433363/link-conda-environment-with-jupyter-notebook
ex:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#from qgis.core import QgsProject,QgsPrintLayout | |
#https://data.library.virginia.edu/how-to-create-and-export-print-layouts-in-python-for-qgis-3/ | |
import yaml | |
#envision that this script will use an input yaml file, something like below: | |
# | |
# - map1: | |
# data_dir: | |
# source_text: | | |
# source text line 1 |
NewerOlder