-
Write a python script to turn pdis into a plot (the input to this program will be a file with the structure of a 'bands' file)
-
Basemap documentation states that `ortho` projection can take ll/ur crnr limits. The following code seems like it should work (mpl 1.4.0), but does not:
```
from mpl_toolkits.basemap import Basemap
m…
-
Has anyone tried to get Tyler.jl to work with basemaps in different projections?
-
Flight paths that cross or track near to the poles are incorrectly rendered in Mapbox/maplibre. We should consider using DeckGL to render flight paths on a globe view. (MapboxGL globe view is not adeq…
-
In WG-MIE/6, there was general consensus that data in IWXXM messages should support data-centric operation and hence geospatial data included should make reference to a single geo-reference standard (…
-
**Summary**
- Minimum Viable Product (MVP) visualization functionality for scope review with faculty (date TBD): Produce map with composite score at individual property level + ability to zoom in …
-
Bowing to customer demand, having stabilised core functionality, it's time to revisit polygons.
Polygons usually seemed too much to take on with limited resources, as they introduce too many complexi…
-
Created this issue for a place to drop ideas for new capabilities, improvements, etc.
-
The `Point` class seems to be used for many things. For example, the projections `forward` and `inverse` methods take the x and y of a point and treat them as latitude and longitude values. That is ki…
-
This issue is related to #157, #189
I would like to confirm the order of x, y, z for geometry. In othrer words, I would like to know which is expected, for example, nVoxel=np.array([nVoxelZ, nVoxe…