-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Juan Eladio Sánchez Rosas
committed
Feb 12, 2016
1 parent
5bc1fa5
commit b58a974
Showing
4 changed files
with
2,132 additions
and
1 deletion.
There are no files selected for viewing
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
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) |
Oops, something went wrong.