About 50 results
Open links in new tab
  1. 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 ...

  2. 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.

  3. 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 …

  4. 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 …

  5. ArcPy: Excel to Table Conversion and Join Management

    Mar 31, 2016 · 1 From python-excel.com: xlrd This package is for reading data and formatting information from older Excel files (ie: .xls) If all you need to do import one table from one Excel …

  6. 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 …

  7. Saving dataframe as dbf with simpledbf in Python?

    Jul 4, 2018 · I am doing a number of joins outside of ArcGIS as pandas seems to outperform it. I read in the dbf file with simpledbf, convert it to a dataframe, then do the join: import pandas as pd from simple...

  8. Pull Data from Specific Excel Cell into ArcPy

    5 I am new to Python and ArcPy, and wish to create a short script that pulls in a value from one specific Excel worksheet cell (namely, A2) and then performs an 'if' statement, whereby if the value of A2 is …

  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 - Trying to convert GeoPandas Dataframe with date to ESRI ...

    Jul 13, 2022 · Then you havent converted the datetime to string. Add a sample of your excel file as text to your question and the code you are using to create the geodataframe, and the code you are using …