-
import hdbscan
points = []
/*
(close point1 point2 point3) (point4) (close point5 point6 point7)
*/
points.append([116.286932,40.0…
-
I'm trying to process the entries of one table and insert the results into another table. The processing works and the rows are inserted, but the pipeline stops after the first loop with "Error: Inval…
-
## Describe the problem
Getting this error and the docker container crashes when I include uszipcode 1.0.1:
```
File "/usr/local/lib/python3.10/site-packages/uszipcode/search.py", line 195, in _…
-
I was trying to cluster on a dataset with about 460,000 points and ran into a memory error when `.fit` was called.
This was the pertinent code:
```Python
eps = .05 / 6378
clusterer = (hdbsca…
-
Just to compare compilation times for Dirk
-
Looks like some stops are ignored when searching for nearest departures. For instance, when searching from stop `Sorgenfri`, none of the actual departures from that stop is included, but the stops aro…
-
Can you show the code or example how to get distance text like here?
![image](https://user-images.githubusercontent.com/60900969/116793730-c3cb6500-aac8-11eb-8679-47f7d8d6b7b2.png)
-
The AOOS data appear to cross the dateline (180E or 180W). Should check that longitudes are in same quadrant, possibly by plotting on a range of [0,360] rather than [-180,180] if longs are close to +-…
-
There are records in the MSHA mines and EIA plants data that are missing latitude and longitude coordinates. Currently, these records are being excluded. Instead, try to impute the Census tract and co…
-
My "spatial awareness" is pretty meek, but #4673 seems like a prime example of the types of mistakes that are probably really easy to make with all of the Spatial related APIs that deal with arrays (o…