Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Eladio Sánchez Rosas committed Feb 12, 2016
1 parent 5bc1fa5 commit b58a974
Show file tree
Hide file tree
Showing 4 changed files with 2,132 additions and 1 deletion.
77 changes: 76 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,77 @@
# peru-geojson
peru-geojson
============
Archivos GeoJSON con los polígonos que representan a departamentos, provincias y distritos del Perú.

Archivos disponibles
--------------------
* peru_departamental_simple.geojson
* peru_provincial_simple.geojson
* peru_distrital_simple.geojson

Información disponible por archivo
----------------------------------
* peru_departamental_simple.geojson

{"type":"Feature","properties":
{
"COUNT":9,
"FIRST_IDPR":"0301",
"NOMBPROV":"ABANCAY",
"FIRST_NOMB":"APURIMAC",
"LAST_DCTO":"LEY",
"LAST_LEY":"S/N",
"FIRST_FECH":"28/12/1961",
"LAST_FECHA":"21/11/1893",
"MIN_SHAPE_":345827.33624,
"ha":345827.34
},
"geometry":{"type":"Polygon","coordinates":[[]]}
}

* peru_provincial_simple.geojson

{"type":"Feature","properties":{
"OBJECTID":1,
"IDDIST":"230110",
"IDDPTO":"23",
"IDPROV":"2301",
"NOMBDIST":"CORONEL GREGORIO ALBARRACIN LANCHIPA",
"NOMBPROV":"TACNA",
"NOMBDEP":"TACNA",
"DCTO":"LEY",
"LEY":"27415",
"FECHA":"02/02/2001",
"NOM_CAP":"ALFONSO UGARTE",
"SHAPE_LENG":0.570509667,
"SHAPE_AREA":0.0161399587,
"SHAPE_LE_1":0.57019506331,
"SHAPE_AR_1":0.01598980139,
"AREA_MINAM":18834.14
},
"geometry":{"type":"Polygon","coordinates":[[]]}
}

* peru_distrital_simple.geojson

{"type":"Feature","properties":{
"COUNT":9,
"FIRST_IDPR":"0301",
"NOMBPROV":"ABANCAY",
"FIRST_NOMB":"APURIMAC",
"LAST_DCTO":"LEY",
"LAST_LEY":"S/N",
"FIRST_FECH":"28/12/1961",
"LAST_FECHA":"21/11/1893",
"MIN_SHAPE_":345827.33624,
"ha":345827.34
},
"geometry":{"type":"Polygon","coordinates":[[]]}
}

Fuente
------
Información disponible en formato ShapeFile en la web de (Geoservidor - MINAM)[http://geoservidor.minam.gob.pe/geoservidor/download.aspx]

* Límite Departamental (Fuente: INEI-2007)
* Límite Provincial (Fuente: INEI-2007)
* Límite Distrital (Fuente: INEI-2007)
Loading

0 comments on commit b58a974

Please sign in to comment.