Fix GeoData system #5
Labels
No Label
ANA
BUG
CSS
DOC
DX
ECO
FET
GFX
PRO
SEC
TPL
UX
VIS
analysis
analysis.data
analysis.editor
analysis.util
analysis.visualization
auth
cli
core
doc
form
mailing
md
rendering
storage
svg
svg.color
svg.palettes
testing
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: phryk-evil-mad-sciences-llc/poobrains#5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Something broke the geodata system, might be proj4. Fix it.
Initializing pyproj.Proj apparently got way more expensive and we stupidly initialized that on every single coordinate normalization. Initializing it
just once on boot starting with
dbbdaa6ed5
and performance got better by afactor of around 250.
Declaring this as fixed as geometries now render and plotting is configurable enough to set up simple map rendering. All other pre-alpha work concerning geodata is done in: #2 , #3 , #6 and #40.