Kipling
Kipling
LICENSE
Hi, Would you consider putting this under an open-source license? Thanks
Hey all, Great work on this package! I thought I drop a post here to put the [geotiff](https://pypi.org/project/geotiff/) package on your radar. It's also built with a [noGDAL](https://kipling.medium.com/nogdal-e5b60b114a1c) philosophy in...
This PR will have breaking changes to allow the distributed (pickeling) of the classes and methods in this package. Specifically, it will remove the integration of `PyPorj` for transforming coordinates...
Adds methods for writing new geotiff files with new CRS, size and coordinates. Methods: - [ ] write - [ ] write_box ### TODO - Implement feature #25 - Read:...
Writing data to a tiff file should be easy via the tifffile package And writing the tags should also be straightforward using the [tifftools](https://github.com/DigitalSlideArchive/tifftools) package The hard part is mapping...
http://gis.ess.washington.edu/data/raster/drg/docs/geotiff.txt https://pyproj4.github.io/pyproj/stable/build_crs.html https://pyproj4.github.io/pyproj/stable/api/database.html#pyproj.database.get_codes https://pyproj4.github.io/pyproj/stable/api/enums.html#pyproj.enums.PJType eg: ```python log.info( pyproj.database.get_authorities()) log.info(pyproj.database.get_codes('EPSG', pyproj.enums.PJType.GEODETIC_CRS)) ```
- [ ] Need to use themes so the UI scales https://flutter.dev/docs/cookbook/design/themes - [ ] Should make the credits page more profesh? remove the photo? - [ ] Make the...
We should do an ad campaign for the Soil LogR app after the 0.3.1 release. I think we should focus on Linked in so that we can target industries including:...
## Problem ### Data Structures We believe that farm data is precious and that the user should have full control over their data. The default method the export the data...