-
python3-parsedatetime-2.6-5.fc36.noarch
parsedatetime is a python module that can parse human-readable date/time
strings.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-pgsanity-0.2.9-1.lbn36.noarch
**PgSanity checks the syntax of Postgresql SQL files.**It does this by
leveraging the ecpg command which is traditionally used for preparing C files
with embedded sql for compilation. However, as part of that preparation, ecpg
checks the embedded SQL statements for syntax errors using the exact same
parser that is in PostgreSQL.So the approach that PgSanity takes is to take a
file that has a...
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-polyline-2.0.1-1.lbn36.noarch
polyline is a Python implementation of Google’s Encoded Polyline Algorithm
Format. It is essentially a port of Mapbox polyline with some additional features.
Installation
polyline can be installed using pip:
$ pip install polyline
Starting from v2.0.0 only Python 3.7 and above is supported. For Python 2 support, please install v1.4.0:
$ pip install polyline==1.4.0
API Documentation
Encoding
To get the encoded polyline representation of a given set of (lat, lon) coordinates:
import polyline
polyline.encode([(38.5, -120.2), (40.7, -120.9), (43.2, -126.4)], 5)
This should return _p~iF~ps|U_ulL~ugC_hgN~eq`@.
You can set the required precision with the optional precision parameter. The default value is 5.
You can encode (lon, lat) tuples by setting geojson=True.
Decoding
To get a set of coordinates represented by a given encoded polyline string:
import polyline
polyline.decode('u{~vFvyys@fS]', 5)
This should return [(40.63179, -8.65708), (40.62855, -8.65693)] in (lat, lon) order.
You
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-shillelagh-1.3.4-1.lbn36.noarch
Shillelagh (ʃɪˈleɪlɪ) is a
Python library and CLI that allows you to query many resources (APIs, files, in
memory objects) using SQL. It's both user and developer friendly, making it
trivial to access resources and easy to add support for new ones.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-shillelagh+all-1.3.4-1.lbn36.noarch
This is a metapackage bringing in all extras requires for python3-shillelagh.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-shillelagh+console-1.3.4-1.lbn36.noarch
This is a metapackage bringing in console extras requires for
python3-shillelagh.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-shillelagh+genericjsonapi-1.3.4-1.lbn36.noarch
This is a metapackage bringing in genericjsonapi extras requires for
python3-shillelagh.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-shillelagh+genericxmlapi-1.3.4-1.lbn36.noarch
This is a metapackage bringing in genericxmlapi extras requires for
python3-shillelagh.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-shillelagh+githubapi-1.3.4-1.lbn36.noarch
This is a metapackage bringing in githubapi extras requires for
python3-shillelagh.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-shillelagh+gsheetsapi-1.3.4-1.lbn36.noarch
This is a metapackage bringing in gsheetsapi extras requires for
python3-shillelagh.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36