-
Les orgues qui ont des latitudes/longitudes aberrantes font buguer la carto.
Le [fautif](https://inventaire-des-orgues.fr/edition/localisation/1190235d-6c99-4f0d-8019-d0fe0136cf94/) avait une `longit…
-
```
to fix polygons drawed in the region crossing the longitudes inversion
(180,-180).
Requested by: sylehc, jan.wischnat
Supported by: undefined
```
Original issue reported on code.google.com by …
-
```
to fix polygons drawed in the region crossing the longitudes inversion
(180,-180).
Requested by: sylehc, jan.wischnat
Supported by: undefined
```
Original issue reported on code.google.com by …
-
```
Hi,
this is not the cleanest hack but I thought I'd share it. This creates
longitude_decimal and latitude_decimal properties if it finds the longitude and
latitude properties in a sentence whil…
-
See lines 674-679 in domain.py.
```
674 lonList, latList = self.get_border(*args, **kwargs)
675
676 # apply > 180 deg correction to longitudes
677 for ilon, lon in enumer…
-
The next image shows a green marker created at the start, but after checking its latitude and longitude values, it should be placed in the blue marker location:
lat: 40.416775 lon: -3.703790
…
-
```
Hi,
this is not the cleanest hack but I thought I'd share it. This creates
longitude_decimal and latitude_decimal properties if it finds the longitude and
latitude properties in a sentence whil…
-
*cfgrib* relies on the ECMWF *ecCodes* C-library for encoding and decoding the GRIB format, including everything related to the coordinate systems. GRIB files encoded in a `gridType` not supported by …
-
```
Hi,
this is not the cleanest hack but I thought I'd share it. This creates
longitude_decimal and latitude_decimal properties if it finds the longitude and
latitude properties in a sentence whil…
-
Hi, trying to get current Zodiac sign based on current moon phase.
Using next lines:
```javascript
const vec = GeoVector(Body.Moon, date, false);
const equ = EquatorFromVector(vec);
const constel…