Recursos sobre Python y Geo
- Charla GeoPython Grupo Python Cordoba (21/10).
- Python : el lenguaje que los geomáticos deberían priorizar http://www.geofumadas.com/python-lenguaje-los-geomaticos-deberian-aprender/
- Sobre Python, módulos espaciales, programas SIG y controversias http://geotux.tuxfamily.org/index.php/es/component/k2/item/318-sobre-python-modulos-espaciales-programas-sig-y-controversias
- Introducción a Python para usos geoespaciales. Roger Veciana i Rovira. Jornadas SIG Libre Girona 2014 http://geoexamples.com/introduccion-python-geoespacial/
- Repo github con ejemplos del taller https://github.com/rveciana/introduccion-python-geoespacial
- Geoprocessing with Python using Open Source GIS (2009) https://www.gis.usu.edu/~chrisg/python/2009/
- Geotalleres. Geoprocesamiento con Python. El presente taller da una visión sobre cómo realizar geoprocesamiento en Python con el uso de Fiona, Shapely y Rasterio. http://geotalleres.github.io/geotalleres/geopython/index.html
- Geoprocesamiento: comparación entre R y Python. Publicado el 21 de julio de 2017. Antonio Pantoja C. https://www.linkedin.com/pulse/geoprocesamiento-comparaci%C3%B3n-entre-r-y-python-antonio-pantoja-c
- Obscure PSA of the day: Use Conda to correctly install Python GDAL on your Mac https://hackernoon.com/install-python-gdal-using-conda-on-mac-8f320ca36d90
- Python Jupyter for GIS https://github.com/RobBlackwell/python-jupyter-for-gis
- Introduction to GIS in Python https://github.com/jonathf/gis-course
- Essential Python Geospatial Libraries (2013) http://carsonfarmer.com/2013/07/essential-python-geo-libraries/
- Los módulos Python con finalidad espacial: ¿qué, por qué, para qué y cómo? (203) http://geotux.tuxfamily.org/index.php/es/component/k2/item/330-modulos-python-con-finalidad-espacial-que-por-que-para-que-y-como
- Charla de Jorge y Rafa en Pycon de Valencia Video https://www.youtube.com/watch?v=aK1WVxHvRxw https://nbviewer.jupyter.org/github/geoinquietosvlc/2015.es.pycon/blob/master/geospatial-python.ipynb
- Curso Geoinquietos madrid http://medialab-prado.es/article/programacion-gis-iii
- Librerias Python GIS http://www.geomapik.com/desarrollo-programacion-gis/librerias-python-gis/
- https://www.gis.usu.edu/~chrisg/python/2009/
- https://medium.com/dataexplorations/working-with-open-data-shape-files-using-geopandas-how-to-match-up-your-data-with-the-areas-9377471e49f2
- https://automating-gis-processes.github.io/CSC/notebooks/L5/plotting-raster.html
- http://www.geomapik.com/desarrollo-programacion-gis/mapas-plotly-visualizacion-datos-espaciales/
- https://www.cursosgis.com/mdt-en-3-dimensiones-con-python/
- https://github.com/ljwolf/geopython
- https://acolita.com/analisis-de-hotspot-en-qgis-3/
- https://pcjericks.github.io/py-gdalogr-cookbook/index.html
- https://towardsdatascience.com/getting-started-with-geographic-data-science-in-python-part-2-f9e2b1d8abd7
- http://darribas.org/gds15/content/labs/lab_03.html
- https://medium.com/geoai/high-resolution-land-cover-mapping-using-deep-learning-7126fee571dd
- https://medium.com/geoai/integrating-deep-learning-with-gis-70e7c5aa9dfe
- https://docs.python.org/3/library/index.html
- sys.Funcionalidades directamente relacionadas con el intérprete.
- os Funcionalidades del SO
- os.path, shutil Funcionalidades relacionadas con los nombres de las rutas de archivos y directorios, mover, copiar, cortar
- urllib.request Peticiones HTTP
- csv Manejo de archivos CSV
- zipfile Trabajo con archivos comprimidos
- psycopg2. Conexión a PostgreSQL
- GDAL Librería para lectura y escritura de formatos de datos geoespaciales vectoriales (OGR) y raster (GDAL)
- Shapely Fiona Manipulación y el análisis de datos vectoriales
- Rasterio Leer, manipular y escribir archivos de tipo ráster.
- geojson Trabajo con archivos GeoJSON.
- GeoPandas Permitir el uso de archivos y operaciones espaciales.
- pyproj Interfaz de la librería PROJ4 de OSGeo para proyección y conversión de geometrías entre sistemas de referencia de - coordenadas.
- geocoder Geocodifiación y geocodificación inversa mediante APIs de geocodificación (GoogleMaps, Nominatim. Here..)
- Matplotlib Viisualizaciones 2D. Gráficos de barras, ternarios, de líneas, temporales, diagramas de dispersión… ¡y también mapas!
- Ploty Librería de de gráficos para crear gráficos interactivos
- PySAL https://pysal.readthedocs.io/en/latest/
- Keras
- TensorFlow
- Pytorch
- Folium
- https://www.adictosaltrabajo.com/2019/06/04/google-colab-python-y-machine-learning-en-la-nube/
- https://www.datahack.es/introduccion-a-google-colab-para-data-science/
- Geospatial Development By Example with Python - From Python programming good practices to the advanced use of analysis packages, this book teaches you how to write applications that will perform complex geoprocessing tasks that can be replicated and reused.
- Geoprocessing with Python - Geoprocessing with Python teaches you how to use the Python programming language along with free and open source tools to read, write, and process geospatial data.
- Python Geospatial Analysis Cookbook - Over 60 recipes to work with topology, overlays, indoor routing, and web application analysis with Python.
- “Python Geospatial Analysis Essentials” - Process, analyze, and display geospatial data using Python libraries and related tools
- “Python Geospatial Development Essentials” - Utilize Python with open source libraries to build a lightweight, portable, and customizable GIS desktop application.
- “Learning Geospatial Analysis with Python” - If you know Python and would like to use it for Geospatial Analysis this book is exactly what you've been looking for. With an organized, user-friendly approach it covers all the bases to give you the necessary skills and know-how.
- “Python Geospatial Development” - Build your own complete and sophisticated mapping applications in Python. Walks you through the process of building your own online system for viewing and editing geospatial data. Practical, hands-on tutorial that teaches you all about geospatial development in Python
- https://mappinggis.com/2015/05/configurar-pycharm-para-usarlo-con-qgis/
- http://armillary-geomatica.blogspot.com.es/2016/10/configuracion-de-una-ide-para-trabajar.html?m=1
- pyqgis-resources http://spatialgalaxy.net/2014/10/18/pyqgis-resources/
- como-crear-nuestro-propio-plugin-para-qgis http://www.cursosgis.com/como-crear-nuestro-propio-plugin-para-qgis
- pyqgis-101-introduction-to-qgis-python-programming-for-non-programmers https://anitagraser.com/projects/pyqgis-101-introduction-to-qgis-python-programming-for-non-programmers/
- Curso programación QGIS 3 con Python Victor Olaya Madrid 2018 https://github.com/volaya/curso-qgis-python https://www.youtube.com/- watch?v=vZ08dYlM-7U
- Curso "Introducción al Desarrollo de Plugins para QGIS 3 con Python" Mathias khun https://www.youtube.com/watch?v=QeT4iij4Jbo&- list=PLVPATWZyLENyVjo3F-h3ZrE2uTHAl2EHL
- Pirelly developqgisplugins http://slides.com/luigipirelli/developqgisplugins-nodebo2017#/17
- Fran Raga pyqgis http://slides.com/franciscojoseragalopez/pyqgis/fullscreen#/12
- Fran programacion-gis http://slides.com/franciscojoseragalopez/programacion-gis-iii#/
- best-practices-for-writing-python-qgis-expression-functions http://www.opengis.ch/2017/05/10/best-practices-for-writing-python-qgis-expression-functions/
- pyqgis-resources http://spatialgalaxy.net/2014/10/18/pyqgis-resources/
- script-de-python-para-filtrar-por-patron-de-texto-los-metodos-de-clases-en-pyqgis https://www.google.es/amp/s/joseguerreroa.wordpress.com/2014/03/16/script-de-python-para-filtrar-por-patron-de-texto-los-metodos-de-clases-en-pyqgis/amp/
- qgis-python-programming-cookbook-second-edition-joel-lawhead http://www.barnesandnoble.com/w/qgis-python-programming-cookbook-second-edition-joel-lawhead/1125265238?ean=9781787121102