An example related to question on Twitter https://twitter.com/drewdaraabrams/status/1359933543619547137
Try curl https://entreprise.data.gouv.fr/api/sirene/v1/full_text/MONTPELLIERAIN
Among result, look at
"total_results": 161,
An example related to question on Twitter https://twitter.com/drewdaraabrams/status/1359933543619547137
Try curl https://entreprise.data.gouv.fr/api/sirene/v1/full_text/MONTPELLIERAIN
Among result, look at
"total_results": 161,
<script src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.15.0/proj4.min.js" integrity="sha512-4cx6CH/aJi50kdbQ5dj6bDJM1WS0AOFBGgBfgSP2Ux2eK/5JhkL2pjUDIHwd8z6rfGuGr/aptDqs0EzbeRndvQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | |
<script> | |
proj4.defs("EPSG:2154","+proj=lcc +lat_0=46.5 +lon_0=3 +lat_1=49 +lat_2=44 +x_0=700000 +y_0=6600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"); | |
function geometryPoint(entry, transformer) { | |
return transformer(entry) | |
} |
Take miniconda from https://docs.conda.io/en/latest/miniconda.html#latest-miniconda-installer-links and execute either the sh file or the pkg file
Add channel for GDAL
conda config --add channels conda-forge
conda config --set channel_priority strict
<<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title></title> | |
<style type="text/css"> | |
#viewerDiv { | |
width:100%; | |
height:600px; |
# PyQGIS add WMS layer standalone sample | |
# Before use owslib library (bundled in QGIS) to list WMS layers in capabilities | |
from owslib.wms import WebMapService | |
url = 'https://www.gebco.net/data_and_products/gebco_web_services/2020/mapserv' | |
wms = WebMapService(url, version='1.3.0') | |
for name, metadata in wms.contents.items(): | |
print(name) | |
outside/ | |
__pycache__ |
{ | |
"title": "poissons", | |
"name": "poissons", | |
"fields": [ | |
{ | |
"name": "operation", | |
"type": "integer", | |
"constraints": { | |
"unique": true | |
} |