-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Is your feature request related to a problem? Please describe.
When one fetches vector or even raster file, the package usually fetches the processed vector file (the only exception is when the height matches resolution of already generated raster file). That sometimes leads to strange artefacts introduced during standardisation of silhouettes (e.g. deleting all grey surfaces).
Describe the solution you'd like
I would like to
a. do the raster conversion using the original, not the vector files (that is the submission, not standartised)
b. allow third type, 'vector', 'raster', 'original' that would return the submitted file whatever that is
Describe alternatives you've considered
I am now dissecting the package to find that it's not that hard to adjust the functions and do it without the package altogether, but perhaps it would be good to get this done for everyone to enjoy. So, my question is... You you take a PR if I get this done?
Additional context
This is one example where the processed vector file does not look very good. Left, plotted by the R package (which is matching the vector file on pylopic.org) and on right is the default render, which is made out of the original file (which is also available).
