Skip to content

Commit

Permalink
deploy: d5bdd36
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Oct 13, 2024
1 parent e80c019 commit 5f466d7
Show file tree
Hide file tree
Showing 17 changed files with 308 additions and 266 deletions.
24 changes: 24 additions & 0 deletions _sources/.github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Bug Report
about: Create a bug report to help us improve
labels: bug
---

<!-- Please search existing issues to avoid creating duplicates. -->

### Environment Information

- Python version:
- Operating System:

### Description

Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.

### What I Did

```
Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
```
18 changes: 18 additions & 0 deletions _sources/.github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature Request
about: Submit a feature request to help us improve
labels: Feature Request
---

<!-- Please search existing issues to avoid creating duplicates. -->

### Description

Describe the feature (e.g., new functions/tutorials) you would like to propose.
Tell us what can be achieved with this new feature and what's the expected outcome.

### Source code

```
Paste your source code here if have sample code to share.
```
2 changes: 1 addition & 1 deletion _sources/book/about/instructor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "db6e9feb",
"id": "702373b5",
"metadata": {},
"source": [
"# Instructor\n",
Expand Down
2 changes: 1 addition & 1 deletion _sources/book/about/schedule.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "5aed98fd",
"id": "c5f3267a",
"metadata": {},
"source": [
"# Schedule\n",
Expand Down
2 changes: 1 addition & 1 deletion _sources/book/about/syllabus.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "948b8d36",
"id": "2963fd1d",
"metadata": {},
"source": [
"# Syllabus\n",
Expand Down
2 changes: 1 addition & 1 deletion _sources/book/software/miniconda.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "3d9150de",
"id": "f7fafa88",
"metadata": {},
"source": [
"# Miniconda\n",
Expand Down
2 changes: 1 addition & 1 deletion _sources/book/software/overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "c313e7b6",
"id": "22224d27",
"metadata": {},
"source": [
"# Overview\n",
Expand Down
48 changes: 24 additions & 24 deletions book/geospatial/geopandas.html

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions book/geospatial/get_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ <h2><span class="section-number">9.3. </span>Verifying Your Installation<a class
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; /&gt;
&lt;style&gt;
#map_0fedfedaf6fb6131b1687715cf2060a3 {
#map_050bbbb8e6aece1533cd722c12818199 {
position: relative;
width: 100.0%;
height: 100.0%;
Expand All @@ -723,14 +723,14 @@ <h2><span class="section-number">9.3. </span>Verifying Your Installation<a class
&lt;body&gt;
&lt;div class=&quot;folium-map&quot; id=&quot;map_0fedfedaf6fb6131b1687715cf2060a3&quot; &gt;&lt;/div&gt;
&lt;div class=&quot;folium-map&quot; id=&quot;map_050bbbb8e6aece1533cd722c12818199&quot; &gt;&lt;/div&gt;
&lt;/body&gt;
&lt;script&gt;
var map_0fedfedaf6fb6131b1687715cf2060a3 = L.map(
&quot;map_0fedfedaf6fb6131b1687715cf2060a3&quot;,
var map_050bbbb8e6aece1533cd722c12818199 = L.map(
&quot;map_050bbbb8e6aece1533cd722c12818199&quot;,
{
center: [20.0, 0.0],
crs: L.CRS.EPSG3857,
Expand All @@ -741,24 +741,24 @@ <h2><span class="section-number">9.3. </span>Verifying Your Installation<a class
layersControl: true,
}
);
L.control.scale().addTo(map_0fedfedaf6fb6131b1687715cf2060a3);
L.control.scale().addTo(map_050bbbb8e6aece1533cd722c12818199);
var tile_layer_75f1abb08fe0553a2e657de10b724a36 = L.tileLayer(
var tile_layer_96ed5d64d2e79c0227bef32e909ea35c = L.tileLayer(
&quot;https://tile.openstreetmap.org/{z}/{x}/{y}.png&quot;,
{&quot;attribution&quot;: &quot;\u0026copy; \u003ca href=\&quot;https://www.openstreetmap.org/copyright\&quot;\u003eOpenStreetMap\u003c/a\u003e contributors&quot;, &quot;detectRetina&quot;: false, &quot;maxNativeZoom&quot;: 19, &quot;maxZoom&quot;: 24, &quot;minZoom&quot;: 0, &quot;noWrap&quot;: false, &quot;opacity&quot;: 1, &quot;subdomains&quot;: &quot;abc&quot;, &quot;tms&quot;: false}
);
tile_layer_75f1abb08fe0553a2e657de10b724a36.addTo(map_0fedfedaf6fb6131b1687715cf2060a3);
tile_layer_96ed5d64d2e79c0227bef32e909ea35c.addTo(map_050bbbb8e6aece1533cd722c12818199);
L.control.fullscreen(
{&quot;forceSeparateButton&quot;: false, &quot;position&quot;: &quot;topleft&quot;, &quot;title&quot;: &quot;Full Screen&quot;, &quot;titleCancel&quot;: &quot;Exit Full Screen&quot;}
).addTo(map_0fedfedaf6fb6131b1687715cf2060a3);
).addTo(map_050bbbb8e6aece1533cd722c12818199);
var options = {
Expand All @@ -767,32 +767,32 @@ <h2><span class="section-number">9.3. </span>Verifying Your Installation<a class
edit: {},
}
// FeatureGroup is to store editable layers.
var drawnItems_draw_control_df2f28cc3326b2ae9d85e6d62e8e4cc0 = new L.featureGroup().addTo(
map_0fedfedaf6fb6131b1687715cf2060a3
var drawnItems_draw_control_3de5a707e289fa89cd419688d176bcb5 = new L.featureGroup().addTo(
map_050bbbb8e6aece1533cd722c12818199
);
options.edit.featureGroup = drawnItems_draw_control_df2f28cc3326b2ae9d85e6d62e8e4cc0;
var draw_control_df2f28cc3326b2ae9d85e6d62e8e4cc0 = new L.Control.Draw(
options.edit.featureGroup = drawnItems_draw_control_3de5a707e289fa89cd419688d176bcb5;
var draw_control_3de5a707e289fa89cd419688d176bcb5 = new L.Control.Draw(
options
).addTo( map_0fedfedaf6fb6131b1687715cf2060a3 );
map_0fedfedaf6fb6131b1687715cf2060a3.on(L.Draw.Event.CREATED, function(e) {
).addTo( map_050bbbb8e6aece1533cd722c12818199 );
map_050bbbb8e6aece1533cd722c12818199.on(L.Draw.Event.CREATED, function(e) {
var layer = e.layer,
type = e.layerType;
var coords = JSON.stringify(layer.toGeoJSON());
layer.on(&#x27;click&#x27;, function() {
alert(coords);
console.log(coords);
});
drawnItems_draw_control_df2f28cc3326b2ae9d85e6d62e8e4cc0.addLayer(layer);
drawnItems_draw_control_3de5a707e289fa89cd419688d176bcb5.addLayer(layer);
});
map_0fedfedaf6fb6131b1687715cf2060a3.on(&#x27;draw:created&#x27;, function(e) {
drawnItems_draw_control_df2f28cc3326b2ae9d85e6d62e8e4cc0.addLayer(e.layer);
map_050bbbb8e6aece1533cd722c12818199.on(&#x27;draw:created&#x27;, function(e) {
drawnItems_draw_control_3de5a707e289fa89cd419688d176bcb5.addLayer(e.layer);
});
var measure_control_a0efba6bb91d7a852e66109fdcf667db = new L.Control.Measure(
var measure_control_580e3327509739f37b21014e1c3f4abc = new L.Control.Measure(
{&quot;position&quot;: &quot;bottomleft&quot;, &quot;primaryAreaUnit&quot;: &quot;sqmeters&quot;, &quot;primaryLengthUnit&quot;: &quot;meters&quot;, &quot;secondaryAreaUnit&quot;: &quot;acres&quot;, &quot;secondaryLengthUnit&quot;: &quot;miles&quot;});
map_0fedfedaf6fb6131b1687715cf2060a3.addControl(measure_control_a0efba6bb91d7a852e66109fdcf667db);
map_050bbbb8e6aece1533cd722c12818199.addControl(measure_control_580e3327509739f37b21014e1c3f4abc);
// Workaround for using this plugin with Leaflet&gt;=1.8.0
// https://github.com/ljagis/leaflet-measure/issues/171
Expand All @@ -812,43 +812,43 @@ <h2><span class="section-number">9.3. </span>Verifying Your Installation<a class
var geocoderOpts_geocoder_576441a4d6c6ec10d3947d86d5d71f54 = {&quot;collapsed&quot;: true, &quot;defaultMarkGeocode&quot;: true, &quot;position&quot;: &quot;topleft&quot;, &quot;provider&quot;: &quot;nominatim&quot;, &quot;providerOptions&quot;: {}, &quot;zoom&quot;: 11};
var geocoderOpts_geocoder_2ea8ff3d5d7ef5f3107990cd2efa3d82 = {&quot;collapsed&quot;: true, &quot;defaultMarkGeocode&quot;: true, &quot;position&quot;: &quot;topleft&quot;, &quot;provider&quot;: &quot;nominatim&quot;, &quot;providerOptions&quot;: {}, &quot;zoom&quot;: 11};
// note: geocoder name should start with lowercase
var geocoderName_geocoder_576441a4d6c6ec10d3947d86d5d71f54 = geocoderOpts_geocoder_576441a4d6c6ec10d3947d86d5d71f54[&quot;provider&quot;];
var geocoderName_geocoder_2ea8ff3d5d7ef5f3107990cd2efa3d82 = geocoderOpts_geocoder_2ea8ff3d5d7ef5f3107990cd2efa3d82[&quot;provider&quot;];
var customGeocoder_geocoder_576441a4d6c6ec10d3947d86d5d71f54 = L.Control.Geocoder[ geocoderName_geocoder_576441a4d6c6ec10d3947d86d5d71f54 ](
geocoderOpts_geocoder_576441a4d6c6ec10d3947d86d5d71f54[&#x27;providerOptions&#x27;]
var customGeocoder_geocoder_2ea8ff3d5d7ef5f3107990cd2efa3d82 = L.Control.Geocoder[ geocoderName_geocoder_2ea8ff3d5d7ef5f3107990cd2efa3d82 ](
geocoderOpts_geocoder_2ea8ff3d5d7ef5f3107990cd2efa3d82[&#x27;providerOptions&#x27;]
);
geocoderOpts_geocoder_576441a4d6c6ec10d3947d86d5d71f54[&quot;geocoder&quot;] = customGeocoder_geocoder_576441a4d6c6ec10d3947d86d5d71f54;
geocoderOpts_geocoder_2ea8ff3d5d7ef5f3107990cd2efa3d82[&quot;geocoder&quot;] = customGeocoder_geocoder_2ea8ff3d5d7ef5f3107990cd2efa3d82;
L.Control.geocoder(
geocoderOpts_geocoder_576441a4d6c6ec10d3947d86d5d71f54
geocoderOpts_geocoder_2ea8ff3d5d7ef5f3107990cd2efa3d82
).on(&#x27;markgeocode&#x27;, function(e) {
var zoom = geocoderOpts_geocoder_576441a4d6c6ec10d3947d86d5d71f54[&#x27;zoom&#x27;] || map_0fedfedaf6fb6131b1687715cf2060a3.getZoom();
map_0fedfedaf6fb6131b1687715cf2060a3.setView(e.geocode.center, zoom);
}).addTo(map_0fedfedaf6fb6131b1687715cf2060a3);
var zoom = geocoderOpts_geocoder_2ea8ff3d5d7ef5f3107990cd2efa3d82[&#x27;zoom&#x27;] || map_050bbbb8e6aece1533cd722c12818199.getZoom();
map_050bbbb8e6aece1533cd722c12818199.setView(e.geocode.center, zoom);
}).addTo(map_050bbbb8e6aece1533cd722c12818199);
map_0fedfedaf6fb6131b1687715cf2060a3.fitBounds(
map_050bbbb8e6aece1533cd722c12818199.fitBounds(
[[20, 0], [20, 0]],
{&quot;maxZoom&quot;: 2}
);
var layer_control_ddb02bd114448de5c9f94a762bfe7dc2_layers = {
var layer_control_97e17b41db080c391bae42b69a32cd1f_layers = {
base_layers : {
&quot;openstreetmap&quot; : tile_layer_75f1abb08fe0553a2e657de10b724a36,
&quot;openstreetmap&quot; : tile_layer_96ed5d64d2e79c0227bef32e909ea35c,
},
overlays : {
},
};
let layer_control_ddb02bd114448de5c9f94a762bfe7dc2 = L.control.layers(
layer_control_ddb02bd114448de5c9f94a762bfe7dc2_layers.base_layers,
layer_control_ddb02bd114448de5c9f94a762bfe7dc2_layers.overlays,
let layer_control_97e17b41db080c391bae42b69a32cd1f = L.control.layers(
layer_control_97e17b41db080c391bae42b69a32cd1f_layers.base_layers,
layer_control_97e17b41db080c391bae42b69a32cd1f_layers.overlays,
{&quot;autoZIndex&quot;: true, &quot;collapsed&quot;: true, &quot;position&quot;: &quot;topright&quot;}
).addTo(map_0fedfedaf6fb6131b1687715cf2060a3);
).addTo(map_050bbbb8e6aece1533cd722c12818199);
&lt;/script&gt;
Expand Down
210 changes: 105 additions & 105 deletions book/geospatial/leafmap.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions book/geospatial/rasterio.html

Large diffs are not rendered by default.

Loading

0 comments on commit 5f466d7

Please sign in to comment.