Skip to main content

Questions tagged [csv]

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

0 votes
0 answers
24 views

Issues when selecting XY coordinates while importing CSV into QGIS Model Designer [duplicate]

I have imported an CSV manually in QGIS 3.34.15 using "add delimited text layer" and works as expected but I'm having issues importing the same CSV into QGIS model designer using "...
JD9837261's user avatar
1 vote
1 answer
104 views

Discrepancy in polygon area calculation in QGIS

I’m working with a polygon vector file in QGIS containing over 30,000 individual features. I want to calculate the cumulative area of all these polygons. I’ve tried two different methods. Using QGIS: ...
preetv's user avatar
  • 13
2 votes
2 answers
194 views

"Creation of layer failed (OGR error: Geometry type Line String is not compatible with GEOMETRY=AS_XY)" when exporting vector file as CSV in QGIS

In QGIS 3.34.15 I am trying to export a shapefile which is in LineString format to a CSV file, where I want the coordinates in XY format. Then I get this Error: Creation of layer failed (OGR error: ...
Jordaan Fouche's user avatar
2 votes
1 answer
79 views

Importing table as Feature Collection in Google Earth Engine

I am inexperienced and had trouble finding info online. I have a CSV that I am trying to import into Google Earth Engine as a feature collection. I am using a GeoJSON string (I think) as my geometry, ...
Dani's user avatar
  • 23
0 votes
0 answers
41 views

How to use a .csv file with temporal data with a .kml file with long / lat data

I am new to QGIS and was having difficulty using the join function. I have very large CSV files that are named unit1, unit2, and so on they have the columns: | date/time | sensor 1 | sensor 2 |. I ...
Fungi's user avatar
  • 1
2 votes
1 answer
204 views

Layers won't align in QGIS

I am using QGIS version 3.40.5-Bratislava on an Apple MacBook Pro Sonoma 14.0. I am not able to overlay layers with correct (Lat, Long) coordinate alignment. I am trying to upload a spreadsheet (...
M. De Lasaux's user avatar
4 votes
1 answer
134 views

CSV file not joining properly to shapefile using QGIS

I am trying to join a .csv file to a shapefile. Both the CSV and the shapefile have the field COUNTY_PIN. The column from the CSV file I'm trying to add to the shapefile is the Average Percent Change ...
Katherine's user avatar
2 votes
1 answer
134 views

Longitude and Latitude in different format

I need to import into QGIS a txt file with pointdata giving the location in point data of drone images. The format of the coordinates is like N53:19.7657 E006:16.9105 in text format. This cannot be ...
user311648's user avatar
5 votes
1 answer
147 views

Drawing polygon squares from points using QGIS

I have a CSV file with the following columns: areaName, centreLat, centreLong, minLat, minLong, maxLat, maxLong. I want to import this into the QGIS UI and have it draw squares using the min/max lat/...
simonalexander2005's user avatar
2 votes
1 answer
73 views

Modeler does not allow choosing of CSV for joining in QGIS

I have a vectorlayer with buildings and IDs. My csv contains new data which I like to join via the same ID. The modeler does not allow me to choose the CSV-Input (I chose data/folder). Is this the ...
BAE_23's user avatar
  • 967
8 votes
2 answers
639 views

GEE: Export.table.toDrive creating multiple folders with the same name instead of exporting all files into one folder

I'm trying to export Sentinel-2 vegetation indices and texture features sampled at points using Google Earth Engine. I have a large number of points and features, so instead of exporting all the ...
SNA's user avatar
  • 81
1 vote
2 answers
82 views

Creating Polygon from coordinate strings when importing CSV into QGIS

I have a CSV file containing data for multiple substation areas. One of the fields in the attribute table is called "geometry", and it holds the coordinate vertices for each polygon. I'm ...
Ant's user avatar
  • 11
0 votes
0 answers
45 views

Maxent CSV "Error reading file [file path]: java.lang.ArrayIndexOutOfBoundsException: -1758671516"

I have in the past few months successfully run 10-15 MaxEnt models using the maxent.jar java system. But in the past few days, I have recieved the following error each time I run the modeling software,...
JWes's user avatar
  • 113
1 vote
1 answer
66 views

How to use ogr2ogr -segmentize in three dimensions? [closed]

Reading How to use ogr2ogr -segmentize on a CSV file? aided us greatly, until we tried the third dimension. $ cat m.csv WKT "LINESTRING Z (0 0 0,8 8 8)" $ ogr2ogr n.csv m.csv -lco GEOMETRY=...
Dan Jacobson's user avatar
2 votes
1 answer
97 views

Importing CSV with WKT polygons into QGIS

I am trying to import a bunch of polygons from a .csv file into QGIS using the Delimited text tool. In the .csv, they are written as WKT: POLYGON((LONG LAT,LONG2 LAT2...)). However, the delimited text ...
sasha_13's user avatar

15 30 50 per page
1
2 3 4 5
96