SlideShare a Scribd company logo
- qué es una IDE
- datos
- metadatos
- sw
- servicios
- estandares
- Qué es OGC
- Abrir el command de postgresql
create table test (id int, name varchar(25));
d
d geometry_columns
d spatial_ref_sys
- tipos de geometria:
POINT
LINESTRING
POLYGON
MULTIPOINT
MULTILINESTRING
MULTIPOLYGON
- siguiente las lineas de comando:
select AddGeometryColumn('test' , 'location' , 4326, 'POINT' , 2);
insert into test(id, name, location) values
(1, 'Colorado State Capitol' , ST_GeomFromText('POINT(-104.98716 39.73909)' ,
4326));
select id, name, ST_AsText(location) from test;
insert into test(id, name, location) values (2, 'Broncos Stadium' ,
ST_GeomFromText('POINT(-105.02101 39.74630)' , 4326));
insert into test(id, name, location) values(3, 'foo' , ST_GeomFromText('POINT(-
300 400)' , 4326));
select GeometryType(location) from test;
select ST_IsValid(location) from test;
select id, name, ST_AsText(location), ST_X(location), ST_Y(location) from test;
- Averiguar el codigo SRID del sist. de coord. a utilizar
SELECT srid, auth_name, auth_srid, srtext, proj4text FROM spatial_ref_sys WHERE
srtext like '%UTM%';
- Importar un shapefile:
shp2pgsql -s 4269 st99_d00.shp us_states > us_states.sql
- Link ejercicio android
https://developers.google.com/maps/documentation/android/v1/hello-mapview?hl=es
Script clases ide   bd espacial

More Related Content

PDF
CRL 1.8 Functions
PDF
CRL 1.8 functions MrG 2011.0920 - sage
PPTX
C PROGRAMS - SARASWATHI RAMALINGAM
PDF
AST: threats and opportunities
PDF
PPT
OO Design with C++: 5. Design Principles, part 2
PPT
Geo distance search with my sql presentation
PPT
Sample document
CRL 1.8 Functions
CRL 1.8 functions MrG 2011.0920 - sage
C PROGRAMS - SARASWATHI RAMALINGAM
AST: threats and opportunities
OO Design with C++: 5. Design Principles, part 2
Geo distance search with my sql presentation
Sample document

What's hot (19)

PDF
How To Crack RSA Netrek Binary Verification System
PPT
Postfix Evaluations using Stack
PDF
Graph Algebra
PPT
zen and the art of SQL optimization
DOCX
Computer graphics
PDF
LLVM Backend の紹介
TXT
Ass2 1 (2)
TXT
Snake.c
DOCX
Graphics programs
TXT
Advance C++notes
TXT
クイズプログラム
PDF
Chainer-Compiler 動かしてみた
DOCX
Computer graphics programs in c++
PPTX
5. Destructuring | ES6 | Assignment
PDF
Metaprogramming
DOC
Numerical Methods in C
PPT
Advance features of C++
KEY
Cocos2d Performance Tips
How To Crack RSA Netrek Binary Verification System
Postfix Evaluations using Stack
Graph Algebra
zen and the art of SQL optimization
Computer graphics
LLVM Backend の紹介
Ass2 1 (2)
Snake.c
Graphics programs
Advance C++notes
クイズプログラム
Chainer-Compiler 動かしてみた
Computer graphics programs in c++
5. Destructuring | ES6 | Assignment
Metaprogramming
Numerical Methods in C
Advance features of C++
Cocos2d Performance Tips
Ad

Viewers also liked (15)

PPTX
Ana díaz camacho mkt. t 1.1
PDF
Amigabilidad en el Software
PPTX
Hernan+finanzas+2+jueves
PPTX
GRM PRESENTASI
PPT
Private higher education
PPTX
sScenario2LM[1]
PPTX
Bus snowden presentation
PDF
그롤쉬 최종'
PDF
VMworld Europe 2014: Virtual SAN Best Practices and Use Cases
PDF
Trabajo undac maestria v{ictor
PDF
Best Team Manager 2015
PDF
Gestor de Acaparamiento y Transcodificación de Sitios Web para Pocket PC
PDF
PPT
Н.Г.Базиленко. Реалізація міжпредметних зв’язків на уроках музичного мистецтва
PPT
Assignment 13
Ana díaz camacho mkt. t 1.1
Amigabilidad en el Software
Hernan+finanzas+2+jueves
GRM PRESENTASI
Private higher education
sScenario2LM[1]
Bus snowden presentation
그롤쉬 최종'
VMworld Europe 2014: Virtual SAN Best Practices and Use Cases
Trabajo undac maestria v{ictor
Best Team Manager 2015
Gestor de Acaparamiento y Transcodificación de Sitios Web para Pocket PC
Н.Г.Базиленко. Реалізація міжпредметних зв’язків на уроках музичного мистецтва
Assignment 13
Ad

Similar to Script clases ide bd espacial (20)

ODP
Intro To PostGIS
ODP
Introduction To PostGIS
PDF
Post gispguk
PDF
Building Location Aware Apps - Get Started with PostGIS, PART I
PDF
Pg intro part1-theory_slides
PDF
Leicester 2010 notes
PDF
2017 RM-URISA Track: Spatial SQL - The Best Kept Secret in the Geospatial World
PDF
2016 - Bibliotecas de código aberto para construção de aplicativos geográficos
PDF
Postgres Vision 2018: PostGIS and Spatial Extensions
 
PDF
Osgis 2010 notes
PDF
Building Location Aware Apps - Get Started with PostGIS, PART II
PPT
LinuxFest NW - Using Postgis To Add Some Spatial Flavor To Your App
PPTX
Strabon: A Semantic Geospatial Database System
PPT
Building a Spatial Database in PostgreSQL
PDF
Building A Spatial Database In Postgresql (Ppt).pdf
PDF
Discover PostGIS: Add Spatial functions to PostgreSQL
 
PDF
Managing GeoData with PostGIS @ KhmelnytskyiPy #1
PDF
Getting Started with PostGIS
 
PPTX
Day 6 - PostGIS
PDF
Enterprise geodatabase sql access and administration
Intro To PostGIS
Introduction To PostGIS
Post gispguk
Building Location Aware Apps - Get Started with PostGIS, PART I
Pg intro part1-theory_slides
Leicester 2010 notes
2017 RM-URISA Track: Spatial SQL - The Best Kept Secret in the Geospatial World
2016 - Bibliotecas de código aberto para construção de aplicativos geográficos
Postgres Vision 2018: PostGIS and Spatial Extensions
 
Osgis 2010 notes
Building Location Aware Apps - Get Started with PostGIS, PART II
LinuxFest NW - Using Postgis To Add Some Spatial Flavor To Your App
Strabon: A Semantic Geospatial Database System
Building a Spatial Database in PostgreSQL
Building A Spatial Database In Postgresql (Ppt).pdf
Discover PostGIS: Add Spatial functions to PostgreSQL
 
Managing GeoData with PostGIS @ KhmelnytskyiPy #1
Getting Started with PostGIS
 
Day 6 - PostGIS
Enterprise geodatabase sql access and administration

Recently uploaded (20)

PDF
Elevate Cleaning Efficiency Using Tallfly Hair Remover Roller Factory Expertise
PPTX
Lecture (1)-Introduction.pptx business communication
PDF
Laughter Yoga Basic Learning Workshop Manual
PPTX
Dragon_Fruit_Cultivation_in Nepal ppt.pptx
PDF
Power and position in leadershipDOC-20250808-WA0011..pdf
PDF
Unit 1 Cost Accounting - Cost sheet
PPTX
AI-assistance in Knowledge Collection and Curation supporting Safe and Sustai...
PPTX
job Avenue by vinith.pptxvnbvnvnvbnvbnbmnbmbh
PPT
340036916-American-Literature-Literary-Period-Overview.ppt
PPTX
HR Introduction Slide (1).pptx on hr intro
PDF
Reconciliation AND MEMORANDUM RECONCILATION
PPT
Data mining for business intelligence ch04 sharda
PDF
Chapter 5_Foreign Exchange Market in .pdf
PDF
Dr. Enrique Segura Ense Group - A Self-Made Entrepreneur And Executive
PPTX
Belch_12e_PPT_Ch18_Accessible_university.pptx
PDF
Nidhal Samdaie CV - International Business Consultant
PDF
Traveri Digital Marketing Seminar 2025 by Corey and Jessica Perlman
PPTX
Business Ethics - An introduction and its overview.pptx
PDF
BsN 7th Sem Course GridNNNNNNNN CCN.pdf
PDF
IFRS Notes in your pocket for study all the time
Elevate Cleaning Efficiency Using Tallfly Hair Remover Roller Factory Expertise
Lecture (1)-Introduction.pptx business communication
Laughter Yoga Basic Learning Workshop Manual
Dragon_Fruit_Cultivation_in Nepal ppt.pptx
Power and position in leadershipDOC-20250808-WA0011..pdf
Unit 1 Cost Accounting - Cost sheet
AI-assistance in Knowledge Collection and Curation supporting Safe and Sustai...
job Avenue by vinith.pptxvnbvnvnvbnvbnbmnbmbh
340036916-American-Literature-Literary-Period-Overview.ppt
HR Introduction Slide (1).pptx on hr intro
Reconciliation AND MEMORANDUM RECONCILATION
Data mining for business intelligence ch04 sharda
Chapter 5_Foreign Exchange Market in .pdf
Dr. Enrique Segura Ense Group - A Self-Made Entrepreneur And Executive
Belch_12e_PPT_Ch18_Accessible_university.pptx
Nidhal Samdaie CV - International Business Consultant
Traveri Digital Marketing Seminar 2025 by Corey and Jessica Perlman
Business Ethics - An introduction and its overview.pptx
BsN 7th Sem Course GridNNNNNNNN CCN.pdf
IFRS Notes in your pocket for study all the time

Script clases ide bd espacial

  • 1. - qué es una IDE - datos - metadatos - sw - servicios - estandares - Qué es OGC - Abrir el command de postgresql create table test (id int, name varchar(25)); d d geometry_columns d spatial_ref_sys - tipos de geometria: POINT LINESTRING POLYGON MULTIPOINT MULTILINESTRING MULTIPOLYGON - siguiente las lineas de comando: select AddGeometryColumn('test' , 'location' , 4326, 'POINT' , 2); insert into test(id, name, location) values (1, 'Colorado State Capitol' , ST_GeomFromText('POINT(-104.98716 39.73909)' , 4326)); select id, name, ST_AsText(location) from test; insert into test(id, name, location) values (2, 'Broncos Stadium' , ST_GeomFromText('POINT(-105.02101 39.74630)' , 4326)); insert into test(id, name, location) values(3, 'foo' , ST_GeomFromText('POINT(- 300 400)' , 4326)); select GeometryType(location) from test; select ST_IsValid(location) from test; select id, name, ST_AsText(location), ST_X(location), ST_Y(location) from test; - Averiguar el codigo SRID del sist. de coord. a utilizar SELECT srid, auth_name, auth_srid, srtext, proj4text FROM spatial_ref_sys WHERE srtext like '%UTM%'; - Importar un shapefile: shp2pgsql -s 4269 st99_d00.shp us_states > us_states.sql - Link ejercicio android https://developers.google.com/maps/documentation/android/v1/hello-mapview?hl=es