Skip to content

Instantly share code, notes, and snippets.

View Leandermen's full-sized avatar
馃寧
Focusing

Leandro Zamudio Le贸n Leandermen

馃寧
Focusing
View GitHub Profile
@Leandermen
Leandermen / issue.json
Created April 16, 2019 16:43
Example WMAJ specification used in Custom Print Service
{
"mapOptions":{
"showAttribution":true,
"extent":{
"xmin":-7932860.715436569,
"ymin":-3719320.3145854347,
"xmax":-7918403.853189512,
"ymax":-3712673.967959408,
"spatialReference":{
"wkid":102100,
@Leandermen
Leandermen / geoc贸digo.py
Created July 9, 2018 00:24
Archivo PY para c谩lculo de geoc贸digo
#Test Values
com=5101
dc=1
ar=1
zone=2
#ArcGIS CodeBlock
def GEOCODIGO(comuna,distrito,area,zona):
c=str(comuna)
d=str(distrito)