-
Currently the northarrow fixture only works on Mercator and map projections with straight longitude lines with a single north pole point (Lambert, north polar azimuthal, etc.). Would likely need enhan…
an-w updated
6 months ago
-
**Problem description**
Additionally to circles the Geofencing API should support polygon type areas. Circle type is rarely used as geofence. Usually a geofence describes a shape of an (often human b…
-
When using the marine API I cannot access attributes like `latitude` and `longitude`.
these do not necessarily correspond to the request coordinates as they are the centre of the nearest model cell.
-
Related to #1
-
Is it available ? or is it possible using arcgis ?
In gmap we need to send mac addresses and signal strengths of available hotspot and then the geolocate returns possible latitude and longitude ,…
-
If the setLocation action is used multiple times within a test it appears to not release the first location, and as such it will then jump between all mocked locations.
Below is the use case exampl…
-
```
>>> from suntime import Sun
>>>
>>> latitude = 43
>>> longitude = -88
>>>
>>> sun = Sun(latitude, longitude)
>>>
>>> today_sr = sun.get_local_sunrise_time()
>>> today_ss = sun.get_local_s…
-
I tried with this file https://www2.census.gov/geo/tiger/GENZ2018/shp/cb_2018_us_state_500k.zip
```python
grctab = read_shapefile(shpfile, dbffile)
patab = pa.table(grctab)
pa.table(gg)['geometr…
-
From @evsatt:
> I tried creating a record -- [here](https://catalogue.odis.org/view/3311). It looks like I might need support in creating the json-ld (step 3 [here](https://book.odis.org/gettingStart…
bbest updated
4 weeks ago
-
Many of the area-related preprocessors require both longitude and latitude coordinates. However, some CMIP tables (e.g., AERmonZ) do not have both coordinates. It would be ideal to be able to use prep…