Skip to main content

Questions tagged [csv]

A comma-separated values (CSV) file stores tabular data (numbers and text) in plain-text form.

-2 votes
1 answer
78 views

Converting GeoTIFF to CSV using QGIS [closed]

I'd like to covert GeoTIFF to CSV by using QGIS. How can I do it?
SSS's user avatar
  • 7
2 votes
1 answer
70 views

"Incorrect parameter value for LAYERS" error when saving CSV to GeoPackage with PyQGIS

I am using QGIS 3.32.3 and am trying to save a CSV file to a GeoPackage with PyQGIS using the current directory as part of the string. When trying to do this it shows: 'Incorrect parameter value for ...
user233372's user avatar
3 votes
1 answer
252 views

Importing CSV results in NULL values for decimal column in QGIS

I am importing a .csv file and one of the "integer" columns ("ZVH Density") is all NULL values when imported as a Delimited Text file. Whole numbers import (known through trial and ...
Dia's user avatar
  • 31
3 votes
2 answers
195 views

Joining vector layer with CSV-file that contain duplicates in QGIS

I'm currently working on a project, and I received a CSV file which has additional information about each feature. I intend to join the CSV file with an existing layer. Picture it like this: However, ...
eafwnrg's user avatar
  • 51
0 votes
1 answer
50 views

What is meaning of extra bytes in .shp file or how to calculate content length

I'm trying to read a .shp file. That .shp file contains polygon type. So I read all the records perfectly, after the reading the points, end of the file that have some 28 bytes are there what is ...
Sai Ganesh's user avatar
5 votes
1 answer
84 views

Setting QgsVectorLayer created from CSV in editing mode with PyQGIS

I'm working on QGIS 3.28.10 and I want to create a QgsVectorLayer from a CSV file with PyQGIS script, but the resulting layer is not editable. Does anyone know how to set this layer as editable? My ...
Akli's user avatar
  • 53
1 vote
1 answer
51 views

Join non-spatial CSV layer with spatial shape layer, using multiple input fields

I have two separate layers i want to join in my QGIS-project based on multiple matching input fields. One layer consists of a non-spatial CSV table, but with the matching fields: Streetname, House ...
JTHW's user avatar
  • 13
1 vote
1 answer
58 views

QGIS - Export layer with one polygon subdivided as multiple rows to CSV

I have a GeoJSON file with quite precise boundaries of world's countries. I had to simplify it because Snowflake, where I want to keep the data, has 16MB limit and Canadian polygon is always too large....
Moseleyi's user avatar
  • 291
0 votes
0 answers
40 views

Join a raster file with grid data and a CSV file

I am a relatively new user of QGIS and encoutered a first major problem. I am working with this dataset that converts the available geocoordinates into the European standard ETRS89-LAEA.This is a grid ...
MackieLeslie's user avatar
0 votes
0 answers
107 views

How to download a joined image as a CSV file on my local computer?

I used a Landsat tile to extract information (images) from different satellites. Then, I add each image to a band like below. So, How can I download it (img_joined) as a CSV file to my local computer? ...
Raymond's user avatar
1 vote
2 answers
216 views

Creating map of visited airports in QGIS

I looked at the information given regarding airports and have downloaded that data into a CSV file for import. I have created a shapefile for my base map using OSM. How do I import the airport data (a ...
Jamie's user avatar
  • 13
0 votes
1 answer
78 views

Data arrangement in CSV file [closed]

I am getting whole data in a row while exporting CSV file . I need data in separate columns in CSV file. Soil variable value in a separate column and pixel counts against each soil variable in next ...
Khansa's user avatar
  • 5
2 votes
1 answer
56 views

Allowing null outputs when mapping over FeatureCollection in Google Earth Engine

I have code working that extracts the area of forest loss from the Hansen Global Forest Change dataset for each available year and attaches it to the properties of a mapped FeatureCollection. This ...
jamierob's user avatar
  • 1,559
1 vote
1 answer
78 views

Transposing the output of a CSV from rows to columns in Google Earth Engine

var aoi = ee.FeatureCollection("users/jrobertsonpanthera/surveyed_grid_3test") // Hansen Data var gfc = ee.Image('UMD/hansen/global_forest_change_2022_v1_10') var lossImage = gfc.select(['...
jamierob's user avatar
  • 1,559
4 votes
1 answer
86 views

All fields recognised as String when importing CSV with CSVT in QGIS

I am trying to import data contained in a CSV file Chomage 1975.csv, with a CSVT file Chomage 1975.csvt in the same folder. My CSV file content is: Code;City Name;Unemployment rate 15 years and over ...
cyirand's user avatar
  • 95

15 30 50 per page
1 2 3
4
5
94