Questions tagged [shapefile]

The widely-used data format known as the Esri shapefile, or simply shapefile, is a common vector format for geospatial information in GIS software. For any inquiries regarding shapefiles, the best place to ask questions is on the GIS Newtab Q&A platform.

Converting Greek text to UTF-8 using Javascript

Currently, I am working on a project with my teacher to digitalize a Greek textbook by transforming it into an online application. This process involves the conversion of a Shapefile, which draws polygons on maps along with polygon descriptions, and mappin ...

Ways to retrieve legend information from matplotlib

After creating a dataframe from a shapefile using geopandas, I proceeded to plot it using the gdf.plot function. My goal is to assign color values to different data categories in the specified format: {'1':'black(or color hex code)', & ...

Issue: nodebuffer is incompatible with this platform

Currently, I am attempting to utilize the Shpjs package in order to import a Shape file onto a Leaflet map. According to the Shpjs documentation: shpjs Below is the code snippet I am working with: const [geoData, setGeoData] = useState(null); //stat ...