About 862,000 results
Open links in new tab
  1. Creating Geospatial Vector Data — Open Source Geospatial

    Learn how to create new vector data (shapefile), and assign a projection (CRS). This includes an example of plotting latitude longitude data stored in a .csv file.

  2. Working with Geospatial Data in Python - GeeksforGeeks

    Aug 23, 2021 · First, we will import the geopandas library and then read our shapefile using the variable "world_data". Geopandas can read almost any vector-based spatial data format …

  3. python - Making shapefile from Pandas dataframe?

    May 13, 2015 · Here is how to read a CSV file with pandas, then use the geopandas.points_from_xy helper function to create a geometry column, then write a shapefile:

    Missing:

    • GPS

    Must include:

  4. How to Read, Visualize, Modify, Convert and Save GPX Files with Python

    Aug 22, 2023 · GPX files can be parsed, visualized, modified, converted and saved by using a Python library called ezGPX. First, you will need to install ezGPX with the following …

  5. Geopandas Dataframe To Shapefile - May 22, 2025 - MapScaping

    Jan 9, 2024 · The essentials of converting GeoPandas DataFrames to Shapefiles in Python with our expert guide. Uncover tips on installation, handling geometries, managing coordinate …

  6. How do I create a shapefile from a GeoPandas DataFrame?

    Nov 17, 2021 · I'm having issues writing a GeoPandas DataFrame to a shapefile using the GeoDataFrame.to_file () function. When I run the code below, sometimes I get an empty …

    Missing:

    • GPS

    Must include:

  7. A Beginner’s Guide to Working with Geospatial Data in Python

    Nov 19, 2024 · In this guide, we covered the basics of geospatial data in Python, including working with shapefiles, performing spatial joins, data manipulation, visualization, analysis, …

  8. Creating Polygon Shapefile From List Of X,Y Coordinates Using Python?

    Apr 19, 2025 · A: You can create a shapefile from a list of X,Y coordinates using the pyshp library in Python. First, you need to read the CSV file containing the coordinates, then create a new …

  9. devThom-studios/Working_with_Shapefiles_via_Python - GitHub

    Once you have GeoPandas installed, you're ready to start loading and manipulating shapefiles. This repository provides examples and scripts that illustrate the straightforward process of …

  10. GPSconverter · PyPI

    Jul 16, 2021 · Python application to manipulate & view GPS data. The tool born while I was doing some trekking because I wanted a fast way to convert and plot all the GPS file saved …

  11. Some results have been removed
Refresh