About 152,000 results
Open links in new tab
  1. import - Reading Excel file using PyQGIS - Geographic Information ...

    Dec 23, 2016 · I was thinking more that you might be able to use some of the XYtool python code for examples of how to read Excel files in your own python code.

  2. Reading Excel sheet in ArcPy script

    I'm writing Python code to convert X,Y points in Excel to shapefile. In this process I have to read xy points from sheet1. What is the step i have to include in my process to read data from sheet1 ...

  3. qgis - Installing Python libs for XYtools to read Excel files ...

    Aug 27, 2024 · I need to use the XYtools plugin to read an Excel file. After choosing the XYtools incon and indicating an Excel file to read in, a message appears "there is a problem with loading a …

  4. Using ArcPy to Read from Excel Spreadsheet to Python Dictionary

    Mar 9, 2015 · How would I go about creating a script that reads a specified excel spreadsheet and places the values in a dictionary? I have read about the xlrd library and how the library in such …

  5. Can Python read value of cell in spreadsheet? [closed]

    Can Python read the value of a cell in a spreadsheet? The simplest example would be a script that ran a buffer tool on a given shapefile. For the distance parameter, instead of just using a number like …

  6. excel - Using xlsx with ArcPy? - Geographic Information Systems Stack ...

    Jul 10, 2016 · See Edit existing excel workbooks and sheets with xlrd and xlwt on Stack Overflow for using xlutils in python to modify an Excel File. If it doesn't need to be Excel, I would export the Excel …

  7. Google API Geocoding in MS Excel for free

    May 20, 2020 · The major awkward thing is, that it works somewhat on an external platform, which the Google Spreadsheet is and anytime requires the transfer to our Excel worksheet. I would like to have …

  8. Using x,y coordinates and a value gathered in an Excel file, set these ...

    Sep 17, 2021 · Could you post an example X, Y value? Is it the row and column of the raster (150, 2040)? If you save the Excel file as a CSV then you can import csv in Python. Otherwise you can use …

  9. python - PyQGIS import csv- QGIS 3.4 - Geographic Information …

    I was able to answer my own question using this helpful thread about a related question: Trouble loading non-spatial data via CSV using Python for standalone script It looks like my csv file was formatted …

  10. python - How do I write a GeoPandas dataframe into a single file ...

    Oct 11, 2018 · I read in the Fiona manual that it can write zipped shapefiles, but I couldn't find any simple example of doing that with a GeoPandas dataframe, nor am I sure whether that can be read …