About 5,840,000 results
Open links in new tab
  1. python - Geopandas: how to read a csv and convert to a geopandas

    Apr 9, 2020 · Geopandas puts a geometry column at the end if you load directly. Found this out by experimenting with column names and it worked

  2. Read GeoJSON object in a CSV file column and transform it to geometry

    Aug 23, 2023 · I have a column ('geo_shape') that contains GeoJSON object type of linestring geometry and, so far, I didn't manage to read and transform it to a GeoPandas/shapefile type …

  3. CSV - Apache Sedona™

    This post shows how to read and write CSV files with geometry columns using Sedona and Spark. You will learn about the advantages and disadvantages of the CSV file format for storing …

  4. 11.4. Exploring Data Formats and Fields - QGIS Documentation

    A common type of delimited text file is a CSV (Comma Separated Values), with columns separated by commas. Delimited text files can also contain positional information (see Storing …

  5. CSV | ArcGIS GeoAnalytics Engine | Esri Developer

    A comma-separated values (CSV) file (.csv) is a type of delimited text file that uses commas or other characters to separate fields. CSV data can contain spatial data as numbers (e.g., …

  6. Use Geometry Data Type Columns in Visualizations

    In order to create a dataset with a geometry column, you must first convert GeoJSON files into CSV with WKT geometry formats, or load them into an Oracle database with the …

  7. convert csv to shp in r where geometry is in single column

    Oct 5, 2021 · If your geometry column is actually formatted as a string, you could use dplyr to strip away the excess text and then use the sf package to convert the coordinates into a point column:

  8. CSV to Geodataframe : How to have valid geometry objects?

    Jan 12, 2018 · 2 I'm writing a script with Geopandas. I try to use a csv of blocks to make a spatial join. So I convert it as a Geodataframe. But when I want to set geometry column it returns me …

  9. python - How do I import a .csv file with a column of coordinates …

    Dec 13, 2018 · I have imported it as a pandas dataframe with pd.read_csv (), how do I now convert it to a geodataframe with Geopandas such that the Geometry column is the geometry …

  10. How do I import observed cross-section data into HEC-RAS or …

    May 24, 2017 · You can import the data into HEC-RAS if you have a .csv file (Geometry Editor -> File Menu -> Import Geometry Data -> CSV (Comma Seperated Value) Format). There is a …

Refresh