-
```
What steps will reproduce the problem?
1.Load feed
2.Check line 3 for example
3.
What is the expected output? What do you see instead?
The shape files do not match the roads on the map
What vers…
-
```
What steps will reproduce the problem?
1.Load feed
2.Check line 3 for example
3.
What is the expected output? What do you see instead?
The shape files do not match the roads on the map
What vers…
-
In trying to override a derivative for better numerical stability, I encountered an issue with the derivative of a broadcast when calling `vjp` on a `custom_jvp`.
It seems like I can work around it b…
-
```
What steps will reproduce the problem?
1.Load feed
2.Check line 3 for example
3.
What is the expected output? What do you see instead?
The shape files do not match the roads on the map
What vers…
-
# Labels from the AOIs
aoi = gpd.read_file("polygons_2015/merged_polygons_new2.shp")
aoi['aoi_cat'] = pd.Categorical(aoi['category'])
der sir
how could you prepare the AOI.
If possible share th…
-
https://data.humdata.org/dataset/haiti-healthsites
The Haiti-healthsites-shp download is not working
=========================================
https://s3.us-east-1.amazonaws.com/hdx-productio…
-
After a first attempt (thanks @PedroVenancio) it seems that the ogr2ogr commands must be changed to something along the following lines:
`
ogr2ogr -s_srs EPSG:20790 -t_srs EPSG:3763 -ct "+proj=pipel…
-
I tried to import a shape file for the 'region' or the boundaries of the survey area. The coordinates of the .shp are in UTM same as the post .csv file.
Could you please check if its possible to i…
-
Error occurs when applying selection by field on layer loaded from QGIS GUI (drag and drop) if field value contains an accent (encoding UTF 8).
-
## Expected behavior and actual behavior.
I've been doing some benchmarks (see below), which lead me to the conclusion that reading x/y/z from a shapely point is extremely slow, especially via the …