Skip to main content
0 votes
1 answer
146 views

I'm using OpenTracks on my phone to record business driving for tax reporting. I'm exporting the KML files and then trying to create a map using ggplot2, and the sf package which I think is the right ...
GNUser's user avatar
  • 1,700
1 vote
2 answers
156 views

I am working with two KML input files and trying to determine if their coordinates overlap at any point. I am using the JTS Topology Suite (JTS) for spatial operations, but I am not getting accurate ...
Eliza Colt's user avatar
0 votes
0 answers
82 views

I am having an issue with getting some thumbnail jpeg images to pop-up when I click on point locations I have in a kml. I know that I need to set the image location and when I use the full file path ...
GeoMonkey's user avatar
  • 1,679
0 votes
1 answer
98 views

I am learning how to use simplekml and i am having a hard time adding a particular icon on a point. this is my code: import simplekml points_kml = simplekml.Kml() points_kml.newpoint(name="...
Marcelo Mello's user avatar
1 vote
1 answer
217 views

I am trying to merge two kmls with multiple polygons in a map area so I can after estimate the population inside the merged area. Polygons in one kml sometimes overlap completely or partially with ...
steven squire's user avatar
0 votes
1 answer
104 views

I am reading .kml files saved out of Google Earth Pro. Here is the code which I got from a post here on SO. Works great when the xDoc.Descendants have consistent elements. XDocument xDoc = ...
MatthewD's user avatar
  • 6,821
0 votes
0 answers
89 views

I am trying to add one or more satellite images for small regions, which have been tiled and packed into a KMZ file, to Openlayers 5. I manage to download the KMZ file from the server and unzip it. ...
Felix H's user avatar
  • 189
0 votes
1 answer
257 views

I have some DEM data from USGS which I'm trying to write as a contour map to a KML file. I'm working with GDAL 3.4.1. , which I installed using Anaconda $ gdal_contour Downloads/...
user1592380's user avatar
-1 votes
1 answer
127 views

I am working on making a shapefile data parser and there are some shapefiles that when I upload to QGIS and GEE work perfectly fine but my parser says its invalid because the latitude and longitude ...
MUHAMMAD ABDULLAH's user avatar
1 vote
1 answer
103 views

I plotted a kml file using matplotlib and showed it on Google Maps, but the line is different. Can anyone tell me why? How can I plot it just like in Google Maps? <?xml version="1.0" ...
mikezang's user avatar
  • 2,509
-2 votes
1 answer
139 views

I have this KML file to insert in a MySQL table: <?xml version="1.0" encoding="utf-8" ?> <kml xmlns="http://www.opengis.net/kml/2.2"> <Document id="...
Dummy's user avatar
  • 13
0 votes
1 answer
144 views

I'm using the python library simplekml to make a .kml file that shows routes connecting airports with Points to show the airports and LineStrings to show possible flights. The generated .kml file ...
MrManini's user avatar
0 votes
1 answer
112 views

Trying to find all the placemarks in a kml file, so I can alter them. But findall doesnt find any. def scan (filename): from lxml import etree tree = etree.parse(open(filename,encoding='utf-8')...
user1791983's user avatar
1 vote
0 answers
208 views

I'm attempting to modify the color and symbology of certain files located within a folder. To accomplish this, I'm utilizing a spreadsheet containing the KML names, colors, types, thicknesses, icons, ...
brubis's user avatar
  • 11
0 votes
0 answers
124 views

After exporting a layer from arc, I import into R using the sf library. I join some data to this object. I rename the fields of the object (called "shape"): names(shape) <- c('...
akorejwa's user avatar
  • 159

15 30 50 per page
1
2 3 4 5
177