Notes batch
0xCoto opened this issue · 0 comments
0xCoto commented
- https://www.opentopodata.org/api/ - Use
|
to get more locations in a single API call, e.g.:?locations=-43.5,172.5|27.6,1.98
(to increase speed and avoid daily limit) - No apparent difference between
bilinear
(default) andcubic
interpolation. Leave it to default. - Replace if
none
->0
tonp.nan
?