-
Notifications
You must be signed in to change notification settings - Fork 956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
running list of refactored modules #106
Comments
save and load are being removed (redundant with fs, and do not work in browser). area and near do not actually exist yet, so they are left off for now. |
I am leaving jsts alone for now so that we can ship a 0.2. Removing jsts will be a top priority after the big release after docs are updated. |
I've split out everything that doesn't depend on turf-buffer. |
fyi: turf-buffer is published now. |
👍 this list is complete. tasks for individual modules are split out - a few need lodash-removal and not all are in the org / have travis set up |
All modules have been added to the org. |
All modules have been documented and integrated into turf main, so I am closing this issue. |
Break out each function into its own submodule. This might take a while, but the general idea is to start with the most basic functions that are depended upon the most and move up the chain. Eventually all turf functions will be separated and turf will mostly just be a document describing an overarching geoscripting api. At that point, usage might look something like this:
The following modules have been released:
The text was updated successfully, but these errors were encountered: