User:Colargol

From OpenStreetMap Wiki
Jump to navigation Jump to search
Userboxes
OSM Logo This user submits data to OpenStreetMap under the name
colargol.
Francestubmap.png This user comes from France.
fr Cet utilisateur a le français comme langue maternelle.
en-1 This user is able to contribute with a basic level of English.
Mail-closed.svg Colargol can be contacted by e-mail via this wiki.
Hot logo.svg Colargol volunteers at Humanitarian OSM Team.
Presa de decissions.png Colargol likes to help beginners.
JOSM Colargol submits data to OpenStreetMap using JOSM.
OsmAnd icon Colargol uses OsmAnd, mobile map viewing & navigation app.
Hiker Colargol
is a hiker.
Go Do Some Mapping Colargol
prefers to go outside and map.
Gnome-emblem-photos.svg Colargol takes photos to contribute map data by photo mapping.
Pole multi attachement.png Colargol is interested in micromapping.
Aquaeduct.png Colargol submits data for Historic.Places.
Wikidata logo Colargol links from OpenStreetMap to Wikidata
Wikimedia Commons logo Colargol links from OpenStreetMap to Wikimedia Commons
GitHub logo Colargol has an account on GitHub as @JVillafruela.
Telegram user Colargol uses Telegram as @Colargol38
Mastodon user Colargol toots on Mastodon/Fediverse as Mastodon Logotype (Simple).svg@colargol@en.osm.town

Bio

Jérôme V. Grenoble. Je suis l'un des animateurs du groupe local grenoblois et à ce titre vous pouvez me rencontrer aux réunions que nous organisons chaque mois.

Astuces

Géoréférencer les photos prises depuis OSM Tracker

OSM tracker v0.6.11 sous Android 9 (Nokia 7 plus) : les photos prises depuis l'appli n'ont aucune donnée exif.

Utiliser -overwrite_original pour ne sauvegarder le fichier original

  1. pour voir toutes les infos

exiftool -a -G1 -s A6300363.JPG

exiftool "-datetimeoriginal<filename" -d "%Y-%M-%D_%H-%M-%S" *.jpg #ex. photo : 2019-06-01_15-12-33.jpg

exiftool -T -ext JPG -filename -createdate -datetimeoriginal *.jpg #vérif

#déplacer photos dans répertoire YYYY-MM

exiftool -ext jpg -d %Y-%m\ "-FileName<CreateDate" .

  1. géoréférencement (ou geotag ou Geosetter)

exiftool -geotag trace.gpx *.jpg

  1. copier les infos gps d'une image à l'autre

exiftool -tagsFromFile source.jpg -gps:all destination.jpg

  1. copier les infos auteur & copyright d'une image à l'autre
exiftool -tagsfromfile lowres\%d%f.JPG -copyright -copyrightNotice -rights -artist -ext jpg .
  1. copier les infos GPS des fichiers jpeg en raw

exiftool -tagsfromfile %d%f.JPG -gps:all -ext ARW directory

  1. supprimer les infos GPS

exiftool -gps:all= photo.jpg

Wikimedia

Projets

Projet du mois

https://projetdumois.fr/

Projet du mois "Gendarmeries"

Projet du mois de novembre 2018 : les brigades de gendarmeries et commissariats de police.

Covid 19

Cartographie des sentiers de rando

Balises utiles

  • Nœud du réseau
network:type node_network
lwn_name Nom du carrefour

Si le carrefour n'a pas de nom indiquer à la place lwn_ref='o' (o minuscule)

network:type node_network
lwn_ref o
  • Relation entre deux carrefours
alt_name Nom1 - Nom2
network lwn
network:type node_network
route hiking
type route

Ajouter les relations de carrefours au réseau général

  • Nœuds du réseau

Dans l'outil de recherche : type:node "network:type"=node_network

  • Relations de carrefours

Dans le filtre des relations : network=lwn

Outil de visu & QA

Liens

Meta

Docs

Outils

QA

Changeset Analyzer

Pascal Neis

Requêtes Overpass

Monuments historiques

Num Link Overpass query
1 MH sans wikidata
try it yourself in overpass-turbo
//[out:json ]
[out:csv (::id,::type,::lat,::lon,"name","heritage","ref:mhs","heritage:operator")]
[timeout:25];
[[:Template:GeocodeArea:Isère]]->.searchArea;
(
  nwr["ref:mhs"][!wikidata](area.searchArea);
);
out body center qt;
1 MH (Mérimée PA*) sans heritage
try it yourself in overpass-turbo
[out:json ]
[timeout:25];
area["ISO3166-2"="FR-ARA"]->.searchArea;
(
  nwr["ref:mhs"~"^PA"][!heritage](area.searchArea);
);
out body center qt;

Limites administratives

Voir les requêtes de Binnette

try it yourself in overpass-turbo
area[name="France métropolitaine"]->.FRM;

area["ISO3166-2"="FR-ARA"]->.ARA; // Auvergne-Rhône-Alpes

// anciennes régions
area["ISO3166-2"="FR-B"]->.AQU; // Aquitaine
area["ISO3166-2"="FR-V"]->.RHA; // Rhône-Alpes

// Départements
area["ISO3166-2"="FR-38"]->.D38; // Isère

// Métropoles
area["boundary"="local_authority"]["ref:FR:SIREN"="200040715"]->.GAM;
(
  way["border_type"="city"](area.GAM);
);

out body;
>;
out skel qt;
try it yourself in overpass-turbo
// Ville de Claix (Isère par le code INSEE)
area["ref:INSEE" = "38111"]->.city;
rel(pivot.city);
way(r); // ways de la relation
//way(r:"outer");
out body;
>;
out skel qt;

Statistiques

try it yourself in overpass-turbo
// nb de commerces à Claix
[out:json][timeout:25];
area["ref:INSEE" = "38111"]->.city;
(
nw["shop"](area.city);
);
make stat numbern=count(nodes),numberw=count(ways);
out ;


try it yourself in overpass-turbo
// longueur des chemins
// https://dev.overpass-api.de/blog/loop_and_group.html
[out:json][timeout:25];
       
area["ref:INSEE" = "38111"]->.city;
(
way["highway"](area.city);
);
for (t["highway"])
{
   make stat highway=_.val,
       count=count(ways),length=sum(length());
   out;
}

Arbres remarquables

A partir de la relation "Arbres remarquables de France"

try it yourself in overpass-turbo
[out:json][timeout:25];
(
  relation["name"="Arbres remarquables de France"];
  node(r)["wikidata"];
);
out body;
>;
out skel qt;

Lieux

Grenoble

Groupe Local

BANO

BANO v2

Randos

Claix

Calvisson


Seyssinet

Vif


Saint-Étienne

Monuments historiques (page avec docs et liens d'outils de vérif)

Transport public