About 144,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 …

  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 …

  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 …

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

    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 …

  7. Accessing feature classes in file geodatabases using Python and …

    I am trying to access a vector dataset in an Esri File Geodatabase using Python and GDAL. I have successfully compiled GDAL with the file geodatabase API. The FileGDB driver is …

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

  9. arcpy - Utilize ArcGIS Python script tool parameters to convert …

    Jan 20, 2023 · I am creating a Python script tool in ArcMap to help automate some GIS tasks. The script takes an Excel file ( that has Lat/Long fields with values) as the first input parameter.

  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 …