Git Product home page Git Product logo

cartografia_web's Introduction

cartografia_web's People

Contributors

dersteppenwolf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cartografia_web's Issues

Ayuda Google Earth Engine

Profe le envio un pequeño código para q vea q el clip no me funciona (para el corte puede subir cualquier shp)

// llamar la Coleccion

var IMGsentinel = ee.ImageCollection('COPERNICUS/S2')
.filterDate('2019-01-01', '2019-12-01')
.filter(ee.Filter.lt('CLOUDY_PIXEL_PERCENTAGE', 20))
.filterBounds(geometry);
var corte = IMGsentinel.clip(table);
//print(IMGsentinel);
Map.addLayer(table,{},'AOI');
Map.addLayer(geometry,{},'geom');
Map.addLayer(IMGsentinel,{max:10000, min:0, bands:['B11','B8','B4']},'IMGsentinel');
Map.setCenter(table,{},10);
var sorteo = IMGsentinel.sort('CLOUDY_PIXEL_PERCENTAGE');
var sentinel2 =ee.Image(sorteo.first());

Map.addLayer(sentinel2,{max:10000, min:0, bands:['B11','B8','B4']}, 'imagensincloud');

Error al cargar shape al postgis

Ha ocurrido un error mientras se ejecutaba el código de Python:

db_manager.db_plugins.plugin.ConnectionError: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request.
Traceback (most recent call last):
File "C:/PROGRA1/QGIS31.4/apps/qgis-ltr/./python/plugins\db_manager\db_plugins\connector.py", line 86, in _execute
cursor.execute(sql)
psycopg2.OperationalError: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:/PROGRA1/QGIS31.4/apps/qgis-ltr/./python/plugins\db_manager\dlg_import_vector.py", line 371, in accept
self.db.connector.createSpatialIndex((schema, table), geom)
File "C:/PROGRA1/QGIS31.4/apps/qgis-ltr/./python/plugins\db_manager\db_plugins\postgis\connector.py", line 970, in createSpatialIndex
self._execute_and_commit(sql)
File "C:/PROGRA1/QGIS31.4/apps/qgis-ltr/./python/plugins\db_manager\db_plugins\connector.py", line 100, in _execute_and_commit
self._execute(None, sql)
File "C:/PROGRA1/QGIS31.4/apps/qgis-ltr/./python/plugins\db_manager\db_plugins\connector.py", line 89, in _execute
raise ConnectionError(e)
db_manager.db_plugins.plugin.ConnectionError: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.

Versión de Python: 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)]
Versión de QGIS: 3.4.13-Madeira Madeira, 64ad560274

Ruta de Python:
C:/PROGRA1/QGIS31.4/apps/qgis-ltr/./python
C:/Users/LENOVO/AppData/Roaming/QGIS/QGIS3\profiles\default/python
C:/Users/LENOVO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins
C:/PROGRA1/QGIS31.4/apps/qgis-ltr/./python/plugins
C:\Program Files\Hexagon\ERDAS IMAGINE 2015\usr\lib\Win32Release\python
C:\Program Files\QGIS 3.4\bin\python37.zip
C:\PROGRA1\QGIS31.4\apps\Python37\DLLs
C:\PROGRA1\QGIS31.4\apps\Python37\lib
C:\Program Files\QGIS 3.4\bin
C:\PROGRA1\QGIS31.4\apps\Python37
C:\PROGRA1\QGIS31.4\apps\Python37\lib\site-packages
C:\PROGRA1\QGIS31.4\apps\Python37\lib\site-packages\win32
C:\PROGRA1\QGIS31.4\apps\Python37\lib\site-packages\win32\lib
C:\PROGRA1\QGIS31.4\apps\Python37\lib\site-packages\Pythonwin
C:/Users/LENOVO/AppData/Roaming/QGIS/QGIS3\profiles\default/python
C:/Users/LENOVO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis2web
C:\Users\LENOVO\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins

Pregunta

Estoy intentando crear una capa por medio de un intersects con los shape cargados a la base de datos y tener solo un shape de puntos con la información de las amenzas y los departamentos, pero no he podido hacer que la consulta me genere lo que quiero. Podria colaborarme con la ayuda a este paso?. le envio lo que intenté y genera una geomatria vacia.

Gracias!

SELECT m.geom
FROM u7_inst_minera_wgs84 m, u7_amenzasismica_wgs84 a, departamentos_u5 g
WHERE st_intersects(m.geom, a.geom)=true

Pregunta_

Buen dia profesor,

me sale el siguiente error al momento de conectar postGIS con geoserver:

img1

img1

*No se que pasa que no muestra las imagen del pantallazo, la puedes consultar en mi carpeta de imagenes por favor

Pregunta

Buenas tardes.

Tengo una consulta, cuando le doy "upload data" en qgis cloud, una de las capas me genera el siguiente mensaje de error y no me deja publicar:

missing data for column "direccion"
CONTEXT: COPY cicloparqueaderos_certificados, line 17: "116 01040000204e120000010000000101000000d887fc00528352c080d570c925b51240 485 117 City Parking kr 15 ..."

Traceback (most recent call last):
File "C:/Users/Andres/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgiscloud\qgiscloudplugindialog.py", line 975, in upload_data
self.data_upload.upload(self.db_connections.db(unicode(db_name)), data_sources_items, unicode(self.maxSize))
File "C:/Users/Andres/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgiscloud\data_upload.py", line 284, in upload
raise RuntimeError(str(messages))
RuntimeError: missing data for column "direccion"
CONTEXT: COPY cicloparqueaderos_certificados, line 17: "116 01040000204e120000010000000101000000d887fc00528352c080d570c925b51240 485 117 City Parking kr 15 ..."

Que solución tiene. Gracias!

MAPGuide

Saludos Profe

Mi siguiente inquietud, es saber si posee información acerca del aplicativo MapGuide, tutoriales, manuales para implementar al proyecto.

Muchas gracias.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.