Editable GeoCSV: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K
K
Zeile 1: Zeile 1:
 
[[Datei:EditableCSV_QGIS_Plugin_Icon.png|right|||]]
 
[[Datei:EditableCSV_QGIS_Plugin_Icon.png|right|||]]
 
[[Datei:EditableCSV_QGIS_Plugin_Screenshot_01.jpg|right|thumb|400px|Screenshot of file open dialog.]]
 
[[Datei:EditableCSV_QGIS_Plugin_Screenshot_01.jpg|right|thumb|400px|Screenshot of file open dialog.]]
Load, edit and save [[GeoCSV]] files in QGIS in order to integrate with programs like LibreOffice/Excel or Kettle.  
+
 
 +
Load, edit and save [[GeoCSV]] files in QGIS in order to integrate with spreadsheet programs like LibreOffice or Kettle.  
  
 
* A project by [[Geometa Lab]] HSR
 
* A project by [[Geometa Lab]] HSR
Zeile 9: Zeile 10:
 
* Tracker: https://github.com/geometalab/Editable-GeoCSV-QGIS-Plugin/issues
 
* Tracker: https://github.com/geometalab/Editable-GeoCSV-QGIS-Plugin/issues
 
* Code Repository: https://github.com/geometalab/Editable-GeoCSV-QGIS-Plugin
 
* Code Repository: https://github.com/geometalab/Editable-GeoCSV-QGIS-Plugin
 +
 +
== About ==
 +
 +
This plugin allows files in CSV format to be loaded, edited and saved in QGIS including geometry. This allows to integrate QGIS with spreadsheet programs like LibreOffice or Kettle.
  
 
== FAQ ==
 
== FAQ ==
  
;How can I install this plugin for QGIS?: Prerequisites: You have to have access to the internet. First, install [[QGIS]]. Then second, enable experimental plugins: Goto menu "Plugins > Manage and install plugins", then 3. in the Plugins dialog goto tab "Settings" and check "Show also experimental plugins". Third, in Plugins dialog search for GeoCSV, click on it and install it.
+
;How can I install this plugin for QGIS?: Prerequisites: You need internet access. First, install [[QGIS]]. Then second, enable experimental plugins: Goto menu "Plugins > Manage and install plugins", then 3. in the Plugins dialog goto tab "Settings" and check "Show also experimental plugins". Third, in Plugins dialog search for GeoCSV, click on it and install it.
  
 
;I have a problem with the CSV file; which software do you recommend to edit the CSV file?: Use a good text editor like Notepad++ (Windows) or Sublime (Mac) to do a Search&Replace or save the file as UTF-8.
 
;I have a problem with the CSV file; which software do you recommend to edit the CSV file?: Use a good text editor like Notepad++ (Windows) or Sublime (Mac) to do a Search&Replace or save the file as UTF-8.

Version vom 31. Mai 2015, 00:49 Uhr

EditableCSV QGIS Plugin Icon.png
Screenshot of file open dialog.

Load, edit and save GeoCSV files in QGIS in order to integrate with spreadsheet programs like LibreOffice or Kettle.

About

This plugin allows files in CSV format to be loaded, edited and saved in QGIS including geometry. This allows to integrate QGIS with spreadsheet programs like LibreOffice or Kettle.

FAQ

How can I install this plugin for QGIS?
Prerequisites: You need internet access. First, install QGIS. Then second, enable experimental plugins: Goto menu "Plugins > Manage and install plugins", then 3. in the Plugins dialog goto tab "Settings" and check "Show also experimental plugins". Third, in Plugins dialog search for GeoCSV, click on it and install it.
I have a problem with the CSV file; which software do you recommend to edit the CSV file?
Use a good text editor like Notepad++ (Windows) or Sublime (Mac) to do a Search&Replace or save the file as UTF-8.
I have problems opening and saving CSV - which spreadsheet program do you recommend?
We recommend LibreOffice and we recommend to avoid Excel.
I got the following error when opening a GeoCSV file "An error occured while trying to update the CSVT file according to the new attribute types. Please update the csvt file manually."
See the CSVT spec..
I got the following error when opening a GeoCSV file "CSVT file contains incorrect geo attributes. Please set manually."
See the CSVT spec..
I got the following error when opening a GeoCSV file "CSVT file contains too many geo attributes. Please set manually."
See the CSVT spec..
I got the following error when opening a GeoCSV file "Erroneous delimiter detected. The delimiter should be a ';'."
Use a text editor or another CSV tool to set the field delimiter to ';'.

Help

See FAQ above and GeoCSV (= CSV + WKT).

tbd.