Christian Ledermann
Christian Ledermann
I think `write` should just take a `pathlib.Path`, not an open file. If the filename ends with `.kmz` the file should be zipped. It should be a method of `fastkml.kml.KML`...
@wesley-murray what is the need for `namespaces`? When you create a fastkml object it always has `name_spaces` defined, defaulting to `config.NAME_SPACES` Have a look at the [documentation](https://fastkml.readthedocs.io/en/latest/create_kml_files.html), the `shapefile.__geo_interface__` exposes...
I am asking because I want to integrate it into https://github.com/cleder/login-picture (either by vendoring it in or maybe I create a package for Face-Alignment so it can be pip installed,...
OK done. Setting Up Your Environment --------------------------- Fork the repository and clone your fork to your local machine: git clone https://github.com/uchiha-vivek/pygeoif.git cd pygeoif git checkout develop Next, set up a...
There are already hypothesis strategies in https://github.com/cleder/pygeoif/blob/develop/pygeoif/hypothesis/strategies.py so no need to reinvent the wheel
Only those which make sense. Features are used in GeoJson which means you only have to test against `epsg4326`.
working on it
@amanjolhe when you merge main back into your branch, the tests should turn green