All Projects → pachadotdev → chilemapas

pachadotdev / chilemapas

Licence: GPL-3.0 License
Mapas terrestres de Chile con topologias simplificadas.

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to chilemapas

geoJSON-Nepal
GeoJSON for Nepal. 🇳🇵
Stars: ✭ 49 (+113.04%)
Mutual labels:  topojson, geojson, maps
geojson-editor
A modified version of Googles Simple GeoJSON Editor
Stars: ✭ 43 (+86.96%)
Mutual labels:  geojson, maps
echarty
Minimal R/Shiny Interface to ECharts.js
Stars: ✭ 49 (+113.04%)
Mutual labels:  geojson, maps
geofiddle
Geometric conversions between different formats and projections
Stars: ✭ 15 (-34.78%)
Mutual labels:  geojson, maps
Mapstore2
Modern webmapping with OpenLayers, Leaflet and React
Stars: ✭ 251 (+991.3%)
Mutual labels:  geojson, maps
Countries
World countries in JSON, CSV, XML and Yaml. Any help is welcome!
Stars: ✭ 5,379 (+23286.96%)
Mutual labels:  topojson, geojson
osm-static-maps
Openstreetmap static maps is a nodejs lib, CLI and server open source inspired on google static map service
Stars: ✭ 130 (+465.22%)
Mutual labels:  geojson, maps
Geoswift
The Swift Geometry Engine.
Stars: ✭ 1,267 (+5408.7%)
Mutual labels:  geojson, maps
jpn-atlas
TopoJSONフォーマットの日本の国、都道府県、市区町村の境界データ。Japanese municipality and prefecture boundary data in topojson format.
Stars: ✭ 17 (-26.09%)
Mutual labels:  topojson, maps
vaguely-rude-places
The map of Vaguely Rude Place Names
Stars: ✭ 19 (-17.39%)
Mutual labels:  geojson, maps
is-sea
🌊 Check whether a geographic coordinate is in the sea or not on the earth.
Stars: ✭ 34 (+47.83%)
Mutual labels:  geojson, maps
Geojsonify
Easily add GeoJson layers to your Maps
Stars: ✭ 141 (+513.04%)
Mutual labels:  geojson, maps
Country Iso
🗺 Get the ISO 3166-1 alpha-3 country code from geographic coordinates.
Stars: ✭ 141 (+513.04%)
Mutual labels:  geojson, maps
Mapshaper
Tools for editing Shapefile, GeoJSON, TopoJSON and CSV files
Stars: ✭ 2,813 (+12130.43%)
Mutual labels:  topojson, geojson
Mapbox Gl Native Android
Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL
Stars: ✭ 135 (+486.96%)
Mutual labels:  geojson, maps
django-graphql-geojson
GeoJSON support for Graphene Django
Stars: ✭ 61 (+165.22%)
Mutual labels:  geojson, maps
Mapbox Gl Native
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
Stars: ✭ 4,091 (+17686.96%)
Mutual labels:  geojson, maps
Geo Maps
🗺 High Quality GeoJSON maps programmatically generated.
Stars: ✭ 1,098 (+4673.91%)
Mutual labels:  geojson, maps
check-geojson
a checker for the geojson format. goes beyond a schema, checking semantics and producing character-level warnings.
Stars: ✭ 36 (+56.52%)
Mutual labels:  geojson, maps
osm-geojson
🔰 Get GeoJSON of a OpenStreetMap's relation from the API.
Stars: ✭ 42 (+82.61%)
Mutual labels:  geojson, maps

chilemapas sticker

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Lifecycle: maturing Codecov test coverage CRAN status R build status

Acerca de

Mapas terrestres con topologias simplificadas. Estos mapas no tienen precision geodesica, por lo que aplica DFL-83 de 1979 de la Republica de Chile y se consideran referenciales sin validez legal. No se incluyen los territorios antarticos y bajo ningun evento estos mapas significan que exista una cesion u ocupacion de territorios soberanos en contra del Derecho Internacional por parte de Chile. Esta paquete esta documentado intencionalmente en castellano asciificado para que funcione sin problema en diferentes plataformas.

Documentacion

La documentacion esta disponible en https://pacha.dev/chilemapas. Se incluyen ejemplos de uso de las funciones del paquete chilemapas y como se integra con otros paquetes de R.

Instalacion

Si usas Windows, los binarios ya estan listos y no hace instalar software previamente.

En Ubuntu necesitas ejectutar lo siguiente:

sudo apt install libv8-dev libudunits2-dev libprotobuf-dev protobuf-compiler libgeos-dev libgdal-dev

Si lo haz instalado en Fedora, OS X u otro y tienes instrucciones para una instalación directa, por favor dejame un issue o pull request.

Version estable

install.packages("chilemapas")

Version de desarrollo

# install.packages("remotes")
remotes::install_github("pachamaltese/chilemapas")

Mapas en geojson y topojson

Para quienes no usan R, las carpetas data_geojson y data_topojson contienen los mapas simplificados de todas las comunas de Chile.

Valor agregado sobre los archivos shp del INE

Aparte de la simplificacion para reducir el peso de los archivos, los aportes se pueden divir en dos pilares:

  • Mapas administrativos: Construi el mapa de la Region de Niuble haciendo todas las transformaciones correspondientes sobre la Region del Bio Bio. Otro aporte es el mapa de servicios de salud recopilando datos de diversas fuentes.

  • Mapa politico: Reuni datos para generar el mapa de distritos y circunscripciones con los diputados y senadores que les asigna la ley.

Contribuciones

Todos los aportes son bienvenidos. La única condición es respetar el Codigo de Conducta.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].