Filtro
IS NOT LIKE
nome %_FIUME_%
Filtro
IS NOT LIKE
nome %_FIUME_%
[:it]Questa è la sintassi che ho utilizzato per importare un geodatabase ESRI (formato GDB) in un geodatabase Postgis 2.0:
ogr2ogr -f "PostgreSQL" PG:"host=hostname user=username dbname=mydb password=mypwd" mygeodb.gdb/ -a_srs EPSG:3003
Fonte: gdal.org[:en]This is the syntax I used to import an ESRI geodatabase (GDB format) into an existing postGIS database:
ogr2ogr -f "PostgreSQL" PG:"host=hostname user=username dbname=mydb password=mypwd" mygeodb.gdb/ -a_srs EPSG:3003 - overwtrite
Font: gdal.org[:]
Ciao a tutti,
Ho appena finito di leggere un bel ‘how to’ sulla “geolocalizzazione” dal titol “HTML5 Geolocation Istant how to” scritto da Ben Werdmuller
Di seguito la mia recensione:
Questo manuale, pur essendo diretto agli sviluppatori, può essere molto utile anche ad altre categorie di professionisti, compresi quelli che hanno a che fare con il mondo del GIS e quindi con il concetto di georeferenziazione. Questo libro descrive quali potrebbero essere le interazioni tra utenti e applicazioni web; personalmente sono stato in grado di capire le significative e profonde implicazioni tra i temi trattati nel manuale e le applicazioni pratiche del GIS. Anche se non sono uno sviluppatore, il grande Ben Werdmuller ha saputo guidarmi attraverso i linguaggi Java-script e php a connetterli, in modo semplice ed intuitivo, ad oggetti più vicino a me come ad esempio un file KML o GPS .
Un altro aspetto particolarmente importante è l’approccio molto chiaro ed efficace relativo al tematica della sicurezza delle informazioni personali e la tutela della loro privacy.
Come è mia abitudine, al fine di verificare l’efficacia dei processi, ho eseguito passo passo tutte le procedure operativce testando tutto il codice nel manuale; anche in questo caso ho trovato molta chiarezza di esposizione e dei contenuti esposti dall’autore. In particolare, l’autore affronta a fondo e in modo esauriente tutti gli argomenti, con la conseguenza che il lettore trova una risposta a (quasi) tutte le possibile domande; questo conferma ancora una volta la professionalità dell’autore, che è già ben noto al pubblico settore. Infine, è da sottolineare l’eccellente modello utilizzato dalla casa editrice Packt (già adottato in molte delle sue altre pubblicazioni) per organizzare e presentare i temi trattati a vantaggio di immediatezza e chiarezza, che aiuta in maniera importante il lettore nella comprensione del contenuti esposti.
il libro lo si può trovare quiHi all,
I’ve already read a great how to on “geolocation” named “Istant HTML5 geolocation how to” written by Ben Werdmuller
Below my review:
This manual, while being more directed to professional profiles web-developing oriented, can also be very helpful for other categories of professionals, including those who have to manage with the world of GIS and then of georeferencing. Reading this book you will understand which could be the interactions between users and web applications; personally, since I’m a GIS technologist, I have been able to achieve significant and deep implications among the topics treated in the manual and the practical applications of GIS. Even if he is not a developer, the great Ben Werdmuller has been able to guide me through the java-script and php languages to connect them, in a simple and intuitive way, to objects closer to me such as a KML or GPS.
Another particularly important aspect carried out with a very clear and effective approach in the manual is that relating to the security of users information and the protection of their privacy.
As is my habit, in order to check the effectiveness of the procedures explained, I have played step by step all the procedures and have tested all the code in the manual; even in this case I found the clarity of exposition and the thickness of the contents exposed by the author. In particular, the author faces thoroughly and exhaustively all the topics, with the consequence that the reader finds an answer to all his questions on the matter, and this once again confirms the professionalism of the author, which is already well known to the public sector. Finally, the excellent model used by the publishing house Packt (already adopted in many of his other publications) to organize and present the topics covered must be underlined, to the advantage of immediacy and clarity that help in an important way the reader in understanding the content exposed .
you can find it here
This is the procedure that I follow to implement postgis (vers.2.0) as extension:
CREATE EXTENSION "postgis"; CREATE EXTENSION "postgis_topology"; CREATE SCHEMA postgis; ALTER DATABASE mydb SET search_path="$user", public, postgis,topology; GRANT ALL ON SCHEMA postgis TO public; ALTER EXTENSION postgis SET SCHEMA postgis;
Questa è la procedura che ho seguito per implementare postgis (vers.2.0) come estensione:
CREATE EXTENSION "postgis"; CREATE EXTENSION "postgis_topology"; CREATE SCHEMA postgis; ALTER DATABASE mydb SET search_path="$user", public, postgis,topology; GRANT ALL ON SCHEMA postgis TO public; ALTER EXTENSION postgis SET SCHEMA postgis;
Here you are the procedure I follow to install postgis 2.0.0 from source:
tar xvfz postgis-2.0.0.tar.gz cd postgis-2.0.0 ./configure --with-raster --with-topology --with-gui make make install createdb yourdatabase createlang plpgsql yourdatabase psql -d yourdatabase -f postgis.sql psql -d yourdatabase -f postgis_comments.sql psql -d yourdatabase -f spatial_ref_sys.sql psql -d yourdatabase -f rtpostgis.sql psql -d yourdatabase -f raster_comments.sql psql -d yourdatabase -f topology/topology.sql psql -d yourdatabase -f doc/topology_comments.sql
SO: Ubuntu 11.10
Ho appena terminato con successo l’installazione di postgis 2.0.0 da codice sorgente scaricato da qui con la seguente procedura:
tar xvfz postgis-2.0.0.tar.gz cd postgis-2.0.0 ./configure --with-raster --with-topology --with-gui make make install createdb yourdatabase createlang plpgsql yourdatabase psql -d yourdatabase -f postgis.sql psql -d yourdatabase -f postgis_comments.sql psql -d yourdatabase -f spatial_ref_sys.sql psql -d yourdatabase -f rtpostgis.sql psql -d yourdatabase -f raster_comments.sql psql -d yourdatabase -f topology/topology.sql psql -d yourdatabase -f doc/topology_comments.sql
SO: Ubuntu 11.10
Questa è la procedura seguendo le istruzioni di installazione ho personalizzato con l’aiuto di Alessandro Furieri.
Sistema operativo e librerie : Linux ubuntu 10.10; geos 3.2.2-CAPI 1.6.2 ; proj 4.7.1.
–SPATIALITE(2.4RC4):
procedura:
Installazione da repository Ubuntu 10.10 di “spatialite-bin_2.4-RC4”
– SPATIALITE-gui (1.4.0):
Procedura:
1.Tutti i sorgenti sono stati installati con la seguente sintassi:
@CFLAGS=”-I/usr/include/geotiff” ./configure \
–with-geos-include=/usr/include/geos \
–with-geos-lib=/usr/lib \
@make
@make install
2.Installazione da sorgenti di Spatial-gui-1.4.0 (spatialite_gui-1.4.0.tar.gz);
3.Installazione da sorgenti delle librerie “libgaiagraphics” (libgaiagraphics-0.4.tar.gz);
4.Installazione da repository Ubuntu 10.10 delle librerie “libcairo2-dev”;
5.Installazione dei “wxWidgets” seguendo la procedura http://wiki.wxpython.org/InstallingOnUbuntuOrDebian;
This procedure allows you to install the software GIS gvSIG (32 bit version) on the Linux distribution Ubuntu 10.10 (64 bit version). Basically we have to install a 32-bit version of the JVM:
deb http://archive.canonical.com/ubuntu maverick partner deb-src http://archive.canonical.com/ubuntu maverick partner
sudo apt-get update sudo apt-get install ia32-sun-java6-bin
update-alternatives --config java
Done!!!Questa procedura consente di installare il software GIS gvSIG (versione 32 bit) sulla distribuzione Linux Ubuntu 10.10 (versione 64 bit). Fondalmentamente si tratta di installare una versione 32 bit della JVM
deb http://archive.canonical.com/ubuntu maverick partner deb-src http://archive.canonical.com/ubuntu maverick partner
sudo apt-get update sudo apt-get install ia32-sun-java6-bin
update-alternatives --config java
Fatto!!!
Questa procedura consente di modificare in modo massivo le sorgenti dati di un progetto MXD di ArcGIS 9.x attraverso il modulo ArcCatalog.
Procedura
(Fonte: Supporto Esri)
Procedure
Follow these steps to set the data source for an MXD in ArcCatalog.
(Font: Supporto Esri)