-
Hi
Can you give some tips on how to improve step performance for a large scale simulation?
Regards
/Imran
-
edit (20/03/04) by @martinfleis: _See the discussion below for the context._
```
def merge_boundry(image_path, vector_path, clip_size):
path_img=os.path.dirname(image_path)
L=os.listdi…
-
GeoDataFrames version 0.3.10
In Windows, if you call `read` with an absolute path where file does not exist, you get a confusing error. This could confuse and frustrate Windows users.
`GeoDataFr…
-
I was looking at the `get_network_id` function and found an issue.
During the nearest distance calculation
```
d = INFTY
for h in hits:
new_d = p.distance(right.geometry.iloc[h])
if …
ghost updated
3 years ago
-
I am trying to convert Sentinel-5P NetCDF file (available at [https://drive.google.com/file/d/1dJdhQspdI3p5YyyiBBiNxUPCCOU91QrU/view?usp=sharing](url)) to GeoTIFF using the following code:
```
imp…
-
The `get_area_labels` method currently requires the label polygon file to already be parsed to a geodataframe. This is not consistent with other methods that require geometry or raster data, which all…
-
Hey this should probably be a pull but some of the point simplification I'd guess from the geojson package does made it to much of pain to write tests. Anyway heres a file that implements df_to_geojso…
-
**Describe the bug**: ...
During an exception handling capture_exeption fail to send data and as result transaction is aborted.
Seems the problem is decoding the data payload (memoryview type) to …
-
Hi,
My use case is to study only the density distribution of population in the neighborhood of a given point. The source data is the global shapefile for a 200x200m grid of France: https://www.inse…
-
After using mmviz.plot_map, the route matching result map is already drawn.
However, when I want to further observe which routes are matched to the road network, I found that matcher.path_pred_onlyn…