Darren Weber
Darren Weber
Can PyCRS pass this test? ```python import rasterio import pycrs def test_pycrs_parses_ogc_wkt(): # data from https://spatialreference.org/ref/epsg/4326/ epsg_4326_to_ogc_wkt = 'GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.01745329251994328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]]' rasterio_ogc_wkt = rasterio.crs.CRS.from_string('EPSG:4326').to_wkt(morph_to_esri_dialect=False) epsg_4326_ogc_crs = pycrs.parse.from_ogc_wkt(epsg_4326_to_ogc_wkt) rasterio_ogc_crs = pycrs.parse.from_ogc_wkt(rasterio_ogc_wkt)...
http://geotiff.maptools.org/proj_list/lambert_conic_conformal_2sp.html An error related to this arose while trying to parse WKT, e.g. http://spatialreference.org/ref/esri/102740/ogcwkt/ ``` >>> esri_102740_ogc_wkt = 'PROJCS["NAD_1983_StatePlane_Texas_South_Central_FIPS_4204_Feet",GEOGCS["GCS_North_American_1983",DATUM["North_American_Datum_1983",SPHEROID["GRS_1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["False_Easting",1968500],PARAMETER["False_Northing",13123333.33333333],PARAMETER["Central_Meridian",-99],PARAMETER["Standard_Parallel_1",28.38333333333333],PARAMETER["Standard_Parallel_2",30.28333333333334],PARAMETER["Latitude_Of_Origin",27.83333333333333],UNIT["Foot_US",0.30480060960121924],AUTHORITY["EPSG","102740"]]' >>> pycrs.parse.from_ogc_wkt(esri_102740_ogc_wkt) ... File "/home/joe/miniconda3/envs/gis-dataprocessing/lib/python3.7/site-packages/pycrs/parse.py", line 303, in _parse_top raise NotImplementedError("Unsupported...
What is the intention for `poetry export` with respect to default behavior for optional dependencies? It seems to include them in the output requirements.txt file. ```sh poetry export --without-hashes --format...
# Feature Request **Describe the Feature Request** Support pdm.lock for https://pdm-project.org/latest/ Or advise if that file has the same format as a `poetry.lock` file (and update documentation). **If the feature...
Throwing this up to temporarily evaluate the diffs; make no promise that I have time to resolve any conflicts. The spark-2.2.0 branch served the purpose for our POF demo project,...
https://anaconda.org/hargup/purl (or something similar) needs some ❤️
Does spatialite build a wheel that packages libspatialite? - https://pythonwheels.com/ Some packages with wheels that provide binary libs: - https://github.com/Toblerity/Shapely - https://github.com/Toblerity/Shapely/blob/master/build-wheels.sh - https://github.com/Toblerity/Fiona See also: - https://github.com/mapbox/rasterio/blob/master/setup.py#L153 - https://github.com/mapbox/rasterio/blob/master/setup.py#L436
Might fix #83 `solr_wrapper clean` was often reporting that solr has to be stopped before cleaning it, when solr was never running in the first place. This bugged me often...
Fix https://github.com/keplergl/kepler.gl/issues/2546 Is the project `dependabot` running on the python dependency tree? The `setup.py` seems to be the place to patch this; the `bindings/kepler.gl-jupyter/requirements.txt` has not been touched in 5...
Security vulnerabilities in python dependency: ``` -> Vulnerability found in ipywidgets version 7.8.1 Vulnerability ID: 50664 Affected spec: Vulnerability found in ipywidgets version 7.8.1 Vulnerability ID: 50463 Affected spec: