-
I have tried to created automated features using only one dataset but it doesnt work. Does it mean I can only use feature tools when I have two or more datasets. The code is as below:
#create entit…
-
According to the report :
avgAirSpeed: 273.38 m/s
flightDistance: 246.63 m
flightDuration: 00:12:36 so 756 s
windSpeed: 24.05 m/s
According the wiki (Question : mach speed and wind_speed #30)…
-
I've got a question about the clustersKmeans function.
Normally, a K-means clustering algorithm assumes Euclidean space. Although, my understanding is that some libraries do have special options t…
-
Currently the DBSCAN relies on a constant that assumes the dataset is at the equator. I would like to see this extended so that it does not default to the equator, perhaps using an average latitude va…
-
See the `isInBoundingBox` function in `bustime.js` for what needs to be implemented. The bounding box is created in the function just above it. Once they are done both will need to be tested. I wrote …
-
https://github.com/locationtech/geotrellis/blob/9825fd220f24d941e7edca8a9db05a4616a8024f/spark/src/main/scala/geotrellis/spark/tiling/ZoomedLayoutScheme.scala#L26
The worldExtent is being wrongly c…
-
I'm using the latest `"react-native-background-actions": "^4.0.1"`, trying to understand why am I getting null when I do await `BackgroundService.start(veryIntensiveTask, options);` So did anyone ex…
-
### Description
I ran pip upgrade. I got many packagers uninstalled and installed.
At the end I get this line:
`Successfully installed Faker-25.3.0 boto3-1.34.117 botocore-1.34.117 django-crisp…
-
By default the UI doesn't show anything.
It is possible to use the web browser location API to get the current location, return in longitude and latitude.
Then we can send a request to find the ne…
-
Using appropriate projections could provide a more accurate distance calculation but may have a significant performance cost.
I'd like to test:
- how much distance calculations actually change (i…